Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:11599 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 73919 invoked by uid 1010); 29 Jul 2004 02:13:37 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 73895 invoked by uid 1007); 29 Jul 2004 02:13:37 -0000 Message-ID: <20040729021337.73894.qmail@pb1.pair.com> To: internals@lists.php.net Date: Wed, 28 Jul 2004 19:12:40 -0700 Lines: 16 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: GOTO operator From: pollita@php.net ("Sara Golemon") 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