When I change the error handler, i set the error_reporting to:
error_reporting ( E_ALL ^ E_NOTICE);
but when i call a is_file function that return false a E_NOTICE error is
generated and my error handle trap it.
I know that error_reporting works, becouse if i set it to 0, the parse
errors aren't printed, but E_NOTICE stat failed appears when a is_file,
is_dir function return false.
Can anybody help me on this
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]