Skip to content

Instantly share code, notes, and snippets.

@koenhendriks
Created June 5, 2014 21:43
Show Gist options
  • Save koenhendriks/1e4871fa09dacd4aa91c to your computer and use it in GitHub Desktop.
Save koenhendriks/1e4871fa09dacd4aa91c to your computer and use it in GitHub Desktop.
/**
* I love this hack <3
*
* @param $var
* @return string
*/
function dump($var){
echo '<pre>';
var_dump($var);
echo '</pre>';
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment