<?xml version="1.0" encoding="ISO-8859-1"?>
<slide fontsize="6em">
	<title>Reporting Errors</title>

	<blurb> </blurb>
	<blurb> </blurb>
	<list effect="slide" fontsize="4em">
		<bullet>php.ini: %error_reporting = |ff0000|E_ALL|%</bullet>
		<bullet>httpd.conf: %php_value error_reporting |ff0000|2047|%</bullet>
		<bullet>in script: %error_reporting(|ff0000|E_ALL &amp; ~E_NOTICE|);%</bullet>
	</list>
	<blurb> </blurb>
	<list marginleft="3em" effect="slide" fontsize="3.5em" type="none">
		<bullet>E_ALL == 2047</bullet>
		<bullet>E_NOTICE == 8</bullet>
		<bullet>E_ALL &amp; ~E_NOTICE == 2039</bullet>
	</list>
	<blurb> </blurb>
	<blurb> </blurb>
	<blurb> </blurb>
	<blurb> </blurb>
	<blurb> </blurb>
	<list fontsize="2em" effect="slide" type="none">
		<bullet>http://www.php.net/manual/en/ref.errorfunc.php#errorfunc.constants</bullet>
	</list>
</slide>
