Stefan Rusterholz wrote:

> Im not sure if "function-backtrace" is the correct word for what I need, so I'll 
>explain:
> If I have for example


What you are looking for is a "stacktrace", ie the stack of called 
functions. Dunno if php has any support for it, but it is normally 
used when debugging and error/exception handling.


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to