From:             [EMAIL PROTECTED]
Operating system: Linux
PHP version:      4.0.6
PHP Bug Type:     Feature/Change Request
Bug description:  User defined error-handler seems to miss some types of errors

When defining ones own error handler function using set_error_handler(), it
seems that not all kinds of errors are passed to the function. 

I have experienced the following errors (apparently of type E_ERROR - fatal
errors) being handled by PHP's built-in error handler even though I have
set a user defined error handler:

- Fatal error: Call to a member function on a non-object 
- Fatal error: Call to undefined function: some_function() 

Note: I have tried setting error_reporting(E_ALL) as well as
error_reporting(0). 

Please respond for further information, if necessary.

-- 
Edit bug report at: http://bugs.php.net/?id=13114&edit=1


-- 
PHP Development 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]

Reply via email to