Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:17664 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 90371 invoked by uid 1010); 9 Aug 2005 07:19:54 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 90353 invoked from network); 9 Aug 2005 07:19:53 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 9 Aug 2005 07:19:53 -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:49540] helo=jdi.jdi-ict.nl) by pb1.pair.com (ecelerity 2.0 beta r(6323M)) with SMTP id 08/23-04646-81958F24 for ; Tue, 09 Aug 2005 03:19:53 -0400 Received: from localhost (localhost [127.0.0.1]) by jdi.jdi-ict.nl (8.12.11/8.12.11) with ESMTP id j797JoYI025275 for ; Tue, 9 Aug 2005 09:19:50 +0200 Received: from localhost (localhost [127.0.0.1]) by jdi.jdi-ict.nl (8.12.11/8.12.11) with ESMTP id j797JibK025263; Tue, 9 Aug 2005 09:19:45 +0200 Date: Tue, 9 Aug 2005 09:19:44 +0200 (CEST) X-X-Sender: derick@localhost To: Justin Hannus cc: PHP Developers Mailing List , Jan Borsodi , Raymond Bosman , Frederik Holljen , Tobias Schlitt In-Reply-To: <42F80940.7080209@128kb.com> Message-ID: References: <42F80940.7080209@128kb.com> 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] Re: Property Overloading RFC From: dr@ez.no (Derick Rethans) On Mon, 8 Aug 2005, Justin Hannus wrote: > The way ActionScript 2.0 solves this is with set and get keywords on function > declarations. Any class can contain as many setter/getters as they need,. > Since we dont want to introduce any new keywords how about something similar > with __set and __get? [...] > To allow for BC, if there is no identifier after the __set/__get then the > existing rules apply. This is all way to complex. Derick