Skip to content

Instantly share code, notes, and snippets.

@Freeaqingme
Created August 14, 2013 14:09
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 Freeaqingme/6231391 to your computer and use it in GitHub Desktop.
Save Freeaqingme/6231391 to your computer and use it in GitHub Desktop.
<?php
error_reporting(-1);
ini_set('display_errors',1);
if (@$i / 0 ) {
echo 'hoi';
} else {
echo 'doei';
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment