Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:21000 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 33125 invoked by uid 1010); 2 Dec 2005 12:47:10 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 33110 invoked from network); 2 Dec 2005 12:47:10 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 2 Dec 2005 12:47:10 -0000 X-Host-Fingerprint: 195.197.172.116 gw02.mail.saunalahti.fi Linux 2.4/2.6 Received: from ([195.197.172.116:42789] helo=gw02.mail.saunalahti.fi) by pb1.pair.com (ecelerity 2.0 beta r(6323M)) with SMTP id 8A/E3-14828-D4240934 for ; Fri, 02 Dec 2005 07:47:09 -0500 Received: from nest.netphobia.fi (YZDCXXXI.dsl.saunalahti.fi [85.76.35.232]) by gw02.mail.saunalahti.fi (Postfix) with ESMTP id 36D40D9421; Fri, 2 Dec 2005 14:47:04 +0200 (EET) Received: from nest.netphobia.fi (nest.netphobia.fi [127.0.0.1]) by nest.netphobia.fi (8.13.1/8.13.1) with ESMTP id jB2Cl5sk020417; Fri, 2 Dec 2005 14:47:05 +0200 Received: from localhost (jani@localhost) by nest.netphobia.fi (8.13.1/8.13.1/Submit) with ESMTP id jB2Cl57r020414; Fri, 2 Dec 2005 14:47:05 +0200 X-Authentication-Warning: nest.netphobia.fi: jani owned process doing -bs Date: Fri, 2 Dec 2005 14:47:05 +0200 (EET) Reply-To: Jani Taskinen To: Stanislav Malyshev cc: internals@lists.php.net In-Reply-To: Message-ID: References: <20.BA.56276.A1BC8834@pb1.pair.com> <7A.02.14828.9B9AF834@pb1.pair.com> <98.42.14828.81BAF834@pb1.pair.com> <438FD635.1080308@gmail.com> <14.27.14828.90EFF834@pb1.pair.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Subject: Re: [PHP-DEV] Re: namespace separator ideas From: sniper@iki.fi (Jani Taskinen) On Fri, 2 Dec 2005, Stanislav Malyshev wrote: > > BdB>>The above can either mean "call function c in namespace b under > BdB>>namespace a" or "call static method c of class b under namespace a". > BdB>>Since this cannot be determined, "::" cannot be used. > > This provided we support nested namespaces. Do we need them? No, we don't need no stinking namespaces. We already have prefixes. :) --Jani