On Fri, 17 Dec 2004, Andi Gutmans wrote:
> OK I think restoring BC for now is OK. I'm not sure var_dump() really has
var_export() you mean?
> to support protected/private but the manual says so: "The first one is that > the returned representation is valid PHP code, the second that it will also > return protected and private properties of an object with PHP 5.". > So we might want to fix one or the other at some point :)
I've no idea why that last line was added, it's simply incorrect. This was never my plan to add. Also, those are *object* properties, which have nothing to do with the code that I just changed ;-)
I didn't realize that. I thought that code also ran for object properties. Yeah, I meant var_export() and it seems like the PHP manual might need fixing.
Andi
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php