Should the error handler set with set_error_handler terminate the script when a fater error is reported?
Should a handler set with set_error_handler()
terminate the script if fatal errors are reported. For instane E_USER_ERROR
or will this be handled anyway?