Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:40624 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 14543 invoked from network); 23 Sep 2008 08:31:32 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 23 Sep 2008 08:31:32 -0000 X-Host-Fingerprint: 85.176.190.20 e176190020.adsl.alicedsl.de Received: from [85.176.190.20] ([85.176.190.20:16014] helo=localhost.localdomain) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id A8/EE-35835-369A8D84 for ; Tue, 23 Sep 2008 04:31:31 -0400 Message-ID: To: internals@lists.php.net Date: Tue, 23 Sep 2008 10:31:28 +0200 User-Agent: Thunderbird 2.0.0.16 (Macintosh/20080707) MIME-Version: 1.0 References: <48D47532.8080102@chiaraquartet.net> <10845a340809201643q59e27211i471e09241f7253b1@mail.gmail.com> <200809202000.38870.larry@garfieldtech.com> <48D66160.40306@chiaraquartet.net> <48D79672.4060208@zend.com> <48D7A51C.9030805@chiaraquartet.net> <48D7ADAE.5030500@zend.com> <35BF242A-A479-4C8D-9137-0ED1B68109FE@pooteeweet.org> <48D7C2AE.6000707@zend.com> In-Reply-To: <48D7C2AE.6000707@zend.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Posted-By: 85.176.190.20 Subject: Re: [PHP-DEV] solving the namespace conflict issues between function/staticmethodclass constant/ns constant From: karsten@typo3.org (Karsten Dambekalns) Hi. Dmitry Stogov wrote: > Yes. Changing :: into any other separator solves the functions/static > methods and constants ambiguity, but it also breaks intuitive syntax. Well, I'd say those having problems to grok the syntax will have problems getting the whole concept of namespaces. :) That being said: rather learn some syntax than constantly wonder about name resolution and ambiguity. Regards, Karsten