Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:11640 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 55587 invoked by uid 1010); 29 Jul 2004 23:07:21 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 55563 invoked from network); 29 Jul 2004 23:07:21 -0000 Received: from unknown (HELO utopia.rusko.us) (207.44.144.89) by pb1.pair.com with SMTP; 29 Jul 2004 23:07:21 -0000 Received: from rusko (ool-44c0a1af.dyn.optonline.net [68.192.161.175]) by utopia.rusko.us (Sendmail) with SMTP id B72A5BBBAB for ; Thu, 29 Jul 2004 19:27:16 -0400 (EDT) Message-ID: <007601c475c0$334902d0$0200a8c0@rusko> To: References: <20040729021337.73894.qmail@pb1.pair.com> <200407291117.09573.lpedretti@suserver.com> <200407291037.12396.ilia@prohost.org> <41098F91.3000606@hristov.com> <004801c475bd$812f3580$0200a8c0@rusko> <1091141804.410980ad011ca@webmail.jool.nl> Date: Thu, 29 Jul 2004 19:03:02 -0400 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1409 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1409 Subject: Re: [PHP-DEV] GOTO operator From: paul@rusko.us ("Paul G") ----- Original Message ----- From: To: "Paul G" Sent: Thursday, July 29, 2004 6:56 PM Subject: Re: [PHP-DEV] GOTO operator --- snip --- > a simple throw & catch will do the same. structures with function pointers in pure C do basically the same thing as classes/objects. i've done this on quite a few occasions. with that said, it's not the real thing, but a kludge. exceptions were meant for something else, same with do-while. > I myself see no use for GOTO (never > missed it) but as long as it doesn't break anything it's fine with me. > > So a +0.000000001 for me :) my point exactly - live and let live, if it doesn't hurt you (it doesn't), let those who want it have it ;) paul