Skip to content

Instantly share code, notes, and snippets.

@zofe
Last active December 24, 2015 21:59
Show Gist options
  • Save zofe/6869571 to your computer and use it in GitHub Desktop.
Save zofe/6869571 to your computer and use it in GitHub Desktop.
to remember:sometime error_log is just better than ..debug, var_dump or die
error_log(print_r($var, true), 3, $_SERVER['DOCUMENT_ROOT']."/uploads/log.txt");
var_dump($var);
die($var);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment