Created
April 12, 2012 14:42
-
-
Save KishCom/2367819 to your computer and use it in GitHub Desktop.
PHP the most amazing language in the world
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<? | |
if ('9223372036854775807' == '9223372036854775808') | |
echo "Shits fucked"; | |
else | |
echo "PHP is a great language"; | |
?> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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'.