Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:20829 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 24796 invoked by uid 1010); 29 Nov 2005 15:25:23 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 24780 invoked from network); 29 Nov 2005 15:25:23 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 29 Nov 2005 15:25:23 -0000 X-Host-Fingerprint: 69.12.155.130 69-12-155-130.dsl.static.sonic.net Linux 2.4/2.6 Received: from ([69.12.155.130:4282] helo=pigeon.alphaweb.net) by pb1.pair.com (ecelerity 2.0 beta r(6323M)) with SMTP id 46/DE-14828-2E27C834 for ; Tue, 29 Nov 2005 10:25:23 -0500 Received: from localhost ([127.0.0.1] helo=stumpy) by pigeon.alphaweb.net with smtp (Exim 4.10) id 1Eh6Yl-0003yD-00; Tue, 29 Nov 2005 06:34:19 -0800 Message-ID: <001801c5f4f9$77688620$7d051fac@stumpy> To: "Bart de Boer" Cc: References: <4F.D1.21657.21C7B834@pb1.pair.com> <438BFF48.1060105@php.net> <27.9B.21657.76C2C834@pb1.pair.com> Date: Tue, 29 Nov 2005 07:27:21 -0800 MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="ISO-8859-15"; reply-type=response Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2900.2180 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180 Subject: Re: Namespaces: Technical proposal From: pollita@php.net ("Sara Golemon") > Just wondering. There's another thread about goto and labels running as > well. If they vote for something like: > > LABEL:while (cond) { > > } > > Wouldn't this add another technical diffuculty with using ':' as a > namespace seporator? > Fortunately this is another new feature so there's no old code to break. It's simply a matter of giving namespace:class precedence over label:expr. Though yes, preventing that duality of meaning is a good thing. -Sara