Описание тега debug-backtrace

NoneDebug_backtrace() is a PHP function that prints the backtrace.

Debug _backtrace() is a PHP function that prints the backtrace. A backtrace is a summary of how your program got where it is. It shows one line per call, for many calls, starting with the currently executing call (call zero), followed by its caller (call one), and on up the stack.