RE: [PHP-DEV] Overloaded property access

2004-06-01 Thread Rick Fletcher
After sending this mail I went and searched the bugs database more thoroughly and found this very problem here: http://bugs.php.net/bug.php?id=28444. My apologies. Rick > -Original Message- > From: Rick Fletcher [mailto:[EMAIL PROTECTED] > Sent: Tuesday, June 01, 2004 11

[PHP-DEV] Overloaded property access

2004-06-01 Thread Rick Fletcher
n" ); $one->two->property = "new value"; ?> This produces: = $ php -f test.php "default value" PHP Fatal error: Cannot access undefined property for object with overloaded property access in /home/fletch/test.php on line 24 = Is it c

[PHP-DEV] A misleading error message

2004-05-13 Thread Rick Fletcher
With 5RC2 the following code produces a the fatal error "Cannot instantiate abstract class Two." In fact Two is not an abstract class, so the wording tripped me up for a minute. The error actually occurs because Two doesn't implement all of One's abstract methods. Could someone make a change to