Re: error_reporting(E_ALL) fails to show anything - help!!
Posted by comp.lang.php on 02/02/06 03:30
error_reporting is set to '1', this according to php.ini
Phil
Chung Leong wrote:
> If error_reporting is set to 0 in php.ini, you won't see any E_PARSE
> error message even if you do an error_reporting(E_ALL), as the error
> would occur prior to the line being executed.