Newsgroups: php.internals
Path: news.php.net
Xref: news.php.net php.internals:87976
Return-Path: <tyra3l@gmail.com>
Mailing-List: contact internals-help@lists.php.net; run by ezmlm
Delivered-To: mailing list internals@lists.php.net
Received: (qmail 24275 invoked from network); 1 Sep 2015 07:18:56 -0000
Received: from unknown (HELO lists.php.net) (127.0.0.1)
  by localhost with SMTP; 1 Sep 2015 07:18:56 -0000
Authentication-Results: pb1.pair.com smtp.mail=tyra3l@gmail.com; spf=pass; sender-id=pass
Authentication-Results: pb1.pair.com header.from=tyra3l@gmail.com; sender-id=pass
Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.212.176 as permitted sender)
X-PHP-List-Original-Sender: tyra3l@gmail.com
X-Host-Fingerprint: 209.85.212.176 mail-wi0-f176.google.com  
Received: from [209.85.212.176] ([209.85.212.176:33669] helo=mail-wi0-f176.google.com)
	by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP
	id 88/9B-39890-F5155E55 for <internals@lists.php.net>; Tue, 01 Sep 2015 03:18:55 -0400
Received: by wicmc4 with SMTP id mc4so22263664wic.0
        for <internals@lists.php.net>; Tue, 01 Sep 2015 00:18:52 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=gmail.com; s=20120113;
        h=mime-version:in-reply-to:references:date:message-id:subject:from:to
         :cc:content-type;
        bh=TpBkEswMKvpoGGp/Z05l1k1c+/OH288D+ve7f8g0+/M=;
        b=jhBhEVIy+DbANFMnW67z9bA2NjF/iHVgE7sfYeRijsYwPjPUNkDkGRY9OzAArE6xao
         ZISedXx0m+0++Asj1li0PwFub6l2cwmBYvxtBVVXMde0klIRU4vq1Fvut/DXenVxhIXJ
         dQLd0wXAq2H5FJFzLRr3w3oOZUZDPtncemQXSQZr9VoDH5X7mQ7eqD8OSo8Y4Na+nn4t
         9HNxlo92DXEJOpUjN6ZfUbzMYFITAX+XvAH7Z/vvA/gh+SmnxyR2j+THbVIRgzRbCI70
         2dfU5JLHI694zKCsZi2509Q/7LH3Qbxb8EVl3WEaHwE1JcZddknOSZqV1rh9y8Ldfjb5
         lcNA==
MIME-Version: 1.0
X-Received: by 10.194.103.130 with SMTP id fw2mr34144953wjb.121.1441091932822;
 Tue, 01 Sep 2015 00:18:52 -0700 (PDT)
Received: by 10.28.194.139 with HTTP; Tue, 1 Sep 2015 00:18:52 -0700 (PDT)
Received: by 10.28.194.139 with HTTP; Tue, 1 Sep 2015 00:18:52 -0700 (PDT)
In-Reply-To: <BLU436-SMTP13020F8CE8795C628BDC665E26B0@phx.gbl>
References: <BLU436-SMTP13020F8CE8795C628BDC665E26B0@phx.gbl>
Date: Tue, 1 Sep 2015 09:18:52 +0200
Message-ID: <CAH-PCH6wFxyWjgzg652uVcPS2+Tyg+MUE0uSDFe2ou6yekGa-A@mail.gmail.com>
To: Bob Weinand <bobwei9@hotmail.com>
Cc: PHP Internals <internals@lists.php.net>
Content-Type: multipart/alternative; boundary=089e0102ef54bea54d051eaa5cd4
Subject: Re: [PHP-DEV] [RFC] [Discussion] Short Closures
From: tyra3l@gmail.com (Ferenc Kovacs)

--089e0102ef54bea54d051eaa5cd4
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: quoted-printable

2015. aug. 31. 21:29 ezt =C3=ADrta ("Bob Weinand" <bobwei9@hotmail.com>):
>
> I had this RFC in draft since some time, but delayed it due to all the
ongoing PHP 7 discussions. Also we have no master branch to merge features
in until 5.4 EOL. Thus I'm reviving this now.
>
> Time for the first RFC targeting PHP 7.1 (assuming PHP 8 isn't going to
be the next version ;-)):
>
> The short Closures RFC:
> https://wiki.php.net/rfc/short_closures
>
> Hoping for constructive feedback,
> Bob
> --
> PHP Internals - PHP Runtime Development Mailing List
> To unsubscribe, visit: http://www.php.net/unsub.php
>

+1 for having short closure operator, -1 for autocopying everything from
the current scope.

--089e0102ef54bea54d051eaa5cd4--