Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:11697 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 98567 invoked by uid 1010); 30 Jul 2004 18:38:20 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 98541 invoked from network); 30 Jul 2004 18:38:20 -0000 Received: from unknown (HELO procata.com) (65.19.190.98) by pb1.pair.com with SMTP; 30 Jul 2004 18:38:20 -0000 Received: from [65.111.195.203] ([65.111.195.203]) by procata.com for ; Fri, 30 Jul 2004 11:38:11 -0700 In-Reply-To: <200407291830.55971.ilia@prohost.org> References: <20040729021337.73894.qmail@pb1.pair.com> <1091139076.29517.12.camel@blobule.suds> <410991E1.6070000@hristov.com> <200407291830.55971.ilia@prohost.org> Mime-Version: 1.0 (Apple Message framework v618) Content-Type: text/plain; charset=US-ASCII; format=flowed Message-ID: Content-Transfer-Encoding: 7bit Cc: internals@lists.php.net Date: Fri, 30 Jul 2004 14:38:54 -0400 To: ilia@prohost.org X-Mailer: Apple Mail (2.618) Subject: Re: [PHP-DEV] GOTO operator From: jeff@procata.com (Jeff Moore) On Jul 29, 2004, at 6:30 PM, Ilia Alshanetsky wrote: > Here are some more programming languages you may wish to discredit for > their > goto support. > > C#, The C# goto is limited: "goto statements can transfer control within blocks and out of blocks, but never into blocks." Does the PHP goto implementation have this limitation? http://www.jaggersoft.com/csharp_standard/15.4.htm http://www.jaggersoft.com/csharp_standard/15.9.3.htm