Last active
March 20, 2018 17:57
-
-
Save ubermichael/ec088442f7a5221d7f46754adb87dfe7 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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