Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:115595 Return-Path: Delivered-To: mailing list internals@lists.php.net Received: (qmail 23261 invoked from network); 27 Jul 2021 20:02:54 -0000 Received: from unknown (HELO php-smtp4.php.net) (45.112.84.5) by pb1.pair.com with SMTP; 27 Jul 2021 20:02:54 -0000 Received: from php-smtp4.php.net (localhost [127.0.0.1]) by php-smtp4.php.net (Postfix) with ESMTP id 7524F180088 for ; Tue, 27 Jul 2021 13:29:58 -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,SPF_HELO_NONE,SPF_NONE autolearn=no autolearn_force=no version=3.4.2 X-Spam-ASN: AS24940 78.46.0.0/15 X-Spam-Virus: No X-Envelope-From: Received: from mail.webkr.de (mail.webkr.de [78.47.173.34]) (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 ; Tue, 27 Jul 2021 13:29:57 -0700 (PDT) Received: from [127.0.0.1] (localhost [127.0.0.1]) by localhost (Mailerdaemon) with ESMTPSA id CCD5B1A0349; Tue, 27 Jul 2021 22:29:54 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=webkr.de; s=dkim; t=1627417795; h=from:subject:date:message-id:to:cc:mime-version:content-type: content-transfer-encoding:in-reply-to:references; bh=ONxBKMyYZ3aznIECJRSeq51Q/Q4HGb9tBbavjlWqO+E=; b=IaCVblUQhiPsjn+xnn7VaDoXFZ9w9/Ov5+3mealtHpYedHg86aO/FJ3iUq4mKem6dw0rqG OdzSgdYixrFZXhfJbEcrN16xvsCfe11nbe5ttryuu38GaunPP1ZYkkrJM2hRn40Nj5T8OE FjCqW3AJLDB1pCCEgYgcA+GQsy0Ft0U= To: "'Jordan LeDoux'" Cc: "'PHP Internals'" References: In-Reply-To: Date: Tue, 27 Jul 2021 22:29:47 +0200 Message-ID: <002e01d78326$27ed0680$77c71380$@webkr.de> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Content-Language: de Thread-Index: AQIVPy/mv8Bdr4G+2vpK4OFsL3CiDQJqBVWbAh0nw5cCMjbWcaqmAccg X-Last-TLS-Session-Version: TLSv1 Subject: RE: [PHP-DEV] [RFC] Nullable intersection types From: andre@webkr.de (=?utf-8?Q?Andr=C3=A9_H=C3=A4nsel?=) > In fact, when 7.1 was released, none of the signatures changed in my = code, they were just > updated to a different syntax. That by the way is only because of a specific compatibility behavior = which is so confusing that I erroneously reported it as a bug: = https://bugs.php.net/bug.php?id=3D80948