[2003-01-08 04:26:25] [EMAIL PROTECTED]

You can use debug_backtrace() for this (which is new in PHP 4.3.0).
(Try var_dump(debug_backtrace()); to see what output it gives), marking
this bug as a doc problem, as debug_backtrace() has not been documented
yet.
I have started to write a page for debug_backtrace. I may have it ready to post to the list in a day or two. I am working on testing the examples I plan to include.

BIG QUESTION: Where should I put it? In the function reference, I'm sure, but which section? XXVII. Error Handling and Logging Functions, XXXIV. Function Handling functions, LX. Miscellaneous functions, LXXIX. PHP Options&Information, all look like possible suspects, but none of them feel like the right place to me.

Are there other places it should be mentioned?

Rick


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

Reply via email to