According to the comment on this answer it is possible to catch Fatal Errors through a shutdown function which cannot be caught using set_error_handler().
set_error_handler()
Just a nice trick to get the current error_handler method =)
Also i wan't to note that if you call
Php stops displaying the error, otherwise the error text will be send to the client prior to your error handler