Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:117078 Return-Path: Delivered-To: mailing list internals@lists.php.net Received: (qmail 23997 invoked from network); 20 Feb 2022 16:37:42 -0000 Received: from unknown (HELO php-smtp4.php.net) (45.112.84.5) by pb1.pair.com with SMTP; 20 Feb 2022 16:37:42 -0000 Received: from php-smtp4.php.net (localhost [127.0.0.1]) by php-smtp4.php.net (Postfix) with ESMTP id 8B6A01804B3 for ; Sun, 20 Feb 2022 09:56:43 -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: No X-Envelope-From: Received: from mail-yb1-f169.google.com (mail-yb1-f169.google.com [209.85.219.169]) (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, 20 Feb 2022 09:56:43 -0800 (PST) Received: by mail-yb1-f169.google.com with SMTP id w63so8566532ybe.10 for ; Sun, 20 Feb 2022 09:56:43 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=mime-version:from:date:message-id:subject:to; bh=i/NYjjHQUhhPSp+HGNNNhmGd0xTSm4f6TrS8RG+Rhfs=; b=XHOsO/XaoeLXPgK2zQLkdsMpVOQ6xdWTNRybO4JZr/otqrsVr/MFKVkU9X/uoJjGnx WxLfMhR3xrmpCNltFt/CDf4byTCEiQHvwFNuTEu6IQlpyHtnqvNK2BUVGmpjX/sWameg xp94OSPwrtI1ccs51WbHfm8upyruFTbXoT2ndb/UMmUy6xs0faDZcMNYaKUz5VINuZ2C YjPQgu2YW0jLXNGDPlI0ao7xgmJLaHukCC35HdgegTGqsaQGDLjGvN1+YZNgIXW674HR 6UfWIl/d6FW9JXIoi/Gi2AUeysgtNZuugl4idkwGstdxgzXh5zTY5rgznk6g7gaS7RNn u7pA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:mime-version:from:date:message-id:subject:to; bh=i/NYjjHQUhhPSp+HGNNNhmGd0xTSm4f6TrS8RG+Rhfs=; b=JOkxeN8yKZDNWMkvE2JVNHt2lDjfrwXDbsZB9u0QBNa9HAxTU+tX5SkgmcupKVtVrl AYKP1PfU/dRfymNRZ26zPxAfavnLg1eyIigXsBJaU4vtgUNk6yg2GBfBfnL0hypqW+fL DeU/BTkWdDjW6MWKp5z0W02YJVXt28deuc/QKT5a1X2Q/Boo3VTkTfjwQmca1n/d+L6W iwZoqpt57GtVovg0HsXFqPTZP6SpmHmRDDAfPs8ztMTTiTB/YJ3idMRlfmY/hM5G36jC pnLJbmKmlA5aJ6Y2QXmPob7I4O41jzZ1veYoH1zGFOhPtHkTwj1/dqOVNZttPme9sGFC mXbA== X-Gm-Message-State: AOAM531V6XZ+BH+3wp9oCf+TEV2sGfiVpkQm8yqKak1xz5yc3ilOvWe2 3uDXOcxjEPJUsRBaqz4l0f6kdzZjM1Hb/2krPfPKdVNpC5E= X-Google-Smtp-Source: ABdhPJzXw2XmacXX1Bo0dXeFb5UntM5qZo1ftKw8cXTcYM9NKbezHXPi0PAD0edvMdzn3cP9bZTSRljoPEcUyzrTbV8= X-Received: by 2002:a05:6902:571:b0:619:5915:e477 with SMTP id a17-20020a056902057100b006195915e477mr15663456ybt.580.1645379802267; Sun, 20 Feb 2022 09:56:42 -0800 (PST) MIME-Version: 1.0 Date: Sun, 20 Feb 2022 17:56:31 +0000 Message-ID: To: PHP internals Content-Type: multipart/alternative; boundary="000000000000a2863005d876d6a6" Subject: [PHP-DEV] [RFC] Allow null and false as stand-alone types From: george.banyard@gmail.com ("G. P. B.") --000000000000a2863005d876d6a6 Content-Type: text/plain; charset="UTF-8" Hello internals, As a follow up from the "Allow null as a stand-alone type" where the main talking point was to also allow false to be used as a stand-alone type, a new slightly modified RFC is now proposed: https://wiki.php.net/rfc/null-false-standalone-types The implementation has been updated to reflect the new RFC. Best regards, George P. Banyard --000000000000a2863005d876d6a6--