Skip to content

Instantly share code, notes, and snippets.

@flagoworld
Created October 14, 2011 03:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save flagoworld/1286182 to your computer and use it in GitHub Desktop.
Save flagoworld/1286182 to your computer and use it in GitHub Desktop.
Catching warnings
<?php
ini_set('track_errors', '1');
error_reporting(0);
echo 1/0;
echo $php_errormsg;
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment