<?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 lazy copy or copy on write</title>
	<atom:link href="http://www.thedeveloperday.com/php-lazy-copy/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.thedeveloperday.com/php-lazy-copy/</link>
	<description>Staying Curious</description>
	<lastBuildDate>Wed, 01 Feb 2012 07:05:15 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: The HungryCoder</title>
		<link>http://www.thedeveloperday.com/php-lazy-copy/comment-page-1/#comment-881</link>
		<dc:creator>The HungryCoder</dc:creator>
		<pubDate>Mon, 11 Oct 2010 07:47:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.thedeveloperday.com/php-lazy-copy/#comment-881</guid>
		<description>Initially, I also thought like you too. Thanks for nice reference.</description>
		<content:encoded><![CDATA[<p>Initially, I also thought like you too. Thanks for nice reference.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kyle</title>
		<link>http://www.thedeveloperday.com/php-lazy-copy/comment-page-1/#comment-205</link>
		<dc:creator>Kyle</dc:creator>
		<pubDate>Thu, 02 Jul 2009 17:00:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.thedeveloperday.com/php-lazy-copy/#comment-205</guid>
		<description>Jon: This comment may be a bit late, but if you just run some memory tests when copying variables, you will see that nothing extra is used until the data in the second variable is changed.

As the author said, it is actually slower to use the reference operator if you are only reading.</description>
		<content:encoded><![CDATA[<p>Jon: This comment may be a bit late, but if you just run some memory tests when copying variables, you will see that nothing extra is used until the data in the second variable is changed.</p>
<p>As the author said, it is actually slower to use the reference operator if you are only reading.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://www.thedeveloperday.com/php-lazy-copy/comment-page-1/#comment-84</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Tue, 26 Aug 2008 11:56:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.thedeveloperday.com/php-lazy-copy/#comment-84</guid>
		<description>No sorry :) Don&#039;t have any official docs to back up the story. I found out this while reading the zend certification practice book.</description>
		<content:encoded><![CDATA[<p>No sorry <img src='http://www.thedeveloperday.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  Don&#8217;t have any official docs to back up the story. I found out this while reading the zend certification practice book.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jonathan Haddad</title>
		<link>http://www.thedeveloperday.com/php-lazy-copy/comment-page-1/#comment-68</link>
		<dc:creator>Jonathan Haddad</dc:creator>
		<pubDate>Wed, 25 Jun 2008 19:46:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.thedeveloperday.com/php-lazy-copy/#comment-68</guid>
		<description>I&#039;ve heard this before too, but I haven&#039;t read it in any official docs.  Do you have a link to any internal docs on the topic?</description>
		<content:encoded><![CDATA[<p>I&#8217;ve heard this before too, but I haven&#8217;t read it in any official docs.  Do you have a link to any internal docs on the topic?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

