debug_print_backtrace
Prints a backtrace
&reftitle.description;
voiddebug_print_backtrace
intoptions0
intlimit0
debug_print_backtrace prints a PHP backtrace. It
prints the function calls, included/required files and
evaled stuff.
&reftitle.parameters;
options
As of 5.3.6, this parameter is a bitmask for the following options:
debug_print_backtrace options
DEBUG_BACKTRACE_IGNORE_ARGS
Whether or not to omit the "args" index, and thus all the function/method arguments,
to save memory.
limit
As of 5.4.0, this parameter can be used to limit the number of stack frames printed.
By default (limit=0) it prints all stack frames.
&reftitle.returnvalues;
&return.void;
&reftitle.changelog;
&Version;
&Description;
5.4.0
Added the optional parameter limit.
5.3.6
Added the optional parameter options.
&reftitle.examples;
debug_print_backtrace example
]]>
]]>
&example.outputs.similar;
&reftitle.seealso;
debug_backtrace