Skip to content

Instantly share code, notes, and snippets.

@webrgp
Created August 15, 2012 14:16
Show Gist options
  • Save webrgp/3360521 to your computer and use it in GitHub Desktop.
Save webrgp/3360521 to your computer and use it in GitHub Desktop.
PHP Error Log var_dump
ob_start();
var_dump($x);
$contents = ob_get_contents();
ob_end_clean();
error_log($contents);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment