Skip to content

Instantly share code, notes, and snippets.

@np422
Created December 12, 2012 22:37
Show Gist options
  • Select an option

  • Save np422/4272312 to your computer and use it in GitHub Desktop.

Select an option

Save np422/4272312 to your computer and use it in GitHub Desktop.
<?php
echo ( TRUE ? "a" : TRUE ? "b" : "c" ) . "\n";
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment