On Sat, 2003-10-25 at 15:07, Christian Schneider wrote:
[...]
> I'd like to add the local variables for all stack-frames to the result
> of debug_backtrace(),
[...]
I'd like having this. Using declare(ticks = 1),
register_tick_function('debug'), and debug_backtrace() you'd be able to
build a simple debugger in PHP userland.
- Timm