<?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: ext/scream functionality without ext/scream</title>
	<atom:link href="http://blog.experimentalworks.net/2009/05/extscream-functionality-without-extscream/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.experimentalworks.net/2009/05/extscream-functionality-without-extscream/</link>
	<description></description>
	<lastBuildDate>Mon, 12 Jul 2010 13:28:59 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: admin</title>
		<link>http://blog.experimentalworks.net/2009/05/extscream-functionality-without-extscream/comment-page-1/#comment-120</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Tue, 26 May 2009 09:26:58 +0000</pubDate>
		<guid isPermaLink="false">http://blog.experimentalworks.net/?p=225#comment-120</guid>
		<description>Yes, but it&#039;s more work to do if you just want to have a short look on what happens. Also you have to add this for every PHP app running on the server, while the DTrace solution monitors all running PHP applications by default.</description>
		<content:encoded><![CDATA[<p>Yes, but it&#8217;s more work to do if you just want to have a short look on what happens. Also you have to add this for every PHP app running on the server, while the DTrace solution monitors all running PHP applications by default.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jan!</title>
		<link>http://blog.experimentalworks.net/2009/05/extscream-functionality-without-extscream/comment-page-1/#comment-118</link>
		<dc:creator>Jan!</dc:creator>
		<pubDate>Fri, 22 May 2009 06:52:01 +0000</pubDate>
		<guid isPermaLink="false">http://blog.experimentalworks.net/?p=225#comment-118</guid>
		<description>Isn&#039;t it easier to simply register your own error handler? When it gets called and &#124;error_reporting() === 0&#124;, it means the @ operator has been used.

http://php.net/set_error_handler
&quot;It is important to remember that the standard PHP error handler is completely bypassed. error_reporting() settings will have no effect and your error handler will be called regardless - however you are still able to read the current value of error_reporting and act appropriately. Of particular note is that this value will be 0 if the statement that caused the error was prepended by the @ error-control operator.&quot;</description>
		<content:encoded><![CDATA[<p>Isn&#8217;t it easier to simply register your own error handler? When it gets called and |error_reporting() === 0|, it means the @ operator has been used.</p>
<p><a href="http://php.net/set_error_handler" rel="nofollow">http://php.net/set_error_handler</a><br />
&#8220;It is important to remember that the standard PHP error handler is completely bypassed. error_reporting() settings will have no effect and your error handler will be called regardless &#8211; however you are still able to read the current value of error_reporting and act appropriately. Of particular note is that this value will be 0 if the statement that caused the error was prepended by the @ error-control operator.&#8221;</p>
]]></content:encoded>
	</item>
</channel>
</rss>
