Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:110600 Return-Path: Delivered-To: mailing list internals@lists.php.net Received: (qmail 60335 invoked from network); 16 Jun 2020 16:32:28 -0000 Received: from unknown (HELO php-smtp4.php.net) (45.112.84.5) by pb1.pair.com with SMTP; 16 Jun 2020 16:32:28 -0000 Received: from php-smtp4.php.net (localhost [127.0.0.1]) by php-smtp4.php.net (Postfix) with ESMTP id 61F6718059F for ; Tue, 16 Jun 2020 08:17:56 -0700 (PDT) X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on php-smtp4.php.net X-Spam-Level: X-Spam-Status: No, score=-0.7 required=5.0 tests=BAYES_20,RCVD_IN_DNSWL_LOW, RCVD_IN_MSPIKE_H3,RCVD_IN_MSPIKE_WL,SPF_HELO_NONE,SPF_PASS autolearn=no autolearn_force=no version=3.4.2 X-Spam-ASN: AS3301 81.224.0.0/12 X-Spam-Virus: No X-Envelope-From: Received: from v-smtpout3.han.skanova.net (v-smtpout3.han.skanova.net [81.236.60.156]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by php-smtp4.php.net (Postfix) with ESMTPS for ; Tue, 16 Jun 2020 08:17:55 -0700 (PDT) Received: from [192.168.8.9] ([84.55.126.158]) by cmsmtp with ESMTPA id lDLUjxmaZnRnelDLVjieMR; Tue, 16 Jun 2020 17:17:53 +0200 To: Ilija Tovilo References: Cc: PHP internals Message-ID: <37f1f8fb-0e1b-cc39-f4b6-6c943a731d49@telia.com> Date: Tue, 16 Jun 2020 17:17:52 +0200 User-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64; rv:68.0) Gecko/20100101 Thunderbird/68.9.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit Content-Language: en-GB X-CMAE-Envelope: MS4wfAqZXoP9LcVgnW5vFOlPtx/Iv8zKrQf5v32vbMBQ37lvqjgy3SMa5YYdXdAK+7Sg/eA9d6q7Yf44nshjDANEF2EV+iAlg3GB+vfBmCDgeEuuT0V5GYvQ vtdKBleXfpYgWQEac5Vm0PrxvfqMMz31279tvcA2FUSwJq9Su4anktMot4XueyJ0sTFpQTQZbHAa/XQfTGuQbScExQuaRN9AEj2n10gxgO1jHgBEcu9lr2Wa Subject: Re: [RFC][DISCUSSION] Match expression v2 From: bjorn.x.larsson@telia.com (=?UTF-8?Q?Bj=c3=b6rn_Larsson?=) Den 2020-06-06 kl. 00:09, skrev Ilija Tovilo: > Hi internals > >> I'd like to announce the match expression v2 RFC: >> https://wiki.php.net/rfc/match_expression_v2 > Small reminder: Two weeks have passed since I announced the match v2 > RFC with little new discussion. I'll leave it open for another two > weeks and put it to a vote then if there are no objections. I will > send another reminder one day before I do. > > Ilija Hi, I do like this RFC and have one comment. Would it be suitable to have : as a separator instead of =>? When reading the Future scope of the RFC I noted that arrow functions was part of that, so are we here overloading the usage of the '=>' symbol? r//Björn L