Created
February 26, 2011 15:26
-
-
Save bxt/845300 to your computer and use it in GitHub Desktop.
Some really cryptic php, helps to test your operator precedence knowledge
This file contains 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
<?php echo 0 || 1337 ? 4 : 0 | -4 ? 5 : 0 ? 7 ^ 5: 0 ; // 2 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment