On Fri, Dec 19, 2003 at 08:49:10PM +0100, Andrey Hristov wrote:Well, you could simply do like
So the code with @ is "working". The set_error_handler() is bailing out and everything is ok
No, the erorr handler isn't being called and that's not okay.
--Dan
set_error_handler('foo');
@set_error_handler('foo', E_ALL);right?
Cheers, Michael
-- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php
