Re: [PHP-DEV] older snaps / get_object_vars

2003-11-23 Thread Derick Rethans
On Sun, 23 Nov 2003, John Huntjens wrote: > I dont have a cvs account? You can use anonoymous cvs: http://php.net/anoncvs.php Derick -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] older snaps / get_object_vars

2003-11-23 Thread John Huntjens
I dont have a cvs account? TIA JOhn -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] older snaps / get_object_vars

2003-11-22 Thread Magnus Määttä
Hi John On Saturday 22 November 2003 14.49, John Huntjens wrote: > Hello group, > > Did something really stupid today: deleted my snap from nov 12 while > downloading todays snap. > > Todays snap has a really stupid bug in it: > > $this->dom = new domDocument(); > $t = get_object_vars($this); > p

[PHP-DEV] older snaps / get_object_vars

2003-11-22 Thread John Huntjens
Hello group, Did something really stupid today: deleted my snap from nov 12 while downloading todays snap. Todays snap has a really stupid bug in it: $this->dom = new domDocument(); $t = get_object_vars($this); print_r($this); get_object_vars seems destroying references to other objects. So: