:41a
> To: [EMAIL PROTECTED]
> Subject: [PHP-DEV] Overloaded property access
>
> I've just made use of overloaded property access for the
> first time and
> experienced some unexpected behavior. I just wanted to
> verify that it was
> the correct behavior with tho
I've just made use of overloaded property access for the first time and
experienced some unexpected behavior. I just wanted to verify that it was
the correct behavior with those who'd know best.
two = new Two();
}
public function __set( $n, $v ) {
$GLOBALS