<?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>“ETiV`s Blog” 的评论</title>
	<atom:link href="http://blog.etiv.cn/comments/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.etiv.cn</link>
	<description>Notes of Learning. About Kohana, FreeBSD, and my Life...</description>
	<lastBuildDate>Tue, 13 Jul 2010 20:29:16 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.3</generator>
	<item>
		<title>ETiV 关于 修改XDebug 的评论</title>
		<link>http://blog.etiv.cn/40/xdebug-mod.html#comment-7</link>
		<dc:creator>ETiV</dc:creator>
		<pubDate>Tue, 13 Jul 2010 20:29:16 +0000</pubDate>
		<guid isPermaLink="false">http://blog.etiv.cn/?p=40#comment-7</guid>
		<description>&lt;code&gt;xdebug_str_addl&lt;/code&gt;:
xdebug_str_addl(&amp;str, (char*)&quot;c-style string&quot;, (int)strlen(param2), (int)start-offset);

&lt;code&gt;zend_get_executed_lineno()&lt;/code&gt; 以及 &lt;code&gt; zend_get_executed_filename()&lt;/code&gt;:
虽然从手册上看上去, 这两个函数像是带有了参数, 但在我这里(FreeBSD 64bit), 他们的参数是被定义成 void 的宏. 即, 
&lt;code&gt;#defind TSRMLS_D void&lt;/code&gt;

所以你也同我一样的情况, 直接用就好, 不用添加任何参数.</description>
		<content:encoded><![CDATA[<p><code>xdebug_str_addl</code>:<br />
xdebug_str_addl(&#038;str, (char*)&#8221;c-style string&#8221;, (int)strlen(param2), (int)start-offset);</p>
<p><code>zend_get_executed_lineno()</code> 以及 <code> zend_get_executed_filename()</code>:<br />
虽然从手册上看上去, 这两个函数像是带有了参数, 但在我这里(FreeBSD 64bit), 他们的参数是被定义成 void 的宏. 即,<br />
<code>#defind TSRMLS_D void</code></p>
<p>所以你也同我一样的情况, 直接用就好, 不用添加任何参数.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

