Skip to content

Instantly share code, notes, and snippets.

@paullinney
Created December 16, 2015 14:07
Show Gist options
  • Save paullinney/d8363fd8a74aad189f20 to your computer and use it in GitHub Desktop.
Save paullinney/d8363fd8a74aad189f20 to your computer and use it in GitHub Desktop.
function __the_end(){
if(($err=error_get_last()))
die('<pre>'.print_r($err,true).'</pre>');
}
register_shutdown_function('__the_end');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment