Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:117300 Return-Path: Delivered-To: mailing list internals@lists.php.net Received: (qmail 36388 invoked from network); 10 Mar 2022 15:25:10 -0000 Received: from unknown (HELO php-smtp4.php.net) (45.112.84.5) by pb1.pair.com with SMTP; 10 Mar 2022 15:25:10 -0000 Received: from php-smtp4.php.net (localhost [127.0.0.1]) by php-smtp4.php.net (Postfix) with ESMTP id 296A01804F8 for ; Thu, 10 Mar 2022 08:48:41 -0800 (PST) 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.6 required=5.0 tests=BAYES_50,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: Error (Cannot connect to unix socket '/var/run/clamav/clamd.ctl': connect: Connection refused) X-Envelope-From: Received: from mail-yw1-f178.google.com (mail-yw1-f178.google.com [209.85.128.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 ; Thu, 10 Mar 2022 08:48:40 -0800 (PST) Received: by mail-yw1-f178.google.com with SMTP id 00721157ae682-2d6d0cb5da4so64447397b3.10 for ; Thu, 10 Mar 2022 08:48:40 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=mime-version:references:in-reply-to:from:date:message-id:subject:to; bh=Yy6wR71OCaOilNXCA65+PMkI1l8i6V8+HDtqSghR2Vw=; b=LsmSGiDgaO0crQMT/A+8c4P70hFujrrc+GachlX21laLJxZ9F/0bq+JrxMRUY2Fr6G 3MhYc0DicZOuj7GgXAhVbadIIM5z/U+FTTyQu0YF3gSAyr/rggGFFgzwasWYuSU01jjy pcT43zXh5XVTWLx7EMhwwbHZFa4xONNXOw+Dws/fcLW5+yKbFv5DdY3yVnDAXS3X2esT 0mG3d0caekTXJv7Bu0/ZV7UYmdsr3suml1dxl0RoqIKHgoCkv+YoVUVo+qBIkrhCgqJ2 yQPqUYs/s4iYcBLW5iImvDz6/NAMOFCCuBy0Q/StKe0Wj04fn9hCeLI+DzWl+u4u7osO D4gg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to; bh=Yy6wR71OCaOilNXCA65+PMkI1l8i6V8+HDtqSghR2Vw=; b=yJPKpWvsNNUKKFB8Pbm7EFlev4P/q5ZaefSaEWncXmYy1dp2td1pl/auLK/QX9GYdo mEWa+QFc65buyjvnnvmE9hlPwb1x5Tr3yFJ2ksqUvdShZTV9mTSFlPX5dcvASrjQcr3z rxKwrW/AH1cMpw4OAo+tPqqJTjvhqZQ9jbIPZK8Axah5c123ccSFyhVmGBINXEz3b6Cm FiYsK5S5GiBP0ARL+rsDt+ia4n5cIHmAIqZQYY04dqzwXETI96yei7MYeEYFr3TdEURg fSWVyt6hrSiPYln2S9Y1kUid7eJqoLqPDvlqAVm1NUdvcHYl/CXtjCqZ0kbw6TauxkyB wOdg== X-Gm-Message-State: AOAM5334LWWvKSm2gmrKwJxUuPWPV1xFoMYjsUI8TDX++VKpfWY1O2ra sAZKrTBS3y9FRu3+QtjWozjfBzkKF3hM42eDhU0BR9azxeo= X-Google-Smtp-Source: ABdhPJxpGfNgiQXlaFfCm+kNgt+zBzhdDJUUX2cY67C8tr4j2CginttoRo7NOxaJZydmHT7bRnzGuiBEFvl90YGpbFM= X-Received: by 2002:a81:7dd5:0:b0:2dc:a4e4:484 with SMTP id y204-20020a817dd5000000b002dca4e40484mr4753927ywc.358.1646930919937; Thu, 10 Mar 2022 08:48:39 -0800 (PST) MIME-Version: 1.0 References: In-Reply-To: Date: Thu, 10 Mar 2022 16:48:28 +0000 Message-ID: To: PHP internals Content-Type: multipart/alternative; boundary="00000000000073daa405d9dffc12" Subject: Re: [PHP-DEV] [RFC] Allow null and false as stand-alone types From: george.banyard@gmail.com ("G. P. B.") --00000000000073daa405d9dffc12 Content-Type: text/plain; charset="UTF-8" Hello internals, I'd like to open voting for this tomorrow. I've expanded a bit the caveat about the specific Reflection change this RFC introduces with handling of null|false compared to other T|null types. https://wiki.php.net/rfc/null-false-standalone-types If there are some final comments please let me know. Best regards, George P. Banyard --00000000000073daa405d9dffc12--