ID: 10096 Comment by: picture-fuck711 at hotmail dot com Reported By: rcherry at raysoft dot net Status: Bogus Bug Type: Class/Object related Operating System: Windows ME PHP Version: 4.0.4pl1 New Comment:
<a href=http://3rippedspanking-cin.da.ru>fuck picture</a> Previous Comments: ------------------------------------------------------------------------ [2001-09-09 06:07:06] [EMAIL PROTECTED] Works fine with the latest CVS. ------------------------------------------------------------------------ [2001-04-01 03:46:12] rcherry at raysoft dot net If variables within a class are set by the constructor, then get_object_vars works OK. If they are set after the class object is constructed, then it doesn't work OK. Example: class a { var $b; } $aa = new a(); $aa->b = "Hi"; print_r(get_object_vars($aa); //Result will not be as expected. This error is complicating an effort to persist a class. =================== Related Issue: It does not appear possible to have a variable within a class which is of type class. What a shame. ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=10096&edit=1