Skip to content

Instantly share code, notes, and snippets.

@galengidman
Created August 7, 2014 19:57
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 galengidman/797b98226ba290d1e851 to your computer and use it in GitHub Desktop.
Save galengidman/797b98226ba290d1e851 to your computer and use it in GitHub Desktop.
<?php
function var_dump_pre( $var ) {
$str = "<pre>$var</pre>";
echo $str;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment