Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:88394 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 71609 invoked from network); 22 Sep 2015 02:00:14 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 22 Sep 2015 02:00:14 -0000 Authentication-Results: pb1.pair.com smtp.mail=bobwei9@hotmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=bobwei9@hotmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain hotmail.com designates 65.55.111.89 as permitted sender) X-PHP-List-Original-Sender: bobwei9@hotmail.com X-Host-Fingerprint: 65.55.111.89 blu004-omc2s14.hotmail.com Received: from [65.55.111.89] ([65.55.111.89:60181] helo=BLU004-OMC2S14.hotmail.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id C0/F1-56639-526B0065 for ; Mon, 21 Sep 2015 22:00:12 -0400 Received: from BLU436-SMTP156 ([65.55.111.72]) by BLU004-OMC2S14.hotmail.com over TLS secured channel with Microsoft SMTPSVC(7.5.7601.23008); Mon, 21 Sep 2015 19:00:01 -0700 X-TMN: [7VWtTU6eBO0+22GpY+RbhT3nRo+qhJhE] X-Originating-Email: [bobwei9@hotmail.com] Message-ID: Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Date: Tue, 22 Sep 2015 03:59:56 +0200 To: PHP internals MIME-Version: 1.0 (Mac OS X Mail 8.2 \(2104\)) X-Mailer: Apple Mail (2.2104) X-OriginalArrivalTime: 22 Sep 2015 01:59:59.0099 (UTC) FILETIME=[62C6D4B0:01D0F4DA] Subject: [RFC] [VOTE] Short Closures From: bobwei9@hotmail.com (Bob Weinand) Hey, Thanks for all your feedback in the discussion thread! So, before I start the vote, just two quick notes: I've added two notes about the statement syntax and the single variable = use. Though a few people complained, I'm not switching to the =3D=3D> = operator, as I noticed many people expected typehints to work (they = don't due to parser limitations) when they compared to Hack's short = Closures. It also allows us to differ syntax-wise [e.g. for typehints] = from Hack without causing any confusion later. Which should be the = smartest choice: Avoid conflicts. (If anyone strongly feels against = that, he may vote no, but I would like to not bikeshed that in this Vote = thread, but leave it free for eventual actual issues.) Now, the link to the RFC about Short Closures: https://wiki.php.net/rfc/short_closures or straight ahead to the vote: https://wiki.php.net/rfc/short_closures#vote Thanks, Bob=