Skip to content

Instantly share code, notes, and snippets.

@jordantomax
Created May 2, 2011 21:19
Show Gist options
  • Save jordantomax/952387 to your computer and use it in GitHub Desktop.
Save jordantomax/952387 to your computer and use it in GitHub Desktop.
<html>
<? if (true): ?>
<? if (false): ?>
<p>
<? if ($exists): ?>
<?= $hello_word ?>
<? endif; ?>
</p>
<? endif; ?>
<? endif; ?>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment