Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:22224 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 50568 invoked by uid 1010); 7 Mar 2006 18:49:26 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 50552 invoked from network); 7 Mar 2006 18:49:26 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 7 Mar 2006 18:49:26 -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:3086] helo=pigeon.alphaweb.net) by pb1.pair.com (ecelerity 2.0 beta r(6323M)) with SMTP id 98/86-22029-6B5DD044 for ; Tue, 07 Mar 2006 13:49:26 -0500 Received: from localhost ([127.0.0.1] helo=stumpy) by pigeon.alphaweb.net with smtp (Exim 4.10) id 1FGgh0-0002Ha-00; Tue, 07 Mar 2006 10:13:54 -0800 Message-ID: <014f01c64218$4730b2e0$7d051fac@stumpy> To: "Robert Cummings" Cc: References: <000001c641c9$80dbfad0$6e02a8c0@thinkpad><1141753844.23691.3.camel@blobule.suds><1141754293.6113.1.camel@localhost.localdomain> <1141755256.23691.17.camel@blobule.suds> Date: Tue, 7 Mar 2006 10:52:26 -0800 MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="iso-8859-1"; reply-type=original 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: [PHP-DEV] GOTO and/or BREAK LABEL From: pollita@php.net ("Sara Golemon") > I don't remember, but I think Sarah Golemon allowed for it in one of her > patches way back: > > goto $map[$choice]; > Yes, and targeting dynamic labels was one of the first big sacrifices on the altar of compromise. Current implementation options use static, compile-time resolved labels only. -Sara (no h thank you)