Reply to Re: error_reporting(E_ALL) fails to show anything - help!!
Posted by Chung Leong on 02/02/06 02:50
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.