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
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
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