ID: 33065 User updated by: cita at nextradsl dot cz Reported By: cita at nextradsl dot cz Status: Bogus Bug Type: Class/Object related Operating System: independent -PHP Version: 5.0.3 +PHP Version: 5.0.4 New Comment:
I tested it at PHP 5.0.4 Previous Comments: ------------------------------------------------------------------------ [2005-05-19 16:05:36] [EMAIL PROTECTED] Thank you for taking the time to report a problem with PHP. Unfortunately you are not using a current version of PHP -- the problem might already be fixed. Please download a new PHP version from http://www.php.net/downloads.php If you are able to reproduce the bug with one of the latest versions of PHP, please change the PHP version on this bug report to the version you tested and change the status back to "Open". Again, thank you for your continued support of PHP. ------------------------------------------------------------------------ [2005-05-19 16:04:47] cita at nextradsl dot cz Description: ------------ overloading of overloaded properties is returning fatal error. Reproduce code: --------------- # this produce fatal error $this->Button->Text = "text"; # __get(), __set() # Fatal error: Cannot access undefined property for object with overloaded property access .. # but this is ok : )? : $button = $this->Button; # __get() $button->Text = "text"; # __set() ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=33065&edit=1