Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:11602 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 72584 invoked by uid 1010); 29 Jul 2004 02:47:35 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 72538 invoked from network); 29 Jul 2004 02:47:34 -0000 Received: from unknown (HELO mproxy.gmail.com) (216.239.56.243) by pb1.pair.com with SMTP; 29 Jul 2004 02:47:34 -0000 Received: by mproxy.gmail.com with SMTP id w29so5242866cwb for ; Wed, 28 Jul 2004 19:47:34 -0700 (PDT) Received: by 10.11.118.20 with SMTP id q20mr84026cwc; Wed, 28 Jul 2004 19:47:34 -0700 (PDT) Message-ID: <4e89b4260407281947deaea64@mail.gmail.com> Date: Thu, 29 Jul 2004 03:47:34 +0100 To: Sara Golemon Cc: internals@lists.php.net In-Reply-To: <20040729021337.73894.qmail@pb1.pair.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit References: <20040729021337.73894.qmail@pb1.pair.com> Subject: Re: [PHP-DEV] GOTO operator From: kingwez@gmail.com (Wez Furlong) The patch looks ok to me. One issue to be worked out is to prevent goto from jumping out of a try..catch block. goto is that nice tool that everyone is brainwashed to believe is evil, instead of simply being taught how to use it properly. +10 ;) --Wez. On Wed, 28 Jul 2004 19:12:40 -0700, Sara Golemon wrote: > I wrote up a patch for implementing gotos in php scripts a couple months ago > as an exercise in working with the Zend engine. I put it aside assuming > noone would actually want it, but Wez and Ilia convinced me to post it for > consideration: > > Description: > http://pecl.org > > Patch: > http://pecl.org/patches/opcode_goto_5.1.0.diff > > Talk amongst yourselves... > > -Sara > > -- > PHP Internals - PHP Runtime Development Mailing List > To unsubscribe, visit: http://www.php.net/unsub.php > >