Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:20870 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 65610 invoked by uid 1010); 30 Nov 2005 04:15:14 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 65593 invoked from network); 30 Nov 2005 04:15:13 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 30 Nov 2005 04:15:13 -0000 X-Host-Fingerprint: 69.12.155.130 69-12-155-130.dsl.static.sonic.net Linux 2.4/2.6 Received: from ([69.12.155.130:2112] helo=pigeon.alphaweb.net) by pb1.pair.com (ecelerity 2.0 beta r(6323M)) with SMTP id 7A/37-14828-0572D834 for ; Tue, 29 Nov 2005 23:15:12 -0500 Received: from localhost ([127.0.0.1] helo=stumpy) by pigeon.alphaweb.net with smtp (Exim 4.10) id 1EhIZi-0000jE-00 for internals@lists.php.net; Tue, 29 Nov 2005 19:24:06 -0800 Message-ID: <000a01c5f565$03305b90$7d051fac@stumpy> To: References: <2B.E1.14828.4130D834@pb1.pair.com><1772159975.20051130025259@marcus-boerger.de> <20051130032116.2134ffd6@localhost.localdomain> <001201c5f557$6f8ba5f0$a9cb1a44@stumpy> Date: Tue, 29 Nov 2005 20:17:43 -0800 MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="iso-8859-1"; reply-type=response Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2900.2180 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180 Subject: Re: [PHP-DEV] Labeled Break (nothing at all whatsoever to do withGOTO) From: pollita@php.net ("Sara Golemon") > It occured to me on the way onto the train that this construct doesn't > need pass_two(). When I get home to more bandwidth I'll cook up a > simplified version that resolves break distance in zend_do_brk_cont() and > frees the labels in do_end_loop(). > Okay, simpler/leaner implementation now available. The new version only touches zend_compile.[ch] and zend_language_parser.y though the functionality is the same. http://libssh2.org/patches/true_labeled_break.diff -Sara