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
>
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