Skip to content

Instantly share code, notes, and snippets.

@ubermichael
Last active March 20, 2018 17:57
Show Gist options
  • Save ubermichael/ec088442f7a5221d7f46754adb87dfe7 to your computer and use it in GitHub Desktop.
Save ubermichael/ec088442f7a5221d7f46754adb87dfe7 to your computer and use it in GitHub Desktop.
set_error_handler(function($number, $msg, $file, $line, $vars){
print "$msg:$file:$line\n";
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment