On Tue, 2014-02-11 at 22:05 +0100, Crypto Compress wrote:
> > You can still see "the truth" via reflection and by using a proper debugger
> > (like xdebug, I assume)
> >
>
> Reflection is mentioned in RFC. Sadly it does not solve the problem.
> Replaced output is *not* bypassable without external tools
> (xdebug/phpdbg). If i'am wrong correct me.
ReflectionObject provides access to an object and its properties. This
is not going to change in case this is accepted. It will be extended toe
able to *also* provide this debug info, this doesn't affect
ReflectionObject::getProperty() etc., though.
johannes