<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Nerdtivity &#187; error reporting</title>
	<atom:link href="http://www.willayers.net/tags/error-reporting/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.willayers.net</link>
	<description>Life of a Nerd in Disguise</description>
	<lastBuildDate>Thu, 07 Oct 2010 23:27:04 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>PHP Show All Errors</title>
		<link>http://www.willayers.net/2010/07/php-show-all-errors/</link>
		<comments>http://www.willayers.net/2010/07/php-show-all-errors/#comments</comments>
		<pubDate>Wed, 21 Jul 2010 18:13:57 +0000</pubDate>
		<dc:creator>cointilt</dc:creator>
				<category><![CDATA[Code Snippets]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[display errors]]></category>
		<category><![CDATA[error reporting]]></category>
		<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://www.willayers.net/?p=50</guid>
		<description><![CDATA[I tend to use this a lot on my dev sites to show my what my errors are instead of just seeing a blank white page. error_reporting ( E_ALL ); ini_set ( 'display_errors', '1' );]]></description>
			<content:encoded><![CDATA[<p>I tend to use this a lot on my dev sites to show my what my errors are instead of just seeing a blank white page.</p>
<pre class="brush: php;">error_reporting ( E_ALL );
ini_set ( 'display_errors', '1' );</pre>
]]></content:encoded>
			<wfw:commentRss>http://www.willayers.net/2010/07/php-show-all-errors/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

