On Thu, 9 Jan 2003, Rick Widmer wrote:
> 
> >[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?

70% of me votes for Error Handling and Logging Functions
and 27% votes for PHP Options & Information. 3% for Misc.

If more functions like this come into existence then ref.debug 
will want to exist.  There is an outdated debugging appendix 
but that's of course not where functions go anyways.

Regards,
Philip


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

Reply via email to