Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:40953 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 66436 invoked from network); 13 Oct 2008 18:19:15 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 13 Oct 2008 18:19:15 -0000 Authentication-Results: pb1.pair.com header.from=dmitry@zend.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=dmitry@zend.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain zend.com designates 212.25.124.163 as permitted sender) X-PHP-List-Original-Sender: dmitry@zend.com X-Host-Fingerprint: 212.25.124.163 il-gw1.zend.com Windows 2000 SP4, XP SP1 Received: from [212.25.124.163] ([212.25.124.163:46114] helo=il-gw1.zend.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 4A/6B-36838-02193F84 for ; Mon, 13 Oct 2008 14:19:13 -0400 Received: from [10.1.10.18] ([10.1.10.18]) by il-gw1.zend.com with Microsoft SMTPSVC(6.0.3790.3959); Mon, 13 Oct 2008 20:19:30 +0200 Message-ID: <48F3911B.1080304@zend.com> Date: Mon, 13 Oct 2008 22:19:07 +0400 User-Agent: Thunderbird 2.0.0.17 (Windows/20080914) MIME-Version: 1.0 To: Stanislav Malyshev CC: Lukas Kahwe Smith , PHP Development References: <3CF765DF-27AF-44FD-9ECF-BEBFC8A0AFCA@pooteeweet.org> <48EF8AA1.7080901@zend.com> In-Reply-To: <48EF8AA1.7080901@zend.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 13 Oct 2008 18:19:30.0921 (UTC) FILETIME=[3C56ED90:01C92D60] Subject: Re: [PHP-DEV] namespaces and alpha3 From: dmitry@zend.com (Dmitry Stogov) Stanislav Malyshev wrote: > 2. Leave functions/constants as they are now, and add the following syntax: > Class::Name->method() > for calling static methods (and referring to class constants), so that > there would be a way to disambiguate calls in (rare, IMHO) situations > where ambiguity may arise. I would be glad with this one. Thanks. Dmitry.