<?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 syntax mixings</title>
	<atom:link href="http://www.techfounder.net/2008/05/28/php-syntax-mixings/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.techfounder.net/2008/05/28/php-syntax-mixings/</link>
	<description>Blog about web development and Internet entrepreneurship</description>
	<lastBuildDate>Wed, 03 Mar 2010 01:05:40 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Eran Galperin</title>
		<link>http://www.techfounder.net/2008/05/28/php-syntax-mixings/comment-page-1/#comment-36</link>
		<dc:creator>Eran Galperin</dc:creator>
		<pubDate>Wed, 28 May 2008 22:05:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.techfounder.net/?p=41#comment-36</guid>
		<description>Interesting.

I think anonymous functions are more useful, since you could still pass an object instance at run time, but you can&#039;t pass a function as an argument (much less declare it anonymously).</description>
		<content:encoded><![CDATA[<p>Interesting.</p>
<p>I think anonymous functions are more useful, since you could still pass an object instance at run time, but you can&#8217;t pass a function as an argument (much less declare it anonymously).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jared</title>
		<link>http://www.techfounder.net/2008/05/28/php-syntax-mixings/comment-page-1/#comment-35</link>
		<dc:creator>Jared</dc:creator>
		<pubDate>Wed, 28 May 2008 21:36:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.techfounder.net/?p=41#comment-35</guid>
		<description>I did mean anonymous objects. 

Anonymous function would be visit(function() { .. }); which is useful, but often alittle more that just a single function. 

There was a discussion on internals about anonymous functions &amp; closures awhile back, I believe even patches appeared for the former, but not to sure on the latter, as obviously would be bit more involved.</description>
		<content:encoded><![CDATA[<p>I did mean anonymous objects. </p>
<p>Anonymous function would be visit(function() { .. }); which is useful, but often alittle more that just a single function. </p>
<p>There was a discussion on internals about anonymous functions &amp; closures awhile back, I believe even patches appeared for the former, but not to sure on the latter, as obviously would be bit more involved.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
