Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:11637 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 38105 invoked by uid 1010); 29 Jul 2004 23:03:44 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 36597 invoked from network); 29 Jul 2004 23:03:12 -0000 Received: from unknown (HELO utopia.rusko.us) (207.44.144.89) by pb1.pair.com with SMTP; 29 Jul 2004 23:03:12 -0000 Received: from rusko (ool-44c0a1af.dyn.optonline.net [68.192.161.175]) by utopia.rusko.us (Sendmail) with SMTP id C79D2BBBAB for ; Thu, 29 Jul 2004 19:23:07 -0400 (EDT) Message-ID: <007001c475bf$9ef3fd10$0200a8c0@rusko> To: References: <20040729021337.73894.qmail@pb1.pair.com> <41098F91.3000606@hristov.com> <004801c475bd$812f3580$0200a8c0@rusko> <200407300055.50852.edink@emini.dk> Date: Thu, 29 Jul 2004 18:58:53 -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: "Edin Kadribasic" To: Cc: "Paul G" Sent: Thursday, July 29, 2004 6:55 PM Subject: Re: [PHP-DEV] GOTO operator > On Friday 30 July 2004 00:43, Paul G wrote: > [snip] > > This is exactly the kind of code that makes me miss goto so much for error > handling. ack. in a previous life, i was doing work on a filesystem implementaion (uggh). if i had no goto, i'd have hung myself (not a pretty sight, the poor tree would've had its work cut out for it). what i'm doing in php now is equally hairy. paul