Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:41168 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 80354 invoked from network); 16 Oct 2008 21:07:20 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 16 Oct 2008 21:07:20 -0000 Authentication-Results: pb1.pair.com smtp.mail=greg@chiaraquartet.net; spf=permerror; sender-id=unknown Authentication-Results: pb1.pair.com header.from=greg@chiaraquartet.net; sender-id=unknown Received-SPF: error (pb1.pair.com: domain chiaraquartet.net from 208.83.222.18 cause and error) X-PHP-List-Original-Sender: greg@chiaraquartet.net X-Host-Fingerprint: 208.83.222.18 unknown Linux 2.6 Received: from [208.83.222.18] ([208.83.222.18:41667] helo=mail.bluga.net) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 95/15-12818-70DA7F84 for ; Thu, 16 Oct 2008 17:07:20 -0400 Received: from mail.bluga.net (localhost.localdomain [127.0.0.1]) by mail.bluga.net (Postfix) with ESMTP id ADA1BC10452; Thu, 16 Oct 2008 14:07:10 -0700 (MST) Received: from pcp063035pcs.unl.edu (pcp063035pcs.unl.edu [129.93.125.92]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.bluga.net (Postfix) with ESMTP id 659D9C1044D; Thu, 16 Oct 2008 14:07:10 -0700 (MST) Message-ID: <48F7AD03.1050009@chiaraquartet.net> Date: Thu, 16 Oct 2008 16:07:15 -0500 User-Agent: Thunderbird 2.0.0.6 (Macintosh/20070807) MIME-Version: 1.0 To: Stanislav Malyshev CC: PHP Developers Mailing List References: <48F653FF.5010106@chiaraquartet.net> <48F75FA1.7020505@zend.com> In-Reply-To: <48F75FA1.7020505@zend.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Scanned: ClamAV using ClamSMTP Subject: Re: [PHP-DEV] my last attempt at sanity with namespaces From: greg@chiaraquartet.net (Greg Beaver) Stanislav Malyshev wrote: > Hi! > >> http://wiki.php.net/rfc/namespaceissues > > My opinion for the proposals: > A. I'm ok with use namespace, but it is inferior to the -> proposal. > While it allows explicit disambiguation, it does not allow to call > both in the same file. I'm not sure it's too much of a problem but Hi, It does not allow calling both with the same import name, but it does allow: Greg