Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:11604 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 16285 invoked by uid 1010); 29 Jul 2004 03:00:30 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 16215 invoked by uid 1007); 29 Jul 2004 03:00:29 -0000 Message-ID: <20040729030029.16214.qmail@pb1.pair.com> To: internals@lists.php.net References: <20040729021337.73894.qmail@pb1.pair.com> <4e89b4260407281947deaea64@mail.gmail.com> Date: Wed, 28 Jul 2004 19:59:26 -0700 Lines: 13 X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2800.1437 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1441 X-Posted-By: 64.142.6.231 Subject: Re: [PHP-DEV] GOTO operator From: pollita@php.net ("Sara Golemon") > The patch looks ok to me. > One issue to be worked out is to prevent goto from jumping out of a > try..catch block. > After you mentioned that in IRC I tried out several test cases each of which behaved well, but I of course could have missed some possible combination... Btw, goto labels are considered op_array local, so you can't jump out of one function into another function, or in/out of the main scope. -Sara