debug_print_backtrace()
This prints a PHP backtrace. It prints the function calls,
included/required files and eval()ed stuff.
eval() = Evaluate a string as PHP code. Its use is discouraged.