Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- array_walk( debug_backtrace(),
- function($a) {
- print "<br /><b>". basename($a['file'])
- . "</b> <font color=\"red\">" . $a['line'] . "</font> <font color=\"green\">"
- . $a['function'] ."() </font> -- ".dirname($a['file'])."/";
- });
Advertisement
Add Comment
Please, Sign In to add comment