Last active
February 22, 2020 19:39
-
-
Save polybuildr/69a42db2cca07a14f805 to your computer and use it in GitHub Desktop.
Testing GitHub Gists syntax highlighting for PHP without an opening <?php tag.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$foo = "bar"; | |
echo $foo; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
How did you do it?
It didn't work for my code snippet. So I had to add the opening tag and comment that it's not necessary.