Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:23346 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 59955 invoked by uid 1010); 14 May 2006 21:09:49 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 59939 invoked from network); 14 May 2006 21:09:49 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 14 May 2006 21:09:49 -0000 X-PHP-List-Original-Sender: kingwez@gmail.com X-Host-Fingerprint: 64.233.166.179 py-out-1112.google.com Linux 2.4/2.6 Received: from ([64.233.166.179:49964] helo=py-out-1112.google.com) by pb1.pair.com (ecelerity 2.0 beta r(6323M)) with SMTP id DF/F9-19568-D9C97644 for ; Sun, 14 May 2006 17:09:49 -0400 Received: by py-out-1112.google.com with SMTP id z59so959176pyg for ; Sun, 14 May 2006 14:09:47 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=JzI0iM4z32FO3zZStDQegx4k4lPQnmUHglUbvfwATRad8jjdE+OqhOG6KsZcko67z36YrWLkA7wmASRFklnHE2pjlSy+sFLp+bwmFV8MRHYS4DejuEdG4ARn0v++D3b7FokSLnvOn5NzNgWrWUDTEG8DCGgxhClS+VgUs7Usj3A= Received: by 10.35.34.20 with SMTP id m20mr1475364pyj; Sun, 14 May 2006 14:09:47 -0700 (PDT) Received: by 10.35.40.20 with HTTP; Sun, 14 May 2006 14:09:46 -0700 (PDT) Message-ID: <4e89b4260605141409y6698185cq58fbce50613492ec@mail.gmail.com> Date: Sun, 14 May 2006 17:09:46 -0400 To: "Ralph Schindler" Cc: "Sean Coates" , "Jasper Bryant-Greene" , internals In-Reply-To: <44639AEE.2020006@smashlabs.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <446222C8.3090101@smashlabs.com> <44623E75.4070304@zend.com> <446273F7.2090702@iamjochem.com> <446370F9.9060105@smashlabs.com> <446391D4.4010600@album.co.nz> <44639486.4040500@album.co.nz> <446396D4.1060008@caedmon.net> <44639AEE.2020006@smashlabs.com> Subject: Re: [PHP-DEV] PHP6 OOP compiler feature question / request From: kingwez@gmail.com ("Wez Furlong") On 5/11/06, Ralph Schindler wrote: > > possible to determine the context of a T_TRY token, but nonetheless, > > it's bad practice to have functions named the same as reserved words > > Thats a matter of opinion. I think its bad practice to think up a > method name that is less concise in naming than what should have been > allowed. The fact of the matter is that reserved means reserved and that if you use those identifiers and you app breaks on newer versions of PHP, you get to keep all the pieces. --Wez.