Skip to content

Instantly share code, notes, and snippets.

@KishCom
Created April 12, 2012 14:42
Show Gist options
  • Save KishCom/2367819 to your computer and use it in GitHub Desktop.
Save KishCom/2367819 to your computer and use it in GitHub Desktop.
PHP the most amazing language in the world
<?
if ('9223372036854775807' == '9223372036854775808')
echo "Shits fucked";
else
echo "PHP is a great language";
?>
@KishCom
Copy link
Author

KishCom commented Apr 12, 2012

Relevant PHP bug - where they talk about how PHP is 'loosely typed'. There's a big damn difference between 'loosely typed' and 'shit is fucked right up'.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment