Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:22190 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 34580 invoked by uid 1010); 7 Mar 2006 12:52:52 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 34565 invoked from network); 7 Mar 2006 12:52:52 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 7 Mar 2006 12:52:52 -0000 X-Host-Fingerprint: 66.249.92.204 uproxy.gmail.com Linux 2.4/2.6 Received: from ([66.249.92.204:51928] helo=uproxy.gmail.com) by pb1.pair.com (ecelerity 2.0 beta r(6323M)) with SMTP id 34/98-22029-4228D044 for ; Tue, 07 Mar 2006 07:52:52 -0500 Received: by uproxy.gmail.com with SMTP id c2so697485ugf for ; Tue, 07 Mar 2006 04:52:49 -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=X/sKU7YDcoZ+SnpOhb8Z2Wm/lYyqyz9IXY3CTJSeH8ieAbgCIYxxogH6bxJKHswuE/4tF3RniLGayNN6WyKwge4sZRUL57y+7Yrzqz3tKC+7osX3jwInujFlO6geKvRTxp5s1QwVe1G4d4vauYi80Gjf3B4WVIeeV29vyo6tf24= Received: by 10.66.245.7 with SMTP id s7mr3315897ugh; Tue, 07 Mar 2006 04:52:49 -0800 (PST) Received: by 10.67.26.18 with HTTP; Tue, 7 Mar 2006 04:52:49 -0800 (PST) Message-ID: Date: Tue, 7 Mar 2006 13:52:49 +0100 To: "Wez Furlong" Cc: "Dmitry Stogov" , internals@lists.php.net In-Reply-To: <4e89b4260603070446p5f62c783n763563408555168a@mail.gmail.com> 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> <4e89b4260603070446p5f62c783n763563408555168a@mail.gmail.com> Subject: Re: [PHP-DEV] GOTO and/or BREAK LABEL From: pierre.php@gmail.com (Pierre) On 3/7/06, Wez Furlong wrote: > 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. same here +1 > > 2) goto only (like C) +1 > > 3) break label only (like Java) > +0.5, but only if we don't have goto +0 --Pierre