Skip to content

Instantly share code, notes, and snippets.

@phpfiddle
Created April 16, 2013 20:49
Show Gist options
  • Save phpfiddle/5399530 to your computer and use it in GitHub Desktop.
Save phpfiddle/5399530 to your computer and use it in GitHub Desktop.
PHP and ternary operator. Beware.
<?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