Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:41711 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 69288 invoked from network); 6 Nov 2008 10:59:12 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 6 Nov 2008 10:59:12 -0000 Authentication-Results: pb1.pair.com smtp.mail=steph@php.net; spf=unknown; sender-id=unknown Authentication-Results: pb1.pair.com header.from=steph@php.net; sender-id=unknown Received-SPF: unknown (pb1.pair.com: domain php.net does not designate 64.99.136.166 as permitted sender) X-PHP-List-Original-Sender: steph@php.net X-Host-Fingerprint: 64.99.136.166 smtprelay-virgin0166.hostedemail.com Received: from [64.99.136.166] ([64.99.136.166:57874] helo=smtprelay-virgin.hostedemail.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id B6/E6-35522-FFDC2194 for ; Thu, 06 Nov 2008 05:59:12 -0500 Received: from filter.hostedemail.com (ff-bigip1 [10.5.19.254]) by smtprelay06.hostedemail.com (Postfix) with SMTP id 804632D587F; Thu, 6 Nov 2008 10:59:08 +0000 (UTC) X-SpamScore: 1 X-Spam-Summary: 2,0,0,14a5a4d5e939716a,691ff1dea13fdf9b,steph@php.net,iammrdan@googlemail.com:troelskn@gmail.com:larry@garfieldtech.com:internals@lists.php.net:ben@stickyeyes.com,RULES_HIT:355:379:539:540:541:542:543:567:599:601:988:989:1155:1156:1260:1277:1311:1313:1314:1345:1437:1515:1516:1518:1534:1539:1587:1593:1594:1711:1730:1747:1766:1792:2073:2075:2078:2393:2559:2562:2828:3027:3352:3865:3866:3867:3869:3870:3872:3874:3876:3877:5007:6114:6119:6261:7653:7875:8501:8957,0,RBL:none,CacheIP:none,Bayesian:0.5,0.5,0.5,Netcheck:none,DomainCache:0,MSF:not bulk,SPF:,MSBL:none,DNSBL:none Received: from foxbox (62-31-252-63.cable.ubr07.shef.blueyonder.co.uk [62.31.252.63]) (Authenticated sender: steph.fox) by omf12.hostedemail.com (Postfix) with ESMTP; Thu, 6 Nov 2008 10:59:07 +0000 (UTC) Message-ID: <007301c93ffe$f4b5ad80$3ffc1f3e@foxbox> To: "Dan" , "troels knak-nielsen" Cc: "Larry Garfield" , , References: <4EA88C3A8A2747989925A5D21448FCE7@pc> <200811052154.29537.larry@garfieldtech.com> <98b8086f0811060150p2fb0312dj66896cb227c871ec@mail.gmail.com> Date: Thu, 6 Nov 2008 11:00:59 -0000 MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="iso-8859-1"; reply-type=original Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2900.2180 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180 X-session-marker: 73746570682E666F78 Subject: Re: [PHP-DEV] Call it: allow reserved words in a class or not? From: steph@php.net ("Steph Fox") > Isn't the ability to do that one of the biggest reasons for having > namespaces? To avoid having to fill your class names with junk. > The examples are namespaced appropriately, they tell the developer that > it's > a Helper for Arrays in the MyFramework framework. I shouldn't need to > suffix > the class name with 'Helper' to reconfirm that, just because the PHP > engine > doesn't like it. 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... - Steph