On 7 June 2011 04:05, tedd <tedd.sperl...@gmail.com> wrote:
> At 5:50 PM -0700 6/6/11, Brian Dunning wrote:
>>
>> Here's my code:
>>
>> error_reporting(E_ALL);

Not all errors are reported using E_ALL.

Try error_reporting(-1);

Also, check the include files don't then set error_reporting(0) or
something like that.
-- 
Richard Quadling
Twitter : EE : Zend : PHPDoc
@RQuadling : e-e.com/M_248814.html : bit.ly/9O8vFY : bit.ly/lFnVea

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to