Created
April 16, 2013 20:49
-
-
Save phpfiddle/5399530 to your computer and use it in GitHub Desktop.
PHP and ternary operator. Beware.
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
<?php | |
echo true ? 'car' : false ? 'horse' : 'feet'; | |
?> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment