Skip to content

Instantly share code, notes, and snippets.

@tony2001
Created February 27, 2018 15:42
Show Gist options
  • Save tony2001/d2776bcdbdec48897fc48ca29786c96a to your computer and use it in GitHub Desktop.
Save tony2001/d2776bcdbdec48897fc48ca29786c96a to your computer and use it in GitHub Desktop.
<?php
function handleError($errno, $errstr, $errfile, $errline) {
$exception = new exception("blah");
throw $exception;
}
set_error_handler('handleError', E_ALL);
$c = $b[$a];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment