Skip to content

Instantly share code, notes, and snippets.

@kasparsb
Created December 2, 2013 00:34
Show Gist options
  • Save kasparsb/7742958 to your computer and use it in GitHub Desktop.
Save kasparsb/7742958 to your computer and use it in GitHub Desktop.
Small backtrace snippet
foreach ( debug_backtrace() as $d )
echo $d['function']."<br />\n";
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment