<?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: Implementing callbacks in php with anonymous functions	</title>
	<atom:link href="https://www.binarytides.com/php-implementing-callbacks-with-anonymous-lambda-functions/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.binarytides.com/php-implementing-callbacks-with-anonymous-lambda-functions/</link>
	<description>News, Technology, Entertainment and more</description>
	<lastBuildDate>Sun, 12 Oct 2014 17:18:00 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.8.2</generator>
	<item>
		<title>
		By: John Chadwick		</title>
		<link>https://www.binarytides.com/php-implementing-callbacks-with-anonymous-lambda-functions/comment-page-1/#comment-67500</link>

		<dc:creator><![CDATA[John Chadwick]]></dc:creator>
		<pubDate>Sun, 12 Oct 2014 17:18:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.binarytides.com/blog/?p=2088#comment-67500</guid>

					<description><![CDATA[I had to add a variable for my_callback_function($something)  to work:
call_user_func($callback,&quot;the something&quot;);



Fantastic explanation, beautifully simple. Thanks!!!]]></description>
			<content:encoded><![CDATA[<p>I had to add a variable for my_callback_function($something)  to work:<br />
call_user_func($callback,&#8221;the something&#8221;);</p>
<p>Fantastic explanation, beautifully simple. Thanks!!!</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
