Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:17524 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 30477 invoked by uid 1010); 4 Aug 2005 07:10:12 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 30462 invoked from network); 4 Aug 2005 07:10:12 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 4 Aug 2005 07:10:12 -0000 X-Host-Fingerprint: 82.94.239.5 jdi.jdi-ict.nl Linux 2.5 (sometimes 2.4) (4) Received: from ([82.94.239.5:55148] helo=jdi.jdi-ict.nl) by pb1.pair.com (ecelerity 2.0 beta r(6323M)) with SMTP id A6/42-04646-35FB1F24 for ; Thu, 04 Aug 2005 03:10:12 -0400 Received: from localhost (localhost [127.0.0.1]) by jdi.jdi-ict.nl (8.12.11/8.12.11) with ESMTP id j747A9Lh009798 for ; Thu, 4 Aug 2005 09:10:09 +0200 Received: from localhost (localhost [127.0.0.1]) by jdi.jdi-ict.nl (8.12.11/8.12.11) with ESMTP id j747A2Ti009785; Thu, 4 Aug 2005 09:10:03 +0200 Date: Thu, 4 Aug 2005 09:10:00 +0200 (CEST) X-X-Sender: derick@localhost To: Lukas Smith cc: Andrei Zmievski , PHP Developers Mailing List , Jan Borsodi , Raymond Bosman , Frederik Holljen , Tobias Schlitt In-Reply-To: <42F15B26.6060601@php.net> Message-ID: References: <39FD64FE-3B15-4E66-A4CD-C392B666BD32@gravitonic.com> <42F15B26.6060601@php.net> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Virus-Scanned: by amavisd-new at jdi-ict.nl Subject: Re: [PHP-DEV] Property Overloading RFC From: dr@ez.no (Derick Rethans) On Thu, 4 Aug 2005, Lukas Smith wrote: > I wonder if it wouldnt be enough to be able to force the triggering of > __set(), __get() for all properties be enough to deal with your situation? No, besides that would break BC, it would also not solve the problem of returning errors correctly. Derick