restore_error_handler()? See the comments though for some gotchas that may catch you out: http://www.php.net/manual/en/function.restore-error-handler.php.
restore_error_handler()? See the comments though for some gotchas that may catch you out: http://www.php.net/manual/en/function.restore-error-handler.php.
Is there any way to revert to PHP's native/normal error handling after setting up a custom error handler? (see http://www.php.net/manual/en/function.set-error-handler.php ) set_error_handler("myErrorHandler"); ...