Skip to content

Instantly share code, notes, and snippets.

@coffeepostal
Last active November 10, 2018 17:41
Show Gist options
  • Save coffeepostal/3634c6c253efcfe6e2d29a0f6c742315 to your computer and use it in GitHub Desktop.
Save coffeepostal/3634c6c253efcfe6e2d29a0f6c742315 to your computer and use it in GitHub Desktop.
<?php
$value = 12;
echo 'Text before ',($value > 10 ? 'true' : 'false');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment