Skip to content

Instantly share code, notes, and snippets.

@moorereason
Last active December 28, 2018 03:50
Show Gist options
  • Save moorereason/80fdbd8d47b0048c5a592f9a19db4a83 to your computer and use it in GitHub Desktop.
Save moorereason/80fdbd8d47b0048c5a592f9a19db4a83 to your computer and use it in GitHub Desktop.
Gist PHP highlighting

Testing

<html>
$foo = "bar";
$baz = 1 + 2 + 3;
<html>
<?
  $foo = "bar";
  $baz = 1 + 2 + 3;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment