Is there any way to access the Function Stack from php?

I would really like it for debugging, ala java style or C debugging style, 
where I could get a list of function like


>From afunction line 83
>From bfunction line 179
>From cfunction line 345

Error here..

If I could somehow access the function stack as an array that woul dbe 
superb!!

Does anyone know if this kind of functionality exists?  Is there a function 
stack in Zend that I could create a module to access?

Josh.

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to