Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:116188 Return-Path: Delivered-To: mailing list internals@lists.php.net Received: (qmail 54483 invoked from network); 2 Oct 2021 14:23:13 -0000 Received: from unknown (HELO php-smtp4.php.net) (45.112.84.5) by pb1.pair.com with SMTP; 2 Oct 2021 14:23:13 -0000 Received: from php-smtp4.php.net (localhost [127.0.0.1]) by php-smtp4.php.net (Postfix) with ESMTP id DF9B01804D8 for ; Sat, 2 Oct 2021 08:06:56 -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.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-ed1-f50.google.com (mail-ed1-f50.google.com [209.85.208.50]) (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 ; Sat, 2 Oct 2021 08:06:56 -0700 (PDT) Received: by mail-ed1-f50.google.com with SMTP id bd28so45882758edb.9 for ; Sat, 02 Oct 2021 08:06:56 -0700 (PDT) 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=vwJpfVkoRufd2SV8rfve8ObwzFu+hZvJmKtutnGvzvk=; b=OLMurSMPMCrx8EzJDKZq86rnxDShnd/uPDEhqoAVit0sMJADaxKaQSSQQdy0wtEJ9J Mpa4VFxTZzAlSp/jfFKsTqBSPQgRk4jVX1B2xRlZj801s3xIehBzm8Mwk/TD0JfAsopV ce3kC6I2bWmHXiZ9BytrLXYfIts8bph87kkJdPsVpfkSlF376UGqZfmDRCbU9cU4LkrQ jl0GlaxIlOcdLgylu/aBOEiCQIoePnmRpA4DEKfuTHMN8p9pVkVLn5HhzWhthEeIBOU1 DfnfJ0P1ShRJjRtm32khMMHDFiqjJmjL3j6bxTiiqDK6ecUcmsgH/WUUeY7y/O4oRkES tlLA== 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=vwJpfVkoRufd2SV8rfve8ObwzFu+hZvJmKtutnGvzvk=; b=k75pB009MaBGzwPodI6xFRlZ3SX8x8dKrPdne78P2m8hCXJWHdJClogpMOGi+Ce1xL DB8iUGcuM/mlTjmgXhQmXUW1+ziJ5IZwBil6V+pjB+gi9Ljr7aCGqg0X2xjedHvaLELI nsScQUSIFDaQYiva0xHIxexRA0D79A5TB8tBpkG6BTzwQQPPBqYxT5vn3eDxIfHOy8LY VHWxNJMIzd5uHc05qnPfiGJ4saKrn32haQ5etfGwui90sR+QCGbL0K5DxSOFiu5tDtmB g99phLDuzfJLjm3Lt/dOYmnYKpdOkXL5h00G63gfk4ZOmISkFFQV3uItl3HjN/Vy5KHK Ua8A== X-Gm-Message-State: AOAM532O/JN2IKgUowcz3DBKQu92z0yp9JBS2na91fgPrrh61yxfzt9o HS+sJZkVa9YiXv7+s4zzyoxbbqU+6pDgZmqG40ow+Y49SLoAQw== X-Google-Smtp-Source: ABdhPJyR7G6dfBfHtuZpjEMNdoRfLghyHT9w9sZsuZeQDL2uLTxQYsrnLbeErGvwAn2UI3+ADXndKDQ6UB2yc0/hT6w= X-Received: by 2002:a17:906:b782:: with SMTP id dt2mr4778104ejb.310.1633187214236; Sat, 02 Oct 2021 08:06:54 -0700 (PDT) MIME-Version: 1.0 Date: Sat, 2 Oct 2021 16:06:43 +0100 Message-ID: To: PHP internals Content-Type: multipart/alternative; boundary="000000000000c19d9b05cd60076b" Subject: [PHP-DEV] [RFC] Allow null as standalone type From: george.banyard@gmail.com ("G. P. B.") --000000000000c19d9b05cd60076b Content-Type: text/plain; charset="UTF-8" Hello internals, I'm proposing a new RFC to make 'null' usable as a standalone type. RFC: https://wiki.php.net/rfc/null-standalone-type GitHub PR: https://github.com/php/php-src/pull/7546 Best regards, George P. Banyard --000000000000c19d9b05cd60076b--