Reply to error_reporting(E_ALL & ~E_NOTICE) reports a million lines of notices and warnings
Posted by comp.lang.php on 04/10/06 19:09
I have a PHP script that has only one line:
<?php error_reporting(E_ALL & ~E_NOTICE); ?>
When run as CLI PHP I get an extremely large number of warnings, errors
and notices, all related to the GD library functions. I would say
roughly about 100 - 150 lines of notices and warnings, just due to that
one line.