Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:11627 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 36981 invoked by uid 1010); 29 Jul 2004 22:37:33 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 36692 invoked from network); 29 Jul 2004 22:37:31 -0000 Received: from unknown (HELO asuka.prohost.org) (69.196.31.138) by pb1.pair.com with SMTP; 29 Jul 2004 22:37:31 -0000 Received: (qmail 20439 invoked from network); 29 Jul 2004 22:37:31 -0000 Received: from rei.nerv (HELO dummy.com) (rei@192.168.1.1) by asuka.nerv with SMTP; 29 Jul 2004 22:37:31 -0000 Reply-To: ilia@prohost.org To: internals@lists.php.net, Timm Friebe Date: Thu, 29 Jul 2004 18:37:37 -0400 User-Agent: KMail/1.6.1 References: <20040729021337.73894.qmail@pb1.pair.com> <1091136355.490.4.camel@localhost> In-Reply-To: <1091136355.490.4.camel@localhost> Organization: Prohost.org MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-ID: <200407291837.37098.ilia@prohost.org> Subject: Re: [PHP-DEV] GOTO operator From: ilia@prohost.org (Ilia Alshanetsky) On July 29, 2004 05:25 pm, Timm Friebe wrote: > In the five or six year's I've been programming PHP, I haven't ever felt > the need to have "goto". Neither have I seen a newsgroup posting related > to it in the two years or so I followed the German PHP newsgroup, > de.comp.lang.php. I must admit that an average guestbook script does not need gotos and probably would work best without them. That said PHP now a days is used for a whole lot of different and exciting things, which in many instances can benefit from "goto" availability. Ilia