Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:22228 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 74003 invoked by uid 1010); 7 Mar 2006 19:20:21 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 73988 invoked from network); 7 Mar 2006 19:20:21 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 7 Mar 2006 19:20:21 -0000 X-Host-Fingerprint: 212.112.227.169 ipx11223.ipxserver.de Linux 2.5 (sometimes 2.4) (4) Received: from ([212.112.227.169:39517] helo=ipx11223.ipxserver.de) by pb1.pair.com (ecelerity 2.0 beta r(6323M)) with SMTP id 1A/1A-22029-5FCDD044 for ; Tue, 07 Mar 2006 14:20:21 -0500 Received: from localhost (localhost [127.0.0.1]) by ipx11223.ipxserver.de (Postfix) with ESMTP id AE879DF0142; Tue, 7 Mar 2006 20:20:13 +0100 (CET) Received: from ipx11223.ipxserver.de ([127.0.0.1]) by localhost (ipx11223 [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 31684-10; Tue, 7 Mar 2006 20:20:03 +0100 (CET) Received: from [127.0.0.1] (i577B5EC0.versanet.de [87.123.94.192]) by ipx11223.ipxserver.de (Postfix) with ESMTP id B8331DF010D; Tue, 7 Mar 2006 20:20:02 +0100 (CET) Message-ID: <440DDCE4.2070108@php.net> Date: Tue, 07 Mar 2006 20:20:04 +0100 User-Agent: Thunderbird 1.5 (Windows/20051201) MIME-Version: 1.0 To: Dmitry Stogov Cc: internals@lists.php.net References: <000001c641c9$80dbfad0$6e02a8c0@thinkpad> In-Reply-To: <000001c641c9$80dbfad0$6e02a8c0@thinkpad> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: by somedaemon at backendmedia.com Subject: Re: GOTO and/or BREAK LABEL From: lsmith@php.net (Lukas Smith) Dmitry Stogov wrote: > Hi, > > Because of some confused people I reverted "break label" patch and post it > for discussion once again together with GOTO patch. > > Please reviw and vote. > > 1) goto and break label +1 > 2) goto only (like C) +1 > 3) break label only (like Java) +1 > 4) nothing -1 regards, Lukas