Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:109204 Return-Path: Delivered-To: mailing list internals@lists.php.net Received: (qmail 4911 invoked from network); 22 Mar 2020 17:52:59 -0000 Received: from unknown (HELO php-smtp4.php.net) (45.112.84.5) by pb1.pair.com with SMTP; 22 Mar 2020 17:52:59 -0000 Received: from php-smtp4.php.net (localhost [127.0.0.1]) by php-smtp4.php.net (Postfix) with ESMTP id 091071801FD for ; Sun, 22 Mar 2020 09:16:57 -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=-1.6 required=5.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,FREEMAIL_FROM,HTML_MESSAGE, MALFORMED_FREEMAIL,MIME_QP_LONG_LINE,RCVD_IN_DNSWL_LOW,SPF_HELO_NONE, SPF_PASS autolearn=no autolearn_force=no version=3.4.2 X-Spam-ASN: AS714 17.58.32.0/20 X-Spam-Virus: No X-Envelope-From: Received: from ms11p00im-qufo17291801.me.com (ms11p00im-qufo17291801.me.com [17.58.38.47]) (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 ; Sun, 22 Mar 2020 09:16:56 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=me.com; s=1a1hai; t=1584893813; bh=EzCpR4tBc9BznJYmDlEnk/z7yFqqphAop5mM6BlHPG4=; h=Date:Subject:From:To:Message-ID:Content-type; b=ulyr2RgrN4W1L4C+l8zAtEc2qzvoPJQZlgQABPK51pHV504DhCrb1By1DZBY1l/yJ Z6gbadPXRSZJfmSa7aUNR9dT5KC7b+HyYMQAuiC9/ocFlNz4mkWnUzg8nUXeWmOZEg 6U371ZJVK0tbv3BBdE1PJbTUDnh2g0U+ukFnfb0T0iL99oAkpLj5r61pWiGOV1zLuG 47r0YoLfLfG6GzHWDkHYqTsB3ANVgZtwTuK8/m5Iw3NuxAZMV7kzQzJkLfB1QTvaqB y8qYCV3VkD6vpkN11rGHwpayPL4+NcZ2AclUiGDCFK7hRvV8dE9jDw7EIefzI81a/Q TGPtKd32rT2Rw== Received: from [192.168.1.106] (9.66.194.178.dynamic.wline.res.cust.swisscom.ch [178.194.66.9]) by ms11p00im-qufo17291801.me.com (Postfix) with ESMTPSA id C7847AC02B7 for ; Sun, 22 Mar 2020 16:16:52 +0000 (UTC) User-Agent: Microsoft-MacOutlook/16.35.20030802 Date: Sun, 22 Mar 2020 17:16:47 +0100 To: Message-ID: <5BEF8264-4003-4056-A31C-FF8BEE85FED6@me.com> Thread-Topic: [RFC][DISCUSSION] throw expression Mime-version: 1.0 Content-type: multipart/alternative; boundary="B_3667742212_2016453707" X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10434:,, definitions=2020-03-22_05:,, signatures=0 X-Proofpoint-Spam-Details: rule=notspam policy=default score=0 suspectscore=0 malwarescore=0 phishscore=0 bulkscore=0 spamscore=0 clxscore=1015 mlxscore=0 mlxlogscore=490 adultscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.0.1-1908290000 definitions=main-2003220099 Subject: [RFC][DISCUSSION] throw expression From: ilija.tovilo@me.com (Ilija Tovilo) --B_3667742212_2016453707 Content-type: text/plain; charset="UTF-8" Content-transfer-encoding: quoted-printable Hi everybody! I hope you=E2=80=99re doing well. =20 Due to the modest feedback I=E2=80=99d like to move the throw expression RFC to =E2= =80=9Cunder discussion=E2=80=9D. https://wiki.php.net/rfc/throw_expression =20 In short, the RFC proposes to convert the throw statement into an expressio= n to make it usable in arrow functions, the coalesce operator, as well as th= e ternary/elvis operator. If you have any feedback, concerns, or if you want to express your interest= or lack thereof, let me know! =20 Regards =20 --B_3667742212_2016453707--