Stack trace
Posted: Wed Jan 30, 2008 7:52 am
Hi,
Is it possible to generate a stack trace in PHP?
If an error occurs somewhere, often it is not enough to know which function the error occurred in; it is often necessary to know where this function was called, and where the function containing that call was called etc. Is this possible?
Thanks in advance!
Is it possible to generate a stack trace in PHP?
If an error occurs somewhere, often it is not enough to know which function the error occurred in; it is often necessary to know where this function was called, and where the function containing that call was called etc. Is this possible?
Thanks in advance!