Skip to content

Instantly share code, notes, and snippets.

@joedougherty
Created January 11, 2014 16:01
Show Gist options
  • Save joedougherty/8372710 to your computer and use it in GitHub Desktop.
Save joedougherty/8372710 to your computer and use it in GitHub Desktop.
function cheat_plus_one($num) {
return eval('return ' . $num .' '. eval('return chr(43);') . ' 1;');
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment