19 Dec
2005
19 Dec
'05
3:38 p.m.
On 12/19/05, andrew morton <drewish@katherinehouse.com> wrote:
On 12/18/05, Larry Garfield <larry@garfieldtech.com> wrote:
You might also find the PHP function debug_backtrace() useful. It prints a stack dump, which lets you see the function calls to that point. Tip: Wrap the output in <pre> tags to make it easier to read.
Note that this is in PHP 4.3.0 and greater.
I'd actually recomment debug_print_backtrace() . The tip about wrapping it in pre tags still applies though.
Not that this is in PHP5 only. Your host may have other versions installed.