Posted by Michael Fesser on 08/30/07 05:00
..oO(Fabio)
>I find the best to write good code:
>
>E_ALL | E_STRICT & ~E_RECOVERABLE_ERROR
IMHO that's even worse than supressing E_NOTICE errors. _All_ errors
should be shown and handled while developing, which means
E_ALL
or better
E_ALL | E_STRICT
Micha
Navigation:
[Reply to this message]
|