Skip to content

Instantly share code, notes, and snippets.

@ScullWM
Created February 2, 2017 10:39
Show Gist options
  • Save ScullWM/dca37250436596370efc5bff932ec9f2 to your computer and use it in GitHub Desktop.
Save ScullWM/dca37250436596370efc5bff932ec9f2 to your computer and use it in GitHub Desktop.
debug stacktrace
foreach (debug_backtrace() as $debug) {
echo $debug['class'] . '::' . $debug['function'].'<br>';
}
exit();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment