Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:26595 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 37413 invoked by uid 1010); 15 Nov 2006 06:22:22 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 37398 invoked from network); 15 Nov 2006 06:22:22 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 15 Nov 2006 06:22:22 -0000 X-Host-Fingerprint: 213.3.98.91 91.98.3.213.cust.bluewin.ch Received: from [213.3.98.91] ([213.3.98.91:16603] helo=localhost.localdomain) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 50/90-30868-C12BA554 for ; Wed, 15 Nov 2006 01:22:21 -0500 To: internals@lists.php.net Message-ID: <455AB219.2070306@php.net> Date: Wed, 15 Nov 2006 07:22:17 +0100 User-Agent: Thunderbird 1.5.0.8 (Windows/20061025) MIME-Version: 1.0 CC: Jessie Hernandez , Sean Coates References: <4554AE0D.4080600@caedmon.net> <99.20.32592.5ED45554@pb1.pair.com> <19674119.20061111112203@marcus-boerger.de> <3D.90.24000.85F66554@pb1.pair.com> <4557017A.3020804@gmail.com> <95.78.60788.E6F39554@pb1.pair.com> <832678080.20061114090929@marcus-boerger.de> <10845a340611140036x2ad3122u7f562cfb2dca2c38@mail.gmail.com> <607959001.20061114205107@marcus-boerger.de> In-Reply-To: <607959001.20061114205107@marcus-boerger.de> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Posted-By: 213.3.98.91 Subject: Re: [PHP-DEV] Re: Namespaces in PHP 6 - ++$take From: lsmith@php.net (Lukas Kahwe Smith) Marcus Boerger wrote: > Hello Richard, > > The "#" is needed for CLI mode - thus we won't remove it. In fact we > will not do anything that would cause BC problems. Also there is no > escaping issue with "\". If there is than it is outside of PHP. In > other words: > - "\" is the only single character reachable from 'western' keyboards > - $foo = "{mynamespace\myclass::myconst}"; // will be possible without > escaping > > Please people read the archives before posting here, we have discussed > all this long enough. Jessie, Sean, would you guys be interested in writing up an overview of the namespace decisions on my todo wiki? regards, Lukas