Skip to content

Instantly share code, notes, and snippets.

@DrewDouglass
Created October 5, 2016 18:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save DrewDouglass/a47e83747ef8fc378d7f98bd5c3e50cf to your computer and use it in GitHub Desktop.
Save DrewDouglass/a47e83747ef8fc378d7f98bd5c3e50cf to your computer and use it in GitHub Desktop.
Highlight php var exports.
<?php echo highlight_string("<?php\n\$data =\n" . var_export($data, true) . ";\n?>"); ?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment