On Sun, 10 Nov 2002 10:48:46 -0500, you wrote:
>Hi Earnest. I found these user notes in the PHP manual, but, it's confusing
>and seems to be a bit contradictory:
It's simple: A user defined error handler cannot handle parse errors
or compile time errors. That makes sense to me...if your script
] (Ernest E Vogelsinger)
> Newsgroups: php.general
> Date: Sun, 10 Nov 2002 10:42:05 +0100
> To: Monty <[EMAIL PROTECTED]>
> Cc: [EMAIL PROTECTED]
> Subject: Re: [PHP] set_error_handler() Keeps Triggering Errors
>
> At 06:34 10.11.2002, Monty said:
> [snip
At 06:34 10.11.2002, Monty said:
[snip]
>When I use set_error_handler('error_function') in my scripts, errors are
>constantly being triggered that I've never seen before. If I comment the
>handler function out, the errors go away. I have the error reporting s
When I use set_error_handler('error_function') in my scripts, errors are
constantly being triggered that I've never seen before. If I comment the
handler function out, the errors go away. I have the error reporting set
very loosely: error_reporting (E_ERROR | E_USER_ERROR) - so not sure why it
keep
4 matches
Mail list logo