Re: [PHP] Custom Error Handler

2004-02-18 Thread Stuart
John W. Holmes wrote: You'll notice this if you do: - It is important to remember that the standard PHP error handler is completely bypassed. error_reporting() settings will have no effect and your error handler will be called regardless - however you are still able to read the current value of

Re: [PHP] Custom Error Handler

2004-02-18 Thread John W. Holmes
From: "Stuart" <[EMAIL PROTECTED]> > I have a custom error handler class that's working well. My problem is > that I can't find a way to find out whether a particular error has been > suppressed using the @ prefix. Is there a way to do this with a custom > handler? Next time start here http://us2

[PHP] Custom Error Handler

2004-02-18 Thread Stuart
I have a custom error handler class that's working well. My problem is that I can't find a way to find out whether a particular error has been suppressed using the @ prefix. Is there a way to do this with a custom handler? -- Stuart -- PHP General Mailing List (http://www.php.net/) To unsubscri