Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:88081 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 76513 invoked from network); 7 Sep 2015 08:46:33 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 7 Sep 2015 08:46:33 -0000 Authentication-Results: pb1.pair.com header.from=php@tutteli.ch; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=php@tutteli.ch; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain tutteli.ch designates 80.74.154.78 as permitted sender) X-PHP-List-Original-Sender: php@tutteli.ch X-Host-Fingerprint: 80.74.154.78 ns73.kreativmedia.ch Linux 2.6 Received: from [80.74.154.78] ([80.74.154.78:47617] helo=ns73.kreativmedia.ch) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id DF/25-40368-4EE4DE55 for ; Mon, 07 Sep 2015 04:46:29 -0400 Received: from RoLaptop (cm135-167.liwest.at [81.10.135.167]) by ns73.kreativmedia.ch (Postfix) with ESMTPSA id 0FAF9DCE807D; Mon, 7 Sep 2015 10:46:23 +0200 (CEST) To: "'Bob Weinand'" , "'PHP Internals'" References: In-Reply-To: Date: Mon, 7 Sep 2015 10:46:18 +0200 Message-ID: <009001d0e949$aa28a820$fe79f860$@tutteli.ch> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-Mailer: Microsoft Outlook 14.0 Thread-Index: AQJT+SKZjn/QfyFxy61XN6DkUvkrFZ0qoHxA Content-Language: de-ch Subject: AW: [PHP-DEV] [RFC] [Discussion] Short Closures From: php@tutteli.ch ("Robert Stoll") Hi Bob > -----Urspr=FCngliche Nachricht----- > Von: Bob Weinand [mailto:bobwei9@hotmail.com] > Gesendet: Montag, 31. August 2015 21:29 > An: PHP Internals > Betreff: [PHP-DEV] [RFC] [Discussion] Short Closures >=20 > 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. >=20 > Time for the first RFC targeting PHP 7.1 (assuming PHP 8 isn't going = to be the next version ;-)): >=20 > The short Closures RFC: > https://wiki.php.net/rfc/short_closures >=20 > Hoping for constructive feedback, > Bob > -- > PHP Internals - PHP Runtime Development Mailing List To unsubscribe, = visit: http://www.php.net/unsub.php I would like to see a short syntax for closures in PHP but would suggest = to use different symbols for the operator. Why not use --> ?