Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:77358 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 54507 invoked from network); 20 Sep 2014 00:06:36 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 20 Sep 2014 00:06:36 -0000 Authentication-Results: pb1.pair.com smtp.mail=rowan.collins@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=rowan.collins@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 74.125.82.51 as permitted sender) X-PHP-List-Original-Sender: rowan.collins@gmail.com X-Host-Fingerprint: 74.125.82.51 mail-wg0-f51.google.com Received: from [74.125.82.51] ([74.125.82.51:50983] helo=mail-wg0-f51.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id B2/E6-13213-C05CC145 for ; Fri, 19 Sep 2014 20:06:36 -0400 Received: by mail-wg0-f51.google.com with SMTP id m15so396070wgh.10 for ; Fri, 19 Sep 2014 17:06:33 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; bh=IHIYKbUV8ne9JDPczFRXJQtS3edVhfNGWLs6jw0OaR8=; b=YnVBQKeoD9pe0A4One5vcYKLjVb+qAz2brBdas2FXYOK0gnM557zzts0j33cr4TbnE dpweooHjTNcobHcRT4BBBp7bVEiIFFsS42hZR2VhLHOJCUvLbqDQIZU4laNRyekFZeYy OrA29r+GbcBatLAYIcsWf0lw+v7Hzgw+NiyZU5J6835weTdxPhD6qf5TKa4PfOMrRzXd 58jNOSO6eSY4io9Bq/wZ9FLg6nE3Wsphhahqx7l9b/7dhOOkKYjKXx+qV6ArxuS7w/2d ILyrFAPuTUJIIRTFWaiND60gPMNLfHVf+FGZ1WYUcM2kL5mEWRo/jlK5a9LYgh9vAj5e 0x4Q== X-Received: by 10.180.187.76 with SMTP id fq12mr139116wic.4.1411171593428; Fri, 19 Sep 2014 17:06:33 -0700 (PDT) Received: from [192.168.0.2] (cpc68956-brig15-2-0-cust215.3-3.cable.virginm.net. [82.6.24.216]) by mx.google.com with ESMTPSA id ga9sm3771486wjb.45.2014.09.19.17.06.32 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Fri, 19 Sep 2014 17:06:32 -0700 (PDT) Message-ID: <541CC4E8.8040305@gmail.com> Date: Sat, 20 Sep 2014 01:06:00 +0100 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:24.0) Gecko/20100101 Thunderbird/24.6.0 MIME-Version: 1.0 To: internals@lists.php.net References: <541CC433.7050205@gmail.com> In-Reply-To: <541CC433.7050205@gmail.com> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] [RFC] Loop... or... From: rowan.collins@gmail.com (Rowan Collins) On 20/09/2014 01:02, Rowan Collins wrote: > I certainly don't see (a) and (f) as being at all mutually exclusive. Sorry, that was meant to say (a) and (e). Or, in plain English, I don't see why we couldn't have both Smarty-style "if the loop executed zero times" and Python-style "if the break keyword wasn't used to end the loop early", as long as we can think of keywords for them. -- Rowan Collins [IMSoP]