Re: [PHP-DEV] Changing output of print_r() and var_dump()

2005-05-22 Thread Wez Furlong
If we're going to change it, can we make it "visibility:class:name" instead, as this seems more intuitive and readable. eg: private:TT:pri --Wez. On 5/21/05, Marcus Boerger <[EMAIL PROTECTED]> wrote: > Hello internals, > > i want to chnage the output of print_r() and var_dump() so that it >

[PHP-DEV] Changing output of print_r() and var_dump()

2005-05-21 Thread Marcus Boerger
Hello internals, i want to chnage the output of print_r() and var_dump() so that it shows the class a private property was declared in. The problem is that at the moment both only state that the property is private so that you cannot see which class level it belongs to and if there is any derive