Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:40586 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 38720 invoked from network); 21 Sep 2008 00:25:38 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 21 Sep 2008 00:25:38 -0000 Authentication-Results: pb1.pair.com smtp.mail=jochem@iamjochem.com; spf=permerror; sender-id=unknown Authentication-Results: pb1.pair.com header.from=jochem@iamjochem.com; sender-id=unknown Received-SPF: error (pb1.pair.com: domain iamjochem.com from 194.109.193.121 cause and error) X-PHP-List-Original-Sender: jochem@iamjochem.com X-Host-Fingerprint: 194.109.193.121 mx1.moulin.nl Linux 2.6 Received: from [194.109.193.121] ([194.109.193.121:60728] helo=mx1.moulin.nl) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id D3/1D-65213-08495D84 for ; Sat, 20 Sep 2008 20:25:37 -0400 Received: from localhost (localhost [127.0.0.1]) by mx1.moulin.nl (Postfix) with ESMTP id D7F14287595; Sun, 21 Sep 2008 02:25:33 +0200 (CEST) X-Virus-Scanned: amavisd-new at moulin.nl Received: from mx1.moulin.nl ([127.0.0.1]) by localhost (mx1.moulin.nl [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id QmmlEgYJyTAb; Sun, 21 Sep 2008 02:25:27 +0200 (CEST) Received: from [10.0.13.104] (ip129-15-211-87.adsl2.static.versatel.nl [87.211.15.129]) by mx1.moulin.nl (Postfix) with ESMTP id 7D6B4287268; Sun, 21 Sep 2008 02:25:27 +0200 (CEST) Message-ID: <48D59477.90801@iamjochem.com> Date: Sun, 21 Sep 2008 02:25:27 +0200 User-Agent: Thunderbird 2.0.0.16 (Macintosh/20080707) MIME-Version: 1.0 To: Steph Fox CC: RQuadling@GoogleMail.com, PHP Internals List References: <48D47532.8080102@chiaraquartet.net> <10845a340809201643q59e27211i471e09241f7253b1@mail.gmail.com> <003301c91b7c$b2552930$3ffc1f3e@foxbox> In-Reply-To: <003301c91b7c$b2552930$3ffc1f3e@foxbox> X-Enigmail-Version: 0.95.6 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] solving the namespace conflict issues between function/static method class constant/ns constant From: jochem@iamjochem.com (Jochem Maas) Steph Fox schreef: >> Seems like a winner. Just a whole ton of BC though for those using # >> for comments. > > Yep, so forget it. Or were you doing a Jani? ;) It seems to hav escaped everyone that Greg's latest proposal doesn't change the namespace seperator token, instead it comes with a new concept of namespace member [token]. ambiguity related to the 'use' statements remains regardless of what the namespace seperator is ... therefore the proposal for a new operator that allows to explicitly reference namespace members: and obviously BC dictates that '#' cannot be considered, but that's moot anyhow. > - Steph > >