Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:109309 Return-Path: Delivered-To: mailing list internals@lists.php.net Received: (qmail 81496 invoked from network); 25 Mar 2020 20:44:20 -0000 Received: from unknown (HELO php-smtp4.php.net) (45.112.84.5) by pb1.pair.com with SMTP; 25 Mar 2020 20:44:20 -0000 Received: from php-smtp4.php.net (localhost [127.0.0.1]) by php-smtp4.php.net (Postfix) with ESMTP id 102D6180554 for ; Wed, 25 Mar 2020 12:09:05 -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, MALFORMED_FREEMAIL,RCVD_IN_DNSWL_LOW,SPF_HELO_NONE,SPF_PASS autolearn=no autolearn_force=no version=3.4.2 X-Spam-ASN: AS714 17.58.16.0/20 X-Spam-Virus: No X-Envelope-From: Received: from mr85p00im-ztdg06021701.me.com (mr85p00im-ztdg06021701.me.com [17.58.23.196]) (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 ; Wed, 25 Mar 2020 12:09:04 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=me.com; s=1a1hai; t=1585163343; bh=7AmZ5AGbaP86t0e0Wpf1tBgr1cUI/GbbwVWLxZDLz0Q=; h=Date:Subject:From:To:Message-ID:Content-type; b=v59buwY3PSU5/E67uIMJ3xWYEs8gCkhNdNgXf9BLuohciw0kicta2bB1AI3VfCQbj f2sgxofAdLyfk9P2roeJrDZGaIRlxdCCsfQBSgxboXq52x8QBhzUdlujUEQO7VXftY CFh2RUxZGrJzVZ2MHmCYs8Z2kUv6ZjP1zkC150as4b/rvYCOiNPA385MtIDPp9dijQ NUAiYpZwRtzVxBj8kePxHDiXa1bsJDllwKEktaiU4VhDmd9MX52v65Zd4aMmq4vu+7 JmcubTPosCAgPm1cP0bSN2M00PqviECtPrE/LNSIGXMmZUl2dk/1tMOeJ98/CILLjT vcts/XeFQkUUw== Received: from [192.168.43.208] (197.226.197.178.dynamic.wless.zhbmb00p-cgnat.res.cust.swisscom.ch [178.197.226.197]) by mr85p00im-ztdg06021701.me.com (Postfix) with ESMTPSA id 5D9D3A01164 for ; Wed, 25 Mar 2020 19:09:02 +0000 (UTC) User-Agent: Microsoft-MacOutlook/16.35.20030802 Date: Wed, 25 Mar 2020 20:08:52 +0100 To: Message-ID: <3D52FF23-BC87-400E-9E49-8C99DC0EF84B@me.com> Thread-Topic: [PHP-DEV] Re: [RFC][DISCUSSION] throw expression References: <5BEF8264-4003-4056-A31C-FF8BEE85FED6@me.com> <20200325190453.7E880241307@ms11p00im-qufv17094001.me.com> In-Reply-To: <20200325190453.7E880241307@ms11p00im-qufv17094001.me.com> Mime-version: 1.0 Content-type: text/plain; charset="UTF-8" Content-transfer-encoding: 7bit X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10434:,, definitions=2020-03-25_11:,, 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=611 adultscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.0.1-1908290000 definitions=main-2003250155 Subject: Re: [PHP-DEV] Re: [RFC][DISCUSSION] throw expression From: ilija.tovilo@me.com (Ilija Tovilo) Hi Andrea > but I am surprised you haven't mentioned the `and` and `or` operators I did mention them in the RFC here: https://wiki.php.net/rfc/throw_expression If this RFC is accepted they will indeed be possible __ Regards