Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:41080 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 17562 invoked from network); 15 Oct 2008 16:22:17 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 15 Oct 2008 16:22:17 -0000 Authentication-Results: pb1.pair.com header.from=auroraeosrose@shitennou.com; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=auroraeosrose@shitennou.com; spf=permerror; sender-id=unknown Received-SPF: error (pb1.pair.com: domain shitennou.com from 208.83.222.18 cause and error) X-PHP-List-Original-Sender: auroraeosrose@shitennou.com X-Host-Fingerprint: 208.83.222.18 unknown Linux 2.6 Received: from [208.83.222.18] ([208.83.222.18:34997] helo=mail.bluga.net) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 78/E6-17660-7B816F84 for ; Wed, 15 Oct 2008 12:22:16 -0400 Received: from mail.bluga.net (localhost.localdomain [127.0.0.1]) by mail.bluga.net (Postfix) with ESMTP id 4A991C10633; Wed, 15 Oct 2008 09:22:07 -0700 (MST) Received: from [192.168.1.101] (24-247-219-180.dhcp.cdwr.mi.charter.com [24.247.219.180]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.bluga.net (Postfix) with ESMTP id D7CBCC10623; Wed, 15 Oct 2008 09:22:06 -0700 (MST) Message-ID: <48F618D2.8080306@shitennou.com> Date: Wed, 15 Oct 2008 12:22:42 -0400 User-Agent: Thunderbird 2.0.0.17 (Windows/20080914) MIME-Version: 1.0 To: Stanislav Malyshev CC: internals@lists.php.net References: <696583.1217.qm@web707.biz.mail.mud.yahoo.com> <48F4F7EE.2030609@zend.com> <007b01c92e37$b2952e90$3ffc1f3e@foxbox> <48F4FAF4.50509@zend.com> <00e101c92e3c$d5194b90$3ffc1f3e@foxbox> <48F5075C.2050807@zend.com> <31748C8A-66EA-4A27-9E27-486A4C398F5D@pooteeweet.org> <018401c92e41$ef89b0a0$3ffc1f3e@foxbox> <698DE66518E7CA45812BD18E807866CE021B6406@us-ex1.zend.net> <7f3ed2c30810150506p426a5e84wfea92d3a5d78960c@mail.gmail.com> <1F.01.19544.F55F5F84@pb1.pair.com> <48F61756.9080808@zend.com> In-Reply-To: <48F61756.9080808@zend.com> X-Enigmail-Version: 0.95.7 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Scanned: ClamAV using ClamSMTP Subject: Re: [PHP-DEV] namespaces and alpha3 From: auroraeosrose@shitennou.com (Elizabeth M Smith) Stanislav Malyshev wrote: > Hi! > >> This can be solved in three ways. > > Somehow you did not mention my idea of using foo::bar->baz() for method > call. Was it because you don't like it? If so, why? Probably because I missed it in the noise - only it would still lead to ambiguity issues if you have a namespace foo::bar; and a class foo::bar with a regular method baz. So ...still doesn't solve the problem. elizabeth