ID:               33065
 Updated by:       [EMAIL PROTECTED]
 Reported By:      cita at nextradsl dot cz
-Status:           Bogus
+Status:           Feedback
 Bug Type:         Class/Object related
 Operating System: independent
 PHP Version:      5.0.4
 New Comment:

Please try using this CVS snapshot:

  http://snaps.php.net/php5-STABLE-latest.tar.gz
 
For Windows:
 
  http://snaps.php.net/win32/php5.0-win32-latest.zip




Previous Comments:
------------------------------------------------------------------------

[2005-05-19 16:11:56] cita at nextradsl dot cz

I tested it at PHP 5.0.4, problem is same

------------------------------------------------------------------------

[2005-05-19 16:11:30] cita at nextradsl dot cz

I tested it at PHP 5.0.4

------------------------------------------------------------------------

[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

Reply via email to