On Fri, 2002-03-01 at 21:11, Walter A. Boring IV wrote:
> Howdy,
>   I was thinking about tweaking the var_dump/print_r functions to
> provide the name of the variable being dumped.  Is there a way to look 
> that up?  from the active_symbol_table-- ?

Sorry, the only of getting the variable would require scanning all
symbol tables looking for a pointer to the zval.

 - Stig


-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to