Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:117122 Return-Path: Delivered-To: mailing list internals@lists.php.net Received: (qmail 65852 invoked from network); 23 Feb 2022 13:59:48 -0000 Received: from unknown (HELO php-smtp4.php.net) (45.112.84.5) by pb1.pair.com with SMTP; 23 Feb 2022 13:59:48 -0000 Received: from php-smtp4.php.net (localhost [127.0.0.1]) by php-smtp4.php.net (Postfix) with ESMTP id 836ED1804AC for ; Wed, 23 Feb 2022 07:19:33 -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.2 required=5.0 tests=BAYES_20,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,FREEMAIL_FROM,HTML_MESSAGE, 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-yw1-f174.google.com (mail-yw1-f174.google.com [209.85.128.174]) (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 ; Wed, 23 Feb 2022 07:19:33 -0800 (PST) Received: by mail-yw1-f174.google.com with SMTP id 00721157ae682-2d625082ae2so214558627b3.1 for ; Wed, 23 Feb 2022 07:19:33 -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=hWG29KpsSQm/9ZcXr+E9tHRVolZwk9fb2pANraL2GaE=; b=eoXCFm/B9+IExrzxoyBI5ygqjkjSwTZKFIES1/jqQlDDmExB/n8uW5nIF2sGb+2IeX TnISkzANOEgxQw6uBQhWYOiBJzMBYOaDuuDRPdMvZalNC8aLkduE1yZl2XbPJ46E6J4Q e5Wlt/OYo6YNAUkojxfwAPT9Ezs4IPLENZ8Xm4HiSRWj+kiZZFdwBuJjluZf6oHD9UDj MTnjiT436mng0J7DXPsGhsZ/2Iz4NH2ByWWF6U7Z+l1PDGiV+bbmAdhOwzbpihyZT7yg tgXiXErEISacnKTefXvF4uAoVipAoeu1KUg0FcUn7v5gVgolZSomCgTjyfN5WEyQrKzS nLAw== 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=hWG29KpsSQm/9ZcXr+E9tHRVolZwk9fb2pANraL2GaE=; b=EvvjVWTevdW9fN9M1zalRwHiR6UUx/OdM188toEedMLeYMLiu1IaGi9YQSy+vhMN1e 4Z9wKv9/NegCXehtpngD+TE2tWbSTedYRA6nRvllXq2kQlTus2s7+DbVO5dHWhOawXM6 95lzV97eViPPkIjtNCmJfP9hdBFKvY/G+zj4QqdwLuZMqWurGqBQNsa3dZuvT8utSN9T okt9kzvjfjznfIytJi90d7RNgi2rDxhB/huRpEHKjNjdmH7wtYHiCfRrHNMI6KJlWOtZ m4i3vZ9KT8h8lxbsLgvYxFZZRP8qmNYfF/kCtT968ef2CrwBmB+0Jdz0viH7KiK3jsTS MDHw== X-Gm-Message-State: AOAM532m6DGxmSW79G/c1piPWtlehKjnDN/Z5cX3ENJy/xAAKmnZ2LIU iQnDZqes07rCptORrzt+k+msUCERKmCWPhVg0fQZLGZBow== X-Google-Smtp-Source: ABdhPJxHHnreiLEj26goe4nf24p6uPCmwAgC3JzBH9owFDaitto5dnzvJSA1CTPG34CjQ1OA5oFOc/1goo6Gg7hviQU= X-Received: by 2002:a81:178c:0:b0:2d7:8d37:a83 with SMTP id 134-20020a81178c000000b002d78d370a83mr110047ywx.205.1645629572564; Wed, 23 Feb 2022 07:19:32 -0800 (PST) MIME-Version: 1.0 References: In-Reply-To: Date: Wed, 23 Feb 2022 16:19:21 +0100 Message-ID: To: PHP internals Content-Type: multipart/alternative; boundary="0000000000001ac97d05d8b0fed0" Subject: Re: [PHP-DEV] [RFC] Allow null and false as stand-alone types From: guilliam.xavier@gmail.com (Guilliam Xavier) --0000000000001ac97d05d8b0fed0 Content-Type: text/plain; charset="UTF-8" On Sun, Feb 20, 2022 at 6:56 PM G. P. B. wrote: > 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. > The new RFC has a link to implementation and a link to the previous RFC (which has a link back to the new one) but I had to search for the original *discussion*, so here it is: https://externals.io/message/116188 (+1 for me, with or without false) Regards, -- Guilliam Xavier --0000000000001ac97d05d8b0fed0--