Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:109541 Return-Path: Delivered-To: mailing list internals@lists.php.net Received: (qmail 40660 invoked from network); 5 Apr 2020 15:02:02 -0000 Received: from unknown (HELO php-smtp4.php.net) (45.112.84.5) by pb1.pair.com with SMTP; 5 Apr 2020 15:02:02 -0000 Received: from php-smtp4.php.net (localhost [127.0.0.1]) by php-smtp4.php.net (Postfix) with ESMTP id 2E7EF1804B8 for ; Sun, 5 Apr 2020 06:29:27 -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=-2.1 required=5.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,FREEMAIL_FROM, RCVD_IN_DNSWL_NONE,RCVD_IN_MSPIKE_H2,SPF_HELO_NONE,SPF_PASS autolearn=no autolearn_force=no version=3.4.2 X-Spam-ASN: AS15169 209.85.128.0/17 X-Spam-Virus: No X-Envelope-From: Received: from mail-yb1-f178.google.com (mail-yb1-f178.google.com [209.85.219.178]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-256) server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by php-smtp4.php.net (Postfix) with ESMTPS for ; Sun, 5 Apr 2020 06:29:26 -0700 (PDT) Received: by mail-yb1-f178.google.com with SMTP id e17so7233851ybq.0 for ; Sun, 05 Apr 2020 06:29:26 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:references:in-reply-to:from:date:message-id:subject:to; bh=RdYKVIfylZBY+vGQZ8jdFXKoE9WvmEGVhFD7WWssCAs=; b=UvtE3kimFEXLzIFRcBtsHcdgMmcUN7L9ni/9IMyh1LbqxbraP0/j9EyQdpdtlPaQKa ATOZ8ZUuQwXL+p4XEh9kobXyCRorloYG9PZGRBhUnrabajZf/W29el0bCpU6jVVv5TAK Kg8vMb/4/rpa91Y7C9BuLQcElrXqYIL2J39MgnWBS1MNVsl6+Bvp4xOxh1RCj6hkv8EA 3eGL/6YKlMSAhNNWuUTYFIql54KScPLywLEwyi1o8SEsnHZixi3z1533QC0q1TYISnAf dPpJCYUJkw8UOZROI8QsB6oIddsRSQ+a50knkMoF3pHJvcNyWV5ieBflbiZzI0OtndFv +/sA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to; bh=RdYKVIfylZBY+vGQZ8jdFXKoE9WvmEGVhFD7WWssCAs=; b=g0aFF52qMeDq1o5v/p7jnIuKaJwnoIYqDNoSjfVrLRgxcfG/LDvRiVInYOW/1F8HaW YzghOPUtrZR+6cP2u+Y9uMPPufiiKiSZtFvjMf2GnUD/MJDPJBB4w6/+zKCYHDPdt49P aG5KVNkLHWCM0oSZsk5wsEWQkPXnjZpxu8UmbovKrQi9cKDUq034aoUdyvKHOPDxKX3a wMPoRcTHrJnrb0H2uu7YSB830+jFe1g1C61vDSYtFEM0MVOCsrusevImHxgNdmw9/dZ1 SZVAy6ste9IwdQ48SOE0C7avRLjqjOm89QBWF0TPwY3tn799oMQuY11Uos8SgAZ3HA8c lEpw== X-Gm-Message-State: AGi0PuZkL9LJF0tFCmaH+aKjXkgzihtcrON2Qu4fper+VFg0WqOKUBWP Elg4NanG9R3Gkv3xcqqWzr3kE4RTj6E0DDkJo/CMbmAG X-Google-Smtp-Source: APiQypLP26ALPMo8JldP1CDhyCGapNbuQt02CDD0AG3TXCPYBM15NmR9nS0tr7/3JzmLxHzLgrwWy8e+zQdm1hg+5J8= X-Received: by 2002:a25:5f07:: with SMTP id t7mr27606024ybb.411.1586093364032; Sun, 05 Apr 2020 06:29:24 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: Date: Sun, 5 Apr 2020 15:29:12 +0200 Message-ID: To: PHP internals Content-Type: text/plain; charset="UTF-8" Subject: Re: [PHP-DEV] [VOTE] throw expression From: tovilo.ilija@gmail.com (Ilija Tovilo) Hi George > Maybe I'm out of the loop but I haven't seen this before It's my fault, my e-mails went to the spam folder for many people. I'm sending my e-mails from a different address now which seems to have resolved the problem. > What is the limitation leading to this behaviour? It's to maintain backwards compatibility (chapter "Operator precedence"). To make sure the examples in this chapter continue working the precedence needs to be very low. > Moreover, this specific case (and maybe some other exotic ones) > isn't covered by a test case provided in the implementation. Yes, I need to update the tests with all the examples in the RFC. I just haven't done that yet. Regards, Ilija