Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:20867 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 34905 invoked by uid 1010); 30 Nov 2005 02:38:03 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 34890 invoked from network); 30 Nov 2005 02:38:03 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 30 Nov 2005 02:38:03 -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:1875] helo=pigeon.alphaweb.net) by pb1.pair.com (ecelerity 2.0 beta r(6323M)) with SMTP id 60/34-14828-B801D834 for ; Tue, 29 Nov 2005 21:38:03 -0500 Received: from localhost ([127.0.0.1] helo=stumpy) by pigeon.alphaweb.net with smtp (Exim 4.10) id 1EhH3f-0008Nz-00; Tue, 29 Nov 2005 17:46:56 -0800 Message-ID: <001201c5f557$6f8ba5f0$a9cb1a44@stumpy> To: , "Marcus Boerger" Cc: References: <2B.E1.14828.4130D834@pb1.pair.com><1772159975.20051130025259@marcus-boerger.de> <20051130032116.2134ffd6@localhost.localdomain> Date: Tue, 29 Nov 2005 18:39:55 -0800 MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="iso-8859-1"; reply-type=original 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") >> Hello Sara, >> >> nice work, clean patch, good solution - thanks! what more can one >> say? > > commit? :) > Oh how you both love to tease me :p 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(). -Sara