debug_print_backtrace

Example

 void debug_print_backtrace ([ int $options = 0 [, int $limit = 0 ]] ) 

Description

debug_print_backtrace() prints a PHP backtrace. It prints the function calls, included/required files and eval()ed stuff.

Return Values

No value is returned.