Skip to content

Instantly share code, notes, and snippets.

@naderman
Last active August 29, 2015 13:58
Show Gist options
  • Save naderman/10314556 to your computer and use it in GitHub Desktop.
Save naderman/10314556 to your computer and use it in GitHub Desktop.
Error suppression exits process in hhvm
$ hhvm test.php
$ php test.php
foo
<?php
@mysqli_free_result(false);
echo "foo\n";
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment