Skip to content

Instantly share code, notes, and snippets.

@barrykooij
Created November 23, 2014 11:19
Show Gist options
  • Save barrykooij/5ee10d89b4a9670d50e0 to your computer and use it in GitHub Desktop.
Save barrykooij/5ee10d89b4a9670d50e0 to your computer and use it in GitHub Desktop.
Correct:
<?php echo $name; ?>
Incorrect:
<?= $name ?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment