<?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原理之变量(Variables inside PHP)</title>
	<atom:link href="http://www.laruence.com/2008/08/22/412.html/feed" rel="self" type="application/rss+xml" />
	<link>http://www.laruence.com/2008/08/22/412.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: 深入理解PHP原理之变量(Variables inside PHP) &#124; warpig_allen&#039;s blog</title>
		<link>http://www.laruence.com/2008/08/22/412.html/comment-page-1#comment-4832</link>
		<dc:creator>深入理解PHP原理之变量(Variables inside PHP) &#124; warpig_allen&#039;s blog</dc:creator>
		<pubDate>Fri, 02 Sep 2011 15:41:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.laruence.com/?p=412#comment-4832</guid>
		<description>[...] 本文地址: http://www.laruence.com/2008/08/22/412.html [...]</description>
		<content:encoded><![CDATA[<p>[...] 本文地址: <a href="http://www.laruence.com/2008/08/22/412.html" rel="nofollow">http://www.laruence.com/2008/08/22/412.html</a> [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 雪候鸟</title>
		<link>http://www.laruence.com/2008/08/22/412.html/comment-page-1#comment-4808</link>
		<dc:creator>雪候鸟</dc:creator>
		<pubDate>Tue, 23 Aug 2011 03:04:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.laruence.com/?p=412#comment-4808</guid>
		<description>@Forever 不是结构体, 是union ;)</description>
		<content:encoded><![CDATA[<p>@Forever 不是结构体, 是union <img src='http://www.laruence.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Forever</title>
		<link>http://www.laruence.com/2008/08/22/412.html/comment-page-1#comment-4806</link>
		<dc:creator>Forever</dc:creator>
		<pubDate>Mon, 22 Aug 2011 16:09:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.laruence.com/?p=412#comment-4806</guid>
		<description>照这样说每个变量占用的内存都比较大，因为它是结构体类型啊。结构体占用的内存不是所有类型加起来的嘛</description>
		<content:encoded><![CDATA[<p>照这样说每个变量占用的内存都比较大，因为它是结构体类型啊。结构体占用的内存不是所有类型加起来的嘛</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: liano</title>
		<link>http://www.laruence.com/2008/08/22/412.html/comment-page-1#comment-3995</link>
		<dc:creator>liano</dc:creator>
		<pubDate>Wed, 23 Mar 2011 11:55:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.laruence.com/?p=412#comment-3995</guid>
		<description>牛人啊，我现在在学php能否给我个联系地址请教你一下啊？
qq：584418561</description>
		<content:encoded><![CDATA[<p>牛人啊，我现在在学php能否给我个联系地址请教你一下啊？<br />
qq：584418561</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: HorseLuke@微碌 &#187; Blog Archive &#187; php缓存扩展频繁存储/读取数组引发CPU过高问题排查手记（php-memcache为例）</title>
		<link>http://www.laruence.com/2008/08/22/412.html/comment-page-1#comment-3888</link>
		<dc:creator>HorseLuke@微碌 &#187; Blog Archive &#187; php缓存扩展频繁存储/读取数组引发CPU过高问题排查手记（php-memcache为例）</dc:creator>
		<pubDate>Sat, 19 Mar 2011 19:16:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.laruence.com/?p=412#comment-3888</guid>
		<description>[...] [2]laruence. 深入理解PHP原理之变量(Variables inside PHP)：http://www.laruence.com/2008/08/22/412.html [...]</description>
		<content:encoded><![CDATA[<p>[...] [2]laruence. 深入理解PHP原理之变量(Variables inside PHP)：http://www.laruence.com/2008/08/22/412.html [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 51nosql</title>
		<link>http://www.laruence.com/2008/08/22/412.html/comment-page-1#comment-3870</link>
		<dc:creator>51nosql</dc:creator>
		<pubDate>Fri, 18 Mar 2011 03:33:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.laruence.com/?p=412#comment-3870</guid>
		<description>向大牛学习，关注</description>
		<content:encoded><![CDATA[<p>向大牛学习，关注</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 关于引用的一个小问题。。。散分。。 - PHP常见问题 - [标签:tags] - 开源网 &#124; 123Doing</title>
		<link>http://www.laruence.com/2008/08/22/412.html/comment-page-1#comment-3681</link>
		<dc:creator>关于引用的一个小问题。。。散分。。 - PHP常见问题 - [标签:tags] - 开源网 &#124; 123Doing</dc:creator>
		<pubDate>Mon, 31 Jan 2011 07:05:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.laruence.com/?p=412#comment-3681</guid>
		<description>[...] 如果你在php4和php5中分别执行上述代码，则php4 得到 21php5 得到 22  unset只是将$t指向的zval结构体的refcount &#8211; 1,然后清除符号表里的&#8217;t&#039;,去除$t与zval的关联但是$s仍然是关联zval的。我说不明白，有一篇高手写的文章专门讲这个的，在本坛我贴出来不少次了，你认真看看。http://www.laruence.com/2008/08/22/412.html 关键是这篇http://www.laruence.com/2008/09/19/520.html然后再结合php的GC原理会更深入一些。http://www.php.net/manual/en/features.gc.refcounting-basics.php [...]</description>
		<content:encoded><![CDATA[<p>[...] 如果你在php4和php5中分别执行上述代码，则php4 得到 21php5 得到 22  unset只是将$t指向的zval结构体的refcount &#8211; 1,然后清除符号表里的&#8217;t&#039;,去除$t与zval的关联但是$s仍然是关联zval的。我说不明白，有一篇高手写的文章专门讲这个的，在本坛我贴出来不少次了，你认真看看。http://www.laruence.com/2008/08/22/412.html 关键是这篇http://www.laruence.com/2008/09/19/520.html然后再结合php的GC原理会更深入一些。http://www.php.net/manual/en/features.gc.refcounting-basics.php [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: (转)深入理解PHP原理之变量分离/引用(Variables Separation) &#187; Creative Power</title>
		<link>http://www.laruence.com/2008/08/22/412.html/comment-page-1#comment-3250</link>
		<dc:creator>(转)深入理解PHP原理之变量分离/引用(Variables Separation) &#187; Creative Power</dc:creator>
		<pubDate>Sat, 18 Sep 2010 17:11:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.laruence.com/?p=412#comment-3250</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: 关于引用的一个小问题。。。散分。。 - PHP常见问题 - 关于引用 一个小问题 散分 PHP 基础编程 - 123Doing</title>
		<link>http://www.laruence.com/2008/08/22/412.html/comment-page-1#comment-3011</link>
		<dc:creator>关于引用的一个小问题。。。散分。。 - PHP常见问题 - 关于引用 一个小问题 散分 PHP 基础编程 - 123Doing</dc:creator>
		<pubDate>Fri, 30 Jul 2010 02:29:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.laruence.com/?p=412#comment-3011</guid>
		<description>[...] unset只是将$t指向的zval结构体的refcount &#8211; 1,然后清除符号表里的&#8217;t&#039;,去除$t与zval的关联但是$s仍然是关联zval的。我说不明白，有一篇高手写的文章专门讲这个的，在本坛我贴出来不少次了，你认真看看。http://www.laruence.com/2008/08/22/412.html [...]</description>
		<content:encoded><![CDATA[<p>[...] unset只是将$t指向的zval结构体的refcount &#8211; 1,然后清除符号表里的&#8217;t&#39;,去除$t与zval的关联但是$s仍然是关联zval的。我说不明白，有一篇高手写的文章专门讲这个的，在本坛我贴出来不少次了，你认真看看。http://www.laruence.com/2008/08/22/412.html [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 深入理解 PHP之require/include顺序 &#171; 大熊猫 &#8211; konakona ——PHP程序员</title>
		<link>http://www.laruence.com/2008/08/22/412.html/comment-page-1#comment-2662</link>
		<dc:creator>深入理解 PHP之require/include顺序 &#171; 大熊猫 &#8211; konakona ——PHP程序员</dc:creator>
		<pubDate>Wed, 26 May 2010 04:40:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.laruence.com/?p=412#comment-2662</guid>
		<description>[...] 在PHP5中, 一个对象, 还是以一个zval做为载体的, 还记得什么是Zval么(深入理解 PHP原理之变量). [...]</description>
		<content:encoded><![CDATA[<p>[...] 在PHP5中, 一个对象, 还是以一个zval做为载体的, 还记得什么是Zval么(深入理解 PHP原理之变量). [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 深入理解PHP原理之对象(一) &#124; 风雪之隅</title>
		<link>http://www.laruence.com/2008/08/22/412.html/comment-page-1#comment-2577</link>
		<dc:creator>深入理解PHP原理之对象(一) &#124; 风雪之隅</dc:creator>
		<pubDate>Tue, 18 May 2010 05:10:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.laruence.com/?p=412#comment-2577</guid>
		<description>[...] 对象的结构 在PHP5中, 一个对象, 还是以一个zval做为载体的, 还记得什么是Zval么(深入理解PHP原理之变量). [...]</description>
		<content:encoded><![CDATA[<p>[...] 对象的结构 在PHP5中, 一个对象, 还是以一个zval做为载体的, 还记得什么是Zval么(深入理解PHP原理之变量). [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anonymous</title>
		<link>http://www.laruence.com/2008/08/22/412.html/comment-page-1#comment-2482</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Thu, 25 Mar 2010 01:52:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.laruence.com/?p=412#comment-2482</guid>
		<description>牛人</description>
		<content:encoded><![CDATA[<p>牛人</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: yzcj007</title>
		<link>http://www.laruence.com/2008/08/22/412.html/comment-page-1#comment-402</link>
		<dc:creator>yzcj007</dc:creator>
		<pubDate>Wed, 26 Nov 2008 15:06:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.laruence.com/?p=412#comment-402</guid>
		<description>感谢搂主，写得很棒，加油写，等着看呢！</description>
		<content:encoded><![CDATA[<p>感谢搂主，写得很棒，加油写，等着看呢！</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 完全COPY : 深入理解PHP原理之变量分离/引用(Variables Separation)</title>
		<link>http://www.laruence.com/2008/08/22/412.html/comment-page-1#comment-394</link>
		<dc:creator>完全COPY : 深入理解PHP原理之变量分离/引用(Variables Separation)</dc:creator>
		<pubDate>Tue, 25 Nov 2008 14:24:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.laruence.com/?p=412#comment-394</guid>
		<description>[...] Separation) 在前面的文章中我已经介绍了PHP的变量的内部表示(深入理解PHP原理之变量(Variables inside PHP))，以及PHP中作用域的实现机制(深入理解PHP原理之变量作用域(Scope inside [...]</description>
		<content:encoded><![CDATA[<p>[...] Separation) 在前面的文章中我已经介绍了PHP的变量的内部表示(深入理解PHP原理之变量(Variables inside PHP))，以及PHP中作用域的实现机制(深入理解PHP原理之变量作用域(Scope inside [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 狂笨地太阳</title>
		<link>http://www.laruence.com/2008/08/22/412.html/comment-page-1#comment-174</link>
		<dc:creator>狂笨地太阳</dc:creator>
		<pubDate>Mon, 22 Sep 2008 23:54:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.laruence.com/?p=412#comment-174</guid>
		<description>太好了，终于理解PHP的变量是怎么个样子了。。PHP变量类型不同，ZVAL的TYPE就不同。</description>
		<content:encoded><![CDATA[<p>太好了，终于理解PHP的变量是怎么个样子了。。PHP变量类型不同，ZVAL的TYPE就不同。</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 雪候鸟</title>
		<link>http://www.laruence.com/2008/08/22/412.html/comment-page-1#comment-110</link>
		<dc:creator>雪候鸟</dc:creator>
		<pubDate>Wed, 27 Aug 2008 01:46:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.laruence.com/?p=412#comment-110</guid>
		<description>我指的Zend/zend.h是相当于PHP源码结构树的根目录
比如,我看的是PHP5.2,那么Zend就是
PHP5.2-SRC/Zend/</description>
		<content:encoded><![CDATA[<p>我指的Zend/zend.h是相当于PHP源码结构树的根目录<br />
比如,我看的是PHP5.2,那么Zend就是<br />
PHP5.2-SRC/Zend/</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bush</title>
		<link>http://www.laruence.com/2008/08/22/412.html/comment-page-1#comment-109</link>
		<dc:creator>bush</dc:creator>
		<pubDate>Wed, 27 Aug 2008 01:15:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.laruence.com/?p=412#comment-109</guid>
		<description>在PHP中，所有的变量都是用一个结构-zval来保存的， 在Zend/zend.h中我们可以看到zval的定义：

在php应用中 Zend相关的文件没有找到或见过  它属于哪一部分呢</description>
		<content:encoded><![CDATA[<p>在PHP中，所有的变量都是用一个结构-zval来保存的， 在Zend/zend.h中我们可以看到zval的定义：</p>
<p>在php应用中 Zend相关的文件没有找到或见过  它属于哪一部分呢</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: fj</title>
		<link>http://www.laruence.com/2008/08/22/412.html/comment-page-1#comment-107</link>
		<dc:creator>fj</dc:creator>
		<pubDate>Tue, 26 Aug 2008 12:03:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.laruence.com/?p=412#comment-107</guid>
		<description>mark</description>
		<content:encoded><![CDATA[<p>mark</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 左手</title>
		<link>http://www.laruence.com/2008/08/22/412.html/comment-page-1#comment-74</link>
		<dc:creator>左手</dc:creator>
		<pubDate>Sat, 23 Aug 2008 12:37:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.laruence.com/?p=412#comment-74</guid>
		<description>太佩服你了，强大的很</description>
		<content:encoded><![CDATA[<p>太佩服你了，强大的很</p>
]]></content:encoded>
	</item>
</channel>
</rss>

