Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:20836 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 47834 invoked by uid 1010); 29 Nov 2005 15:50:39 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 47818 invoked from network); 29 Nov 2005 15:50:38 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 29 Nov 2005 15:50:38 -0000 X-Host-Fingerprint: 64.233.184.193 wproxy.gmail.com Linux 2.4/2.6 Received: from ([64.233.184.193:4737] helo=wproxy.gmail.com) by pb1.pair.com (ecelerity 2.0 beta r(6323M)) with SMTP id 36/42-14828-EC87C834 for ; Tue, 29 Nov 2005 10:50:38 -0500 Received: by wproxy.gmail.com with SMTP id 69so2001217wra for ; Tue, 29 Nov 2005 07:50:35 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=YTVtIqgu9uaV0qqBkJd/GFUSVSgd3k6mWsrLVqjK14jt/Fd71MQHUNgf8QA/cTw7e3IaOqN2hURcVmEO6+C33npwXfIqprrhMZZoQTYKyKZKSZ6/fR6XJcqEX2Obe93HogHji/m57lme6knuZDMO1cRabErtHpCvQKqYtITNfPE= Received: by 10.54.93.3 with SMTP id q3mr1818148wrb; Tue, 29 Nov 2005 07:50:35 -0800 (PST) Received: by 10.54.77.20 with HTTP; Tue, 29 Nov 2005 07:50:35 -0800 (PST) Message-ID: <4e89b4260511290750n2486efb3na7b5fc91c47747b9@mail.gmail.com> Date: Tue, 29 Nov 2005 10:50:35 -0500 To: Israel Alpert Cc: Bart de Boer , internals@lists.php.net In-Reply-To: <17CE68B7A7E8CD4EBB95665AFB5ABB03055342@stream0.sisterprize0.sister.tv> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <17CE68B7A7E8CD4EBB95665AFB5ABB03055342@stream0.sisterprize0.sister.tv> Subject: Re: [PHP-DEV] REMOVE ME! From: kingwez@gmail.com (Wez Furlong) Done. On 11/29/05, Israel Alpert wrote: > Can somebody help me stop the flood of income e-mails from PHP? > > I've signed to the newsletter and, during the last two month, made many > attempts to "unsubscribe" - none works and I am getting 100's of e-mails > from you. > > Please take me off the mailing list! > > Israel "Oulik" Alpert > > -----Original Message----- > From: Bart de Boer [mailto:bart@mediawave.nl] > Sent: Tuesday, November 29, 2005 6:35 AM > To: internals@lists.php.net > Subject: Re: [PHP-DEV] Re: Labeled Breaks (not the G-word) > > > > It may be so that you can use exceptions as a sort of goto mechanism. > And from some perspective you may even find some similarities. However, > exceptions weren't invented for this purpose. (And they aren't > introduced into PHP for this reason.) > > The main difference is that exceptions work with the *instance* of your > code. (Enable you to fall back to some place in your OO structure.) Goto > > can't do that. > > > > > Lukas Smith wrote: > > Stanislav Malyshev wrote: > > > >> No, they are not. If you don't purposedly abuse it, exceptions are a > >> structured way to handle exceptional situations, with well-defined > >> effects and known control points. They won't allow you to randomly > >> jump around the code. > > > > > > How is that different from "goto"? > > And if you can jump through 80% if your code via an exception while > > you > > unwind the stack it might be ordered but you tell me that you know > whats > > going on. For all intends and purposes it will be just as random, with > > > the difference that you can search for the goto much better than for > the > > exception handler. > > > > Anyways I have made my case and you have made yours. We can now choose > > to ignore eachother :-) > > > > regards, > > Lukas > > -- > PHP Internals - PHP Runtime Development Mailing List > To unsubscribe, visit: http://www.php.net/unsub.php > > -- > PHP Internals - PHP Runtime Development Mailing List > To unsubscribe, visit: http://www.php.net/unsub.php > >