Skip to content

Instantly share code, notes, and snippets.

@nicoladj77
Last active December 17, 2015 00:49
Show Gist options
  • Save nicoladj77/5524276 to your computer and use it in GitHub Desktop.
Save nicoladj77/5524276 to your computer and use it in GitHub Desktop.
function shutdown() {
$error = error_get_last();
echo '<pre>';
var_dump($error);
echo '</pre>';
}
register_shutdown_function('shutdown');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment