Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:41463 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 44569 invoked from network); 27 Oct 2008 15:50:48 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 27 Oct 2008 15:50:48 -0000 Authentication-Results: pb1.pair.com header.from=olafurw@gmail.com; sender-id=pass; domainkeys=bad Authentication-Results: pb1.pair.com smtp.mail=olafurw@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 66.249.82.232 as permitted sender) DomainKey-Status: bad X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: olafurw@gmail.com X-Host-Fingerprint: 66.249.82.232 wx-out-0506.google.com Received: from [66.249.82.232] ([66.249.82.232:36590] helo=wx-out-0506.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id EA/6E-34199-753E5094 for ; Mon, 27 Oct 2008 10:50:47 -0500 Received: by wx-out-0506.google.com with SMTP id s12so746171wxc.26 for ; Mon, 27 Oct 2008 08:50:45 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references; bh=dFuf6y6VqIPDLflfMy3dmDyf15dsu2KrekIjmAiSfjw=; b=F/OBnb5fE8DPO3HdAWX6NaYyQvq6oh9yzYlpj3VtL0/2D/DwI9hIfBOW9oladIQ4BH Fg7ib/SiF74KFMAbZVEnUu2FGKBqWz7wexb4jeG9UPMd3i8ipQmW0GtTbBmJx1aqLaL6 mT+pHW4rTJW8WJnv0yBRSrJHK/YoDNtq+rrz8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=HkZLdDwO7L0WKK9lWOCvxErCSw+oLTreBXF+1LL2rFFxrqVpoGFFK5s+FFz6kOWFsg Y/4SfUk8nbvLpEYl/1MimY9V9adicfIi4r35fsrBwmpU2G9Exid+D1o7OwypldRYuZ1p WmPoEZKjkP1og17Ax7omKckwHGOlq0M7/zdG8= Received: by 10.142.185.13 with SMTP id i13mr2768309wff.219.1225122644569; Mon, 27 Oct 2008 08:50:44 -0700 (PDT) Received: by 10.143.17.19 with HTTP; Mon, 27 Oct 2008 08:50:44 -0700 (PDT) Message-ID: <8c35d7690810270850r7d53e40fvfdc1fd7e78030d6b@mail.gmail.com> Date: Mon, 27 Oct 2008 15:50:44 +0000 To: internals@lists.php.net In-Reply-To: <1225121482.6991.20.camel@goldfinger.johannes.nop> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <64B4CECA-980F-4738-8B05-E7935741D7BB@pooteeweet.org> <7f3ed2c30808271132x7443ea3gc4df903a3a2c73ec@mail.gmail.com> <322434106.20080827234712@marcus-boerger.de> <1219885057.5961.13.camel@pena> <7f3ed2c30808272332m3066d1e5s677bb91f4b80c4b5@mail.gmail.com> <48B6E3A8.8030903@zend.com> <7f3ed2c30808291243x3ca7133cl5e15353368b25480@mail.gmail.com> <48B85548.1030608@zend.com> <99cd336d0810270813p44f2ee7fke3734ff45f4be5a4@mail.gmail.com> <1225121482.6991.20.camel@goldfinger.johannes.nop> Subject: Re: [PHP-DEV] alpha2 scheduled From: olafurw@gmail.com ("=?ISO-8859-1?Q?=D3lafur_Waage?=") I found that he had one valid question that i would like to see answered. > is the below allowed ? > > $bar =3D new Module \ Foo \ Bar(); > > I find it easier to read than with out the space. Since it looks pretty good with the spaces there. 2008/10/27 Johannes Schl=FCter : > On Tue, 2008-10-28 at 01:43 +1030, Andrew Mason wrote: >> Both Perl and C++ use :: to success. i don't know how much of an >> overlap there is in PHP and Perl or C++ programmers, so I'm not >> suggesting it for familiarity reasons, but i have never heard anyone >> say "i wish C++/ Perl used a different namespace separator. > > Yes, and as said multiple times: Using "::" is impossible and > alternatives were discussed multiple times, decision was made with > discussions over multiple years now. > > So please let's move on and in a year or two we won't hear "anyone say > "i wish PHP used a different namespace separator"" > > Thanks for no further wasting of time. (neither yours nor mine, ...) > (except you find somethign which wasn't discussed within the last 5 yrs) > > johannes > > > -- > PHP Internals - PHP Runtime Development Mailing List > To unsubscribe, visit: http://www.php.net/unsub.php > >