Re: [PHP-DEV] making var_dump and var_export even better

2008-03-30 Thread Edward Z. Yang
Stanislav Malyshev wrote: >> Also, about circular references. Isn't it possible to reuse the >> circular recognition from print_r and actually write out a reference >> to the offending piece? > > For var_export it isn't possible since there's no way to refer to the > value being exported. I know

Re: [PHP-DEV] making var_dump and var_export even better

2008-03-27 Thread Stanislav Malyshev
Also, about circular references. Isn't it possible to reuse the circular recognition from print_r and actually write out a reference to the offending piece? For var_export it isn't possible since there's no way to refer to the value being exported. -- Stanislav Malyshev, Zend Software Architec