Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:116196 Return-Path: Delivered-To: mailing list internals@lists.php.net Received: (qmail 59928 invoked from network); 4 Oct 2021 02:49:21 -0000 Received: from unknown (HELO php-smtp4.php.net) (45.112.84.5) by pb1.pair.com with SMTP; 4 Oct 2021 02:49:21 -0000 Received: from php-smtp4.php.net (localhost [127.0.0.1]) by php-smtp4.php.net (Postfix) with ESMTP id 412061804C4 for ; Sun, 3 Oct 2021 20:33:28 -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_20,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,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-f180.google.com (mail-yb1-f180.google.com [209.85.219.180]) (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, 3 Oct 2021 20:33:27 -0700 (PDT) Received: by mail-yb1-f180.google.com with SMTP id r1so34425381ybo.10 for ; Sun, 03 Oct 2021 20:33:27 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=datadoghq.com; s=google; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=Vg/IVtH/xJFsXakNDL52ujFmlu2ATRi8pcdg3p9lTy4=; b=BA/virhMzOo8bR8rM8C1cfPtgAqx5ZxILpmKiLlomA+rfmBnDEy996bhY+VT4rKjb2 BH1gw1EGVBD5iCXjqEUcoP49T0ZX/cqFpfRL1rslcv4XSZt/XNWk13Gvz5og2nqGm2ma MbZ2+i6Yqocrxd2daDpl0FOLJf7raG7eT36w4= 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:cc; bh=Vg/IVtH/xJFsXakNDL52ujFmlu2ATRi8pcdg3p9lTy4=; b=XTyfSvehThy0OcKwsV4golBE1qk+RFlMRkGA0jL+MtAVvvX1ASm6Iw0WLqWfFAczjP 8EYsjrJtPbSTLRi6rEQ1hjvvj+G1/TKwnUvTV/K5sykR+faU4gzku5L3nq85lgibR/uI +ce5AIAHcrQlSeBkQYOkSSJxwOlO8TUFodJGaEG6iXM9fgePuVWJsSzj+f4MB5wSzpzy b4oKvJXfQq4q0CZbO9PXwYIsKraA2Xtx/CvzSH0YPdiOqtBXhjhVhjEHsleGV79+IaaD cXx63Sn30p2gMFGwFLj4z+ysxemNnBe4S1DhX3rhECkNyPYxMCt3l7JLgFJjGOn/mGMS 7dVg== X-Gm-Message-State: AOAM533kE0g1bZ4TFp0hRnpN+ub3u7J7bxkRUOV/sS8C8dnrH4dD6iMG hRmW5fpdcYg2f5SZfka37dgOtpRfmIxs6tXuFYrZzg== X-Google-Smtp-Source: ABdhPJyMKNdaueF7xY533cXruvMCmjcs501tIG4axVLDv+44phBH1KfNXLcamrlzgqKF1KThExGVhBywUYQLFfsahtM= X-Received: by 2002:a25:3614:: with SMTP id d20mr12961412yba.537.1633318407021; Sun, 03 Oct 2021 20:33:27 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: Reply-To: Levi Morrison Date: Sun, 3 Oct 2021 21:33:16 -0600 Message-ID: To: "G. P. B." Cc: PHP internals Content-Type: text/plain; charset="UTF-8" Subject: Re: [PHP-DEV] [RFC] Allow null as standalone type From: internals@lists.php.net ("Levi Morrison via internals") On Sat, Oct 2, 2021 at 9:07 AM G. P. B. wrote: > > 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 I don't see the word `void` in the RFC. I think there ought to be something said about how naked `null` is different or not different than `void`.