Skip to content

Instantly share code, notes, and snippets.

@MikeNGarrett
Created May 29, 2014 15:06
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 MikeNGarrett/b0324814a384c61977b8 to your computer and use it in GitHub Desktop.
Save MikeNGarrett/b0324814a384c61977b8 to your computer and use it in GitHub Desktop.
Stack trace anything
<?php
file_put_contents(__DIR__.'/stack.log', print_r(debug_backtrace(DEBUG_BACKTRACE_PROVIDE_OBJECT), true));
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment