Skip to content

Instantly share code, notes, and snippets.

@nmmmnu
Last active August 29, 2015 13:57
Show Gist options
  • Save nmmmnu/9763187 to your computer and use it in GitHub Desktop.
Save nmmmnu/9763187 to your computer and use it in GitHub Desktop.
$ php
<?
error_reporting(E_ALL);
$a = 5 / 0;
var_dump($a);
<ctrl-d>
Warning: Division by zero in - on line 4
bool(false)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment