Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:66087 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 43589 invoked from network); 21 Feb 2013 04:57:30 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 21 Feb 2013 04:57:30 -0000 Authentication-Results: pb1.pair.com header.from=lists@rotorised.com; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=lists@rotorised.com; spf=permerror; sender-id=unknown Received-SPF: error (pb1.pair.com: domain rotorised.com from 203.88.126.57 cause and error) X-PHP-List-Original-Sender: lists@rotorised.com X-Host-Fingerprint: 203.88.126.57 reg-mta57-data1.ironport2.cbr1.mail-filtering.com.au Received: from [203.88.126.57] ([203.88.126.57:29340] helo=reg-mta57-data1.ironport2.cbr1.mail-filtering.com.au) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 1A/26-03224-739A5215 for ; Wed, 20 Feb 2013 23:57:28 -0500 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: ApUFAH+nJVGva64T/2dsb2JhbABFgzWwZIxFgQQWc4IfAQEFeAEQCw0LCRYPCQMCAQIBRQYNAQcBAYgNwBiJbYRBYAeDQAOXSYRCEyOKRoMZ X-IPAS-Result: ApUFAH+nJVGva64T/2dsb2JhbABFgzWwZIxFgQQWc4IfAQEFeAEQCw0LCRYPCQMCAQIBRQYNAQcBAYgNwBiJbYRBYAeDQAOXSYRCEyOKRoMZ X-IronPort-AV: E=Sophos;i="4.84,706,1355058000"; d="scan'208";a="111824729" Received: from unknown (HELO ub005lcs09.cbr.the-server.net.au) ([175.107.174.19]) by smtp-data2.ironport2.cbr1.mail-filtering.com.au with ESMTP; 21 Feb 2013 15:57:24 +1100 Received: from [49.176.68.38] (port=2031 helo=[172.20.10.4]) by ub005lcs09.cbr.the-server.net.au with esmtpa (Exim 4.80) (envelope-from ) id 1U8ODi-000VoO-U7; Thu, 21 Feb 2013 15:57:23 +1100 Message-ID: <5125A938.6070803@rotorised.com> Date: Thu, 21 Feb 2013 14:57:28 +1000 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:17.0) Gecko/20130215 Thunderbird/17.0.3 MIME-Version: 1.0 To: Levi Morrison CC: Lars Strojny , Derick Rethans , PHP Developers Mailing List References: <678597E6-E3A8-42E0-8DFC-F8382C9DFB41@strojny.net> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] Give the Language a Rest motion (fwd) From: lists@rotorised.com (Ryan McCue) Levi Morrison wrote: >> - 5.3: goto. A good thing we can do it. I'm not sure for what exactly but I am sure there is somebody out there :) > > An associate of mine used it in his HTTP message parser. He's sure > glad it's there :) > Conversely, I have two HTTP message parsers that I maintain, and neither of them use goto. Certainly possible to avoid it there. That said, I do think goto has legitimate uses, even if I don't need it. -- Ryan McCue