Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:115700 Return-Path: Delivered-To: mailing list internals@lists.php.net Received: (qmail 78795 invoked from network); 13 Aug 2021 09:04:07 -0000 Received: from unknown (HELO php-smtp4.php.net) (45.112.84.5) by pb1.pair.com with SMTP; 13 Aug 2021 09:04:07 -0000 Received: from php-smtp4.php.net (localhost [127.0.0.1]) by php-smtp4.php.net (Postfix) with ESMTP id 72AB71804BD for ; Fri, 13 Aug 2021 02:35:19 -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.2 required=5.0 tests=BAYES_40,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,FREEMAIL_FROM,HTML_MESSAGE, 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-ed1-f51.google.com (mail-ed1-f51.google.com [209.85.208.51]) (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 ; Fri, 13 Aug 2021 02:35:19 -0700 (PDT) Received: by mail-ed1-f51.google.com with SMTP id cn28so2656946edb.6 for ; Fri, 13 Aug 2021 02:35:19 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:from:date:message-id:subject:to; bh=0jtwsQDAtHspQdDj7j2JUh/E6aGmWvQQkBLa5zV7Z1A=; b=JHb0aiCXAUj88cKN8DUVS13vgT4exycXi4yvXvB0CVXuAz4IKUGLzfG49qSLBHaih/ AIZn0a4CCkJvqUfVudJkF2esqaJl/4oLok4GE88BFmL+PO2FWbdG52KK6jOX28Xde46b 3CUSnD5QGviDoVwL6QkN7j/DKz1zBy954xIv6JqKTfr/P+EVzdQ6ahs3h6OWdL2yfqL0 1TKAhD31VkuB7of0b+Md5/WmfaKihXDb7SZMjEOHkl34p0bEHLbkS0SDZNrw7Ps+O0/J 6r/9Pl4evLXYDM1dx2FfKhmIwhMNMypPnbXcjB8ynFQWRzT3s68JALbalFnnXU7HBijF ZqCg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:from:date:message-id:subject:to; bh=0jtwsQDAtHspQdDj7j2JUh/E6aGmWvQQkBLa5zV7Z1A=; b=ogvMQSfh1WR4xpF+fFjvKysuFGRK71LtdUMdnqIKtdioJS9OuLJEeHJjwqqcUdSW45 OtqgQbujE7Kq8G7pzRY9yc3P3U437wkSOGatWWhxBiLi8BrzXI+ju0YMN4Uslmz7MtKN gSZaSGVOpAnf0t9qnm+URxSTPYjpW1tpLiC2HeCpE5KSsshULaSeiu1H+W9SNrDMetml omWGO9PYB8s/7dIclPzr5dFJPU/+Yax9Iy5KB1K2ydfy+gCVyZ3Jcr/25saE8yKgKK2Q v05i+tiya5He1bVTKL2iteyrpsgRRApJr4W6DD/dR1+biv89aVgxXlRWPeX2nz5EfpKw J5Ig== X-Gm-Message-State: AOAM533VkzWDIm+/G2ooY1MVw83ZGzBlPqL8QDNgEH7WZXZa1hShf7QE jaMuKqqY074eT4lRdtAVRpy12JIv8Da6Z/VA4V7fWPiio1vvvQ== X-Google-Smtp-Source: ABdhPJxDK/2OW3VMTgZ9Yx00EO8iv1kVvb6owTowKNEnVB1n8rbqnRjlyDJ1mtg3sitJBjUy3CIrj1tndzoP4Wha20I= X-Received: by 2002:aa7:cc83:: with SMTP id p3mr1932117edt.365.1628847317405; Fri, 13 Aug 2021 02:35:17 -0700 (PDT) MIME-Version: 1.0 Date: Fri, 13 Aug 2021 11:35:05 +0200 Message-ID: To: PHP Internals List Content-Type: multipart/alternative; boundary="000000000000bf51d705c96d91bf" Subject: [VOTE] Nullable intersection types From: nicolas.grekas@gmail.com (Nicolas Grekas) --000000000000bf51d705c96d91bf Content-Type: text/plain; charset="UTF-8" Hi everyone, I'm happy to announce that the vote for nullable intersection types is now open: https://wiki.php.net/rfc/nullable_intersection_types It'll close in two weeks, on the 27th. Cheers, Nicolas --000000000000bf51d705c96d91bf--