|
Posted by Chung Leong on 02/03/06 05:02
comp.lang.php wrote:
> 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.
1 is E_ERROR, so you won't not be getting any E_PARSE message.
Navigation:
[Reply to this message]
|