Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:11612 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 40642 invoked by uid 1010); 29 Jul 2004 13:32:01 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 40573 invoked from network); 29 Jul 2004 13:32:00 -0000 Received: from unknown (HELO mail.solarix.it) (217.70.144.114) by pb1.pair.com with SMTP; 29 Jul 2004 13:32:00 -0000 Received: from localhost (localhost [127.0.0.1]) by mail.solarix.it (Postfix) with ESMTP id 4253B1838F for ; Thu, 29 Jul 2004 15:31:59 +0200 (CEST) Received: from mail.solarix.it ([127.0.0.1]) by localhost (skorpio [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 06713-02 for ; Thu, 29 Jul 2004 15:31:58 +0200 (CEST) Received: from deathwish (194-185-53-167.f5.ngi.it [194.185.53.167]) by mail.solarix.it (Postfix) with ESMTP id E3C6317F70 for ; Thu, 29 Jul 2004 15:31:57 +0200 (CEST) Organization: Solarix Srl To: internals@lists.php.net Date: Thu, 29 Jul 2004 15:31:32 +0200 User-Agent: KMail/1.6.1 References: <20040729021337.73894.qmail@pb1.pair.com> <200407282255.53797.ilia@prohost.org> In-Reply-To: <200407282255.53797.ilia@prohost.org> MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Message-ID: <200407291531.32614.alex.pagnoni@solarix.it> X-Virus-Scanned: by amavisd-new at solarix.it Subject: Re: [PHP-DEV] GOTO operator From: alex.pagnoni@solarix.it (Alex Pagnoni) Alle 04:55, gioved=EC 29 luglio 2004, Ilia Alshanetsky ha scritto: > Goto is an extremely useful for parsers and makes life much easier when > dealing with complex error handling situations. Does a goto operator make sense in a language that wants to be more and mor= e=20 OOP oriented and that has just introduced a new OOP model? Not so much for= =20 me. =2D1