Skip to content

Instantly share code, notes, and snippets.

@lumpysimon
Created March 21, 2013 10:18
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 lumpysimon/5212027 to your computer and use it in GitHub Desktop.
Save lumpysimon/5212027 to your computer and use it in GitHub Desktop.
Sublime Text snippet: PHP error_log print_r
<snippet>
<content><![CDATA[error_log( "Lumpy: $1 " ${2:. print_r( \$$3 , true )} );]]></content>
<tabTrigger>lel</tabTrigger>
<scope>source.php</scope>
<description>error_log (Lumpy PHP)</description>
</snippet>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment