<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: PHP 5.3 Closures And Reflection</title>
	<atom:link href="http://www.bossduck.com/2009/07/php-5-3-closures-and-reflection/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.bossduck.com/2009/07/php-5-3-closures-and-reflection/</link>
	<description>The hardluck heroics of a freerange codemonkey</description>
	<lastBuildDate>Mon, 24 Aug 2009 19:12:29 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Ross</title>
		<link>http://www.bossduck.com/2009/07/php-5-3-closures-and-reflection/comment-page-1/#comment-232</link>
		<dc:creator>Ross</dc:creator>
		<pubDate>Mon, 24 Aug 2009 19:12:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.bossduck.com/?p=28#comment-232</guid>
		<description>@André Oh, I agree it makes sense, the parser would totally flip out otherwise. It&#039;s just the juxtaposition of the curly brace and semicolon that looks odd to me. Most traditional C-ish languages don&#039;t do this sort of thing and the other scripting languages I usually deal with (Python, Ruby, etc) don&#039;t need semi-colons.

Don&#039;t worry, I&#039;m not going go all namespace-backslash-hatemobile on it. ;)</description>
		<content:encoded><![CDATA[<p>@André Oh, I agree it makes sense, the parser would totally flip out otherwise. It&#8217;s just the juxtaposition of the curly brace and semicolon that looks odd to me. Most traditional C-ish languages don&#8217;t do this sort of thing and the other scripting languages I usually deal with (Python, Ruby, etc) don&#8217;t need semi-colons.</p>
<p>Don&#8217;t worry, I&#8217;m not going go all namespace-backslash-hatemobile on it. <img src='http://www.bossduck.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: André</title>
		<link>http://www.bossduck.com/2009/07/php-5-3-closures-and-reflection/comment-page-1/#comment-226</link>
		<dc:creator>André</dc:creator>
		<pubDate>Mon, 24 Aug 2009 07:00:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.bossduck.com/?p=28#comment-226</guid>
		<description>What&#039;s weird about the semicolon? It&#039;s part of the assignment and has nothing to do with the closure. It&#039;s like
$a = array(
...
);</description>
		<content:encoded><![CDATA[<p>What&#8217;s weird about the semicolon? It&#8217;s part of the assignment and has nothing to do with the closure. It&#8217;s like<br />
$a = array(<br />
&#8230;<br />
);</p>
]]></content:encoded>
	</item>
</channel>
</rss>
