Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:41756 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 93125 invoked from network); 7 Nov 2008 09:42:48 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 7 Nov 2008 09:42:48 -0000 X-Host-Fingerprint: 85.176.173.129 e176173129.adsl.alicedsl.de Received: from [85.176.173.129] ([85.176.173.129:1989] helo=localhost.localdomain) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 91/82-14053-79D04194 for ; Fri, 07 Nov 2008 04:42:48 -0500 Message-ID: <91.82.14053.79D04194@pb1.pair.com> To: internals@lists.php.net Date: Fri, 07 Nov 2008 10:42:43 +0100 User-Agent: Thunderbird 2.0.0.17 (Macintosh/20080914) MIME-Version: 1.0 References: <4EA88C3A8A2747989925A5D21448FCE7@pc> <200811052154.29537.larry@garfieldtech.com> <98b8086f0811060150p2fb0312dj66896cb227c871ec@mail.gmail.com> <007301c93ffe$f4b5ad80$3ffc1f3e@foxbox> In-Reply-To: <007301c93ffe$f4b5ad80$3ffc1f3e@foxbox> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Posted-By: 85.176.173.129 Subject: Re: [PHP-DEV] Call it: allow reserved words in a class or not? From: karsten@typo3.org (Karsten Dambekalns) Hi. Steph Fox wrote: > This thread really should be re-titled to "allow reserved words as a > classname or not". Then perhaps the only logical response to the > question would be so obvious that there would be no thread... oo-er... Right, the subject indicates a different question that what seems to be discusssed here. The way I understood it was about allowing *methods* named "clone" in a class. That would come in handy for me, porting interfaces from Java to PHP. Currently I have to go back to "klone" to make it legal. Regards, Karsten