Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:50356 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 15623 invoked from network); 18 Nov 2010 16:04:06 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 18 Nov 2010 16:04:06 -0000 Authentication-Results: pb1.pair.com header.from=tyra3l@gmail.com; sender-id=pass; domainkeys=bad Authentication-Results: pb1.pair.com smtp.mail=tyra3l@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.161.170 as permitted sender) DomainKey-Status: bad X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: tyra3l@gmail.com X-Host-Fingerprint: 209.85.161.170 mail-gx0-f170.google.com Received: from [209.85.161.170] ([209.85.161.170:36502] helo=mail-gx0-f170.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 30/19-01108-17E45EC4 for ; Thu, 18 Nov 2010 11:04:01 -0500 Received: by gxk22 with SMTP id 22so1292004gxk.29 for ; Thu, 18 Nov 2010 08:03:58 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:sender:received :in-reply-to:references:date:x-google-sender-auth:message-id:subject :from:to:cc:content-type; bh=6V+G3q2I/ycmdpLmKPbZ4geCfzvMDaupbBOp4VDCYAM=; b=tHI5peS/ZF1FLEeQ0Iec9Z6sgYED0kdP4xjveiSBBLWEpLPIPja8Baq+IPzXaCrIaK /7kaqbBGEdIuX+70vw9cGJjEE6A4dYW3guAhmIEBAUOMWa4qTmPCotgpZMkDmQvurRWV WtQ7MnJJq/PxJAkR3kv8yQbIjEliobvxrFioo= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type; b=c0ccV/QseAtuZNy7o6azOIFlPRrsj/pXoOZD4JkK+1QNQmLgAtqEopMJL+HxUXS0wr Wf9Z79Y9KFCy/W4IBJcxsVm7O5bi9xGtKtXStKzXtHmLUoH/gA8R5USdd8EtOsB61kYZ FV6zsbIuuomoLiftXRD6T5XcCBDYT4i4OUXaA= MIME-Version: 1.0 Received: by 10.90.25.13 with SMTP id 13mr1285781agy.33.1290096236987; Thu, 18 Nov 2010 08:03:56 -0800 (PST) Sender: tyra3l@gmail.com Received: by 10.90.53.4 with HTTP; Thu, 18 Nov 2010 08:03:55 -0800 (PST) In-Reply-To: References: <4CE5399A.5090304@zend.com> Date: Thu, 18 Nov 2010 17:03:55 +0100 X-Google-Sender-Auth: M_eDJzCjeCNkgjNkifFCJ-w5mZA Message-ID: To: Derick Rethans Cc: Dmitry Stogov , PHP Internals , Rasmus Lerdorf , Zeev Suraski Content-Type: multipart/alternative; boundary=00163630f5fbee89c2049555ef09 Subject: Re: [PHP-DEV] Re: break/continue $var From: info@tyrael.hu (Ferenc Kovacs) --00163630f5fbee89c2049555ef09 Content-Type: text/plain; charset=UTF-8 On Thu, Nov 18, 2010 at 3:39 PM, Derick Rethans wrote: > On Thu, 18 Nov 2010, Dmitry Stogov wrote: > > > Previously we decided to remove "break/continue $var" syntax. > > I even implemented it in PHP6 brunch, however it wasn't backported into > > trunk. Could I do it? > > Is there a really good reason to remove it? > Should be, otherwise I can't see why would you decided to remove it in the first place. I think this was because you can do the same with the new shiny goto syntax, but I'm just guessing here. Tyrael --00163630f5fbee89c2049555ef09--