Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:22229 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 84179 invoked by uid 1010); 7 Mar 2006 19:25:42 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 84164 invoked from network); 7 Mar 2006 19:25:42 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 7 Mar 2006 19:25:42 -0000 X-Host-Fingerprint: 81.169.182.136 ajaxatwork.net Linux 2.4/2.6 Received: from ([81.169.182.136:34490] helo=strato.aixcept.de) by pb1.pair.com (ecelerity 2.0 beta r(6323M)) with SMTP id 39/FB-22029-63EDD044 for ; Tue, 07 Mar 2006 14:25:42 -0500 Received: from [192.168.1.3] (dslb-084-063-030-208.pools.arcor-ip.net [84.63.30.208]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by strato.aixcept.de (Postfix) with ESMTP id 8964335C007; Tue, 7 Mar 2006 20:25:38 +0100 (CET) Date: Tue, 7 Mar 2006 20:25:52 +0100 Reply-To: Marcus Boerger X-Priority: 3 (Normal) Message-ID: <1285570430.20060307202552@marcus-boerger.de> To: Dmitry Stogov Cc: internals@lists.php.net In-Reply-To: <000001c641c9$80dbfad0$6e02a8c0@thinkpad> References: <000001c641c9$80dbfad0$6e02a8c0@thinkpad> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] GOTO and/or BREAK LABEL From: helly@php.net (Marcus Boerger) Hello Dmitry, Tuesday, March 7, 2006, 10:28:27 AM, you 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 -1e307 > 2) goto only (like C) -1e307 > 3) break label only (like Java) given usable non confusing syntax i am ok > 4) nothing +1 > My vote: (1) +0.5, (4) +0.5 "If i want Spaghetti i cook some and don't brew unreadable and unmaintainable php code. And if i write a parser or scanner i use C and only C and nothing else. And besides the latter there is need for the concept goto." And well i am ignoring the rest of this :-) Best regards, Marcus