Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:22189 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 31158 invoked by uid 1010); 7 Mar 2006 12:46:50 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 31142 invoked from network); 7 Mar 2006 12:46:50 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 7 Mar 2006 12:46:50 -0000 X-Host-Fingerprint: 64.233.166.182 pproxy.gmail.com Linux 2.4/2.6 Received: from ([64.233.166.182:46224] helo=pproxy.gmail.com) by pb1.pair.com (ecelerity 2.0 beta r(6323M)) with SMTP id 5D/F7-22029-AB08D044 for ; Tue, 07 Mar 2006 07:46:50 -0500 Received: by pproxy.gmail.com with SMTP id 57so991559pya for ; Tue, 07 Mar 2006 04:46:48 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=itPmVYFya8Ti0iINTRcpmNnUi7ZoG0UPSn35iIXC1jkNk2287fBgUwr48FbhC3jKwxt7MRJ6Z3jkllhqlvCRt6qQh+LBgbddwb7mgbvpWh2k0OyNZ7wD3nkSuPUz/35HJU0UrUQ7P+f8zw+g3p4GZnNtSY0hohiVqC6RS1BugMI= Received: by 10.35.77.18 with SMTP id e18mr1080271pyl; Tue, 07 Mar 2006 04:46:47 -0800 (PST) Received: by 10.35.41.17 with HTTP; Tue, 7 Mar 2006 04:46:47 -0800 (PST) Message-ID: <4e89b4260603070446p5f62c783n763563408555168a@mail.gmail.com> Date: Tue, 7 Mar 2006 07:46:47 -0500 To: "Dmitry Stogov" Cc: internals@lists.php.net In-Reply-To: <000001c641c9$80dbfad0$6e02a8c0@thinkpad> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <000001c641c9$80dbfad0$6e02a8c0@thinkpad> Subject: Re: [PHP-DEV] GOTO and/or BREAK LABEL From: kingwez@gmail.com ("Wez Furlong") On 3/7/06, Dmitry Stogov wrote: > 1) goto and break label +1 I'm happy with goto, but don't mind getting labelled breaks "for free"; labels are better than numbers. > 2) goto only (like C) +1 > 3) break label only (like Java) +0.5, but only if we don't have goto --Wez.