Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:41468 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 67546 invoked from network); 27 Oct 2008 16:53:07 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 27 Oct 2008 16:53:07 -0000 Authentication-Results: pb1.pair.com header.from=hannes.magnusson@gmail.com; sender-id=pass; domainkeys=bad Authentication-Results: pb1.pair.com smtp.mail=hannes.magnusson@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.146.179 as permitted sender) DomainKey-Status: bad X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: hannes.magnusson@gmail.com X-Host-Fingerprint: 209.85.146.179 wa-out-1112.google.com Received: from [209.85.146.179] ([209.85.146.179:47421] helo=wa-out-1112.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id CA/E2-34199-2F1F5094 for ; Mon, 27 Oct 2008 11:53:07 -0500 Received: by wa-out-1112.google.com with SMTP id j32so1329891waf.7 for ; Mon, 27 Oct 2008 09:53:04 -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:cc:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references; bh=CWJBpfKI7uGPOHwlrLFK7o5nMK+/9E6cfURcfmG/mWw=; b=XpMVyXVMRykJ1NBIheSv8M92APKoYylZqeIAMGN5/C92DJnxxRZtKwLRE6lNX3seYM f80YNJRDc/IBsSlQ8NjD1174HIjsA0JNFfLVeEu7br/iul58hyl6UgxzrnLKfQiwN0Qi RRNWardET1zMqeuTh+lRhOY8x/b+J9ZK4DsPg= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=M6BQfdFYU4nOoz9Rrfc7gzuMCvCAngRuI0a4VEWMUEtjdoTjHMKFFSvGe3jrSk1VPG ClsSGCqdwM54Jk00V+cP7804X4R1sGCUZaooX+mc9iwQeO0a0CE6wHemktDgKGJSZwgi hS0cSJqwVLNcvBvOvxFBgvmh8ugd7h0y18aC0= Received: by 10.114.135.1 with SMTP id i1mr5430120wad.5.1225126384277; Mon, 27 Oct 2008 09:53:04 -0700 (PDT) Received: by 10.114.148.19 with HTTP; Mon, 27 Oct 2008 09:53:04 -0700 (PDT) Message-ID: <7f3ed2c30810270953m2799d782j51042504fb6d3b98@mail.gmail.com> Date: Mon, 27 Oct 2008 17:53:04 +0100 To: "=?ISO-8859-1?Q?=D3lafur_Waage?=" Cc: internals@lists.php.net In-Reply-To: <8c35d7690810270850r7d53e40fvfdc1fd7e78030d6b@mail.gmail.com> 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> <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> <8c35d7690810270850r7d53e40fvfdc1fd7e78030d6b@mail.gmail.com> Subject: Re: [PHP-DEV] alpha2 scheduled From: hannes.magnusson@gmail.com ("Hannes Magnusson") On Mon, Oct 27, 2008 at 16:50, =D3lafur Waage wrote: > 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. I don't see why it wouldn't be allowed. You can already do function_name (), or classname :: methodname (). This isn't python, the parser doesn't really care about the spaces :) -Hannes