<?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: Of PHP References and Compatibility</title>
	<atom:link href="http://www.procata.com/blog/archives/2005/10/20/of-php-references-and-compatibility/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.procata.com/blog/archives/2005/10/20/of-php-references-and-compatibility/</link>
	<description>PHP Programming, Web Development, PHP Advocacy and PHP Best Practices.</description>
	<lastBuildDate>Sat, 11 Feb 2012 14:53:56 -0500</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Sid</title>
		<link>http://www.procata.com/blog/archives/2005/10/20/of-php-references-and-compatibility/#comment-83108</link>
		<dc:creator>Sid</dc:creator>
		<pubDate>Sun, 23 Dec 2007 23:01:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.procata.com/blog/?p=149#comment-83108</guid>
		<description>Well, php5 objects arent passed by reference as per php 4 definition but they are passed by reference like in Java.</description>
		<content:encoded><![CDATA[<p>Well, php5 objects arent passed by reference as per php 4 definition but they are passed by reference like in Java.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: PHP 5.1 is out &#124; Professional PHP</title>
		<link>http://www.procata.com/blog/archives/2005/10/20/of-php-references-and-compatibility/#comment-12799</link>
		<dc:creator>PHP 5.1 is out &#124; Professional PHP</dc:creator>
		<pubDate>Fri, 25 Nov 2005 20:02:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.procata.com/blog/?p=149#comment-12799</guid>
		<description>[...] After the Reference compatibility thing I thought there was supposed to be a process in place to catch surprises like this. What happened? [...]</description>
		<content:encoded><![CDATA[<p>[...] After the Reference compatibility thing I thought there was supposed to be a process in place to catch surprises like this. What happened? [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jason E. Sweat&#8217;s weblog &#187; Advise for an Aspiring PHP Developer</title>
		<link>http://www.procata.com/blog/archives/2005/10/20/of-php-references-and-compatibility/#comment-12259</link>
		<dc:creator>Jason E. Sweat&#8217;s weblog &#187; Advise for an Aspiring PHP Developer</dc:creator>
		<pubDate>Wed, 02 Nov 2005 13:27:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.procata.com/blog/?p=149#comment-12259</guid>
		<description>[...] Some good blogs: http://www.procata.com/blog/feed/rss2/ http://www.lastcraft.com/blog/wp-rss2.php http://netevil.org/feeds/rss.xml and many others you can find through http://www.planet-php.net/. [...]</description>
		<content:encoded><![CDATA[<p>[...] Some good blogs: <a href="http://www.procata.com/blog/feed/rss2/" rel="nofollow">http://www.procata.com/blog/feed/rss2/</a> <a href="http://www.lastcraft.com/blog/wp-rss2.php" rel="nofollow">http://www.lastcraft.com/blog/wp-rss2.php</a> <a href="http://netevil.org/feeds/rss.xml" rel="nofollow">http://netevil.org/feeds/rss.xml</a> and many others you can find through <a href="http://www.planet-php.net/" rel="nofollow">http://www.planet-php.net/</a>. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Wez Furlong</title>
		<link>http://www.procata.com/blog/archives/2005/10/20/of-php-references-and-compatibility/#comment-11771</link>
		<dc:creator>Wez Furlong</dc:creator>
		<pubDate>Fri, 21 Oct 2005 08:13:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.procata.com/blog/?p=149#comment-11771</guid>
		<description>Objects are not actually passed by reference in PHP 5.  In PHP 5, objects are represented by object handles (a bit like resources) and those handles are passed by value to functions and methods.  The engine knows how to de-reference those object handles to refer to the actual object instance.  This mechanism is totally separate from the pass-by-ref mechanism.</description>
		<content:encoded><![CDATA[<p>Objects are not actually passed by reference in PHP 5.  In PHP 5, objects are represented by object handles (a bit like resources) and those handles are passed by value to functions and methods.  The engine knows how to de-reference those object handles to refer to the actual object instance.  This mechanism is totally separate from the pass-by-ref mechanism.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

