Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:41156 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 26089 invoked from network); 16 Oct 2008 17:46:56 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 16 Oct 2008 17:46:56 -0000 X-Host-Fingerprint: 82.41.135.70 82-41-135-70.cable.ubr02.grth.blueyonder.co.uk Received: from [82.41.135.70] ([82.41.135.70:19367] helo=localhost.localdomain) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id BD/5A-12818-F0E77F84 for ; Thu, 16 Oct 2008 13:46:55 -0400 Message-ID: To: internals@lists.php.net Date: Thu, 16 Oct 2008 18:45:27 +0100 Reply-To: nrixham@gmail.com User-Agent: Thunderbird 2.0.0.17 (Windows/20080914) MIME-Version: 1.0 References: <2f931c6f0810161034n6111ec9fi9fb7971bf8e8f052@mail.gmail.com> In-Reply-To: <2f931c6f0810161034n6111ec9fi9fb7971bf8e8f052@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Posted-By: 82.41.135.70 Subject: Re: my last attempt at sanity with namespaces From: nrixham@gmail.com (Nathan Rixham) Edmund Tam wrote: > > (one::step)::two(); > > Yes, parenthesis, just like when we want to write (1 + 2) * 3. > > So my question is: can parenthesis play a part in namespace resolving? > see this is the problem and where the solution should be (imo) mynamespace::anotherspace::somespace <class::method() [:>] mynamespace::anotherspace::somespace class::method() [ (space)] mynamespace::anotherspace::somespace..class::method() [..] anything clear and unambiguous visually!