<?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原理之变量作用域(Scope in PHP)</title>
	<atom:link href="http://www.laruence.com/2008/08/26/463.html/feed" rel="self" type="application/rss+xml" />
	<link>http://www.laruence.com/2008/08/26/463.html</link>
	<description>PHP语言, PHP扩展, Zend引擎相关的研究,技术,新闻分享 - 左手代码 右手诗</description>
	<lastBuildDate>Thu, 09 Feb 2012 12:31:57 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.2</generator>
	<item>
		<title>By: selfimpr</title>
		<link>http://www.laruence.com/2008/08/26/463.html/comment-page-1#comment-4937</link>
		<dc:creator>selfimpr</dc:creator>
		<pubDate>Mon, 19 Sep 2011 10:34:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.laruence.com/?p=463#comment-4937</guid>
		<description>我们都知道PHP对于简单变量是传值调用的，但是，我要告诉你的是，PHP并不是简单的通过复制一个zval来实现传值的，呵呵，留个悬念，等我下回分解. 

请问, 这个指的是&quot;copy-on-write&quot;还是有其他的知识??</description>
		<content:encoded><![CDATA[<p>我们都知道PHP对于简单变量是传值调用的，但是，我要告诉你的是，PHP并不是简单的通过复制一个zval来实现传值的，呵呵，留个悬念，等我下回分解. </p>
<p>请问, 这个指的是&#8221;copy-on-write&#8221;还是有其他的知识??</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: PHP5.4的新特性 &#8212; 见贤思齐</title>
		<link>http://www.laruence.com/2008/08/26/463.html/comment-page-1#comment-4561</link>
		<dc:creator>PHP5.4的新特性 &#8212; 见贤思齐</dc:creator>
		<pubDate>Mon, 04 Jul 2011 03:03:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.laruence.com/?p=463#comment-4561</guid>
		<description>[...] 深入理解PHP原理之变量作用域(Scope in PHP) [...]</description>
		<content:encoded><![CDATA[<p>[...] 深入理解PHP原理之变量作用域(Scope in PHP) [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 如何调试PHP的Core(一) &#124; 风雪之隅</title>
		<link>http://www.laruence.com/2008/08/26/463.html/comment-page-1#comment-4508</link>
		<dc:creator>如何调试PHP的Core(一) &#124; 风雪之隅</dc:creator>
		<pubDate>Thu, 23 Jun 2011 04:19:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.laruence.com/?p=463#comment-4508</guid>
		<description>[...] 在这个过程中, 会涉及到对PHP的函数调用, PHP的传参, PHP的一些全局变量的知识, 这些知识在我之前的文章中都有过涉及, 大家可以翻阅: 深入理解PHP原理之函数 深入理解PHP原理之变量作用域等等. [...]</description>
		<content:encoded><![CDATA[<p>[...] 在这个过程中, 会涉及到对PHP的函数调用, PHP的传参, PHP的一些全局变量的知识, 这些知识在我之前的文章中都有过涉及, 大家可以翻阅: 深入理解PHP原理之函数 深入理解PHP原理之变量作用域等等. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 深入理解PHP原理之变量作用域(Scope in PHP) &#124; 万维网黑客联盟</title>
		<link>http://www.laruence.com/2008/08/26/463.html/comment-page-1#comment-3931</link>
		<dc:creator>深入理解PHP原理之变量作用域(Scope in PHP) &#124; 万维网黑客联盟</dc:creator>
		<pubDate>Sun, 20 Mar 2011 09:33:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.laruence.com/?p=463#comment-3931</guid>
		<description>[...] 本文地址: http://www.laruence.com/2008/08/26/463.html [...]</description>
		<content:encoded><![CDATA[<p>[...] 本文地址: <a href="http://www.laruence.com/2008/08/26/463.html" rel="nofollow">http://www.laruence.com/2008/08/26/463.html</a> [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 如何获取一个变量的名字 &#124; 风雪之隅</title>
		<link>http://www.laruence.com/2008/08/26/463.html/comment-page-1#comment-3497</link>
		<dc:creator>如何获取一个变量的名字 &#124; 风雪之隅</dc:creator>
		<pubDate>Wed, 08 Dec 2010 04:39:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.laruence.com/?p=463#comment-3497</guid>
		<description>[...] 关于作用域, 你也可以参看我之前的文章: 深入理解PHP原理之变量作用域(Scope in PHP) [...]</description>
		<content:encoded><![CDATA[<p>[...] 关于作用域, 你也可以参看我之前的文章: 深入理解PHP原理之变量作用域(Scope in PHP) [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: (转)深入理解PHP原理之变量分离/引用(Variables Separation) &#187; Creative Power</title>
		<link>http://www.laruence.com/2008/08/26/463.html/comment-page-1#comment-3249</link>
		<dc:creator>(转)深入理解PHP原理之变量分离/引用(Variables Separation) &#187; Creative Power</dc:creator>
		<pubDate>Sat, 18 Sep 2010 17:06:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.laruence.com/?p=463#comment-3249</guid>
		<description>[...] 在前面的文章中我已经介绍了PHP的变量的内部表示(深入理解PHP原理之变量(Variables inside PHP))，以及PHP中作用域的实现机制(深入理解PHP原理之变量作用域(Scope inside PHP))。这节我们就接着前面的文章，继续介绍PHP中变量分离和引用的概念： [...]</description>
		<content:encoded><![CDATA[<p>[...] 在前面的文章中我已经介绍了PHP的变量的内部表示(深入理解PHP原理之变量(Variables inside PHP))，以及PHP中作用域的实现机制(深入理解PHP原理之变量作用域(Scope inside PHP))。这节我们就接着前面的文章，继续介绍PHP中变量分离和引用的概念： [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 游泳减肥</title>
		<link>http://www.laruence.com/2008/08/26/463.html/comment-page-1#comment-1875</link>
		<dc:creator>游泳减肥</dc:creator>
		<pubDate>Thu, 16 Jul 2009 04:29:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.laruence.com/?p=463#comment-1875</guid>
		<description>路过，顺便顶下</description>
		<content:encoded><![CDATA[<p>路过，顺便顶下</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sky</title>
		<link>http://www.laruence.com/2008/08/26/463.html/comment-page-1#comment-1550</link>
		<dc:creator>sky</dc:creator>
		<pubDate>Mon, 09 Feb 2009 08:24:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.laruence.com/?p=463#comment-1550</guid>
		<description>既然symbol_table和*active_symbol_table都是HashTable结构，那变量名是放在哪呢，好像不知道symbol_table结构中哪个元素作为存放变量名和值用，即key/value</description>
		<content:encoded><![CDATA[<p>既然symbol_table和*active_symbol_table都是HashTable结构，那变量名是放在哪呢，好像不知道symbol_table结构中哪个元素作为存放变量名和值用，即key/value</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 雪候鸟</title>
		<link>http://www.laruence.com/2008/08/26/463.html/comment-page-1#comment-149</link>
		<dc:creator>雪候鸟</dc:creator>
		<pubDate>Thu, 11 Sep 2008 11:37:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.laruence.com/?p=463#comment-149</guid>
		<description>恩, 是应该介绍这方面的东西了</description>
		<content:encoded><![CDATA[<p>恩, 是应该介绍这方面的东西了</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: xiaoj</title>
		<link>http://www.laruence.com/2008/08/26/463.html/comment-page-1#comment-148</link>
		<dc:creator>xiaoj</dc:creator>
		<pubDate>Thu, 11 Sep 2008 09:13:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.laruence.com/?p=463#comment-148</guid>
		<description>楼主后面是不是准备讲refererce,copy on write,change on write了</description>
		<content:encoded><![CDATA[<p>楼主后面是不是准备讲refererce,copy on write,change on write了</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 雪候鸟</title>
		<link>http://www.laruence.com/2008/08/26/463.html/comment-page-1#comment-134</link>
		<dc:creator>雪候鸟</dc:creator>
		<pubDate>Sat, 30 Aug 2008 16:14:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.laruence.com/?p=463#comment-134</guid>
		<description>呵呵，不好意思啊，最近项目很紧，等忙过这阵，我一次多写点。</description>
		<content:encoded><![CDATA[<p>呵呵，不好意思啊，最近项目很紧，等忙过这阵，我一次多写点。</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 爱上</title>
		<link>http://www.laruence.com/2008/08/26/463.html/comment-page-1#comment-133</link>
		<dc:creator>爱上</dc:creator>
		<pubDate>Sat, 30 Aug 2008 09:25:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.laruence.com/?p=463#comment-133</guid>
		<description>咋不分解了啦</description>
		<content:encoded><![CDATA[<p>咋不分解了啦</p>
]]></content:encoded>
	</item>
</channel>
</rss>

