Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:117683 Return-Path: Delivered-To: mailing list internals@lists.php.net Received: (qmail 54905 invoked from network); 7 May 2022 07:18:09 -0000 Received: from unknown (HELO php-smtp4.php.net) (45.112.84.5) by pb1.pair.com with SMTP; 7 May 2022 07:18:09 -0000 Received: from php-smtp4.php.net (localhost [127.0.0.1]) by php-smtp4.php.net (Postfix) with ESMTP id 342B3180053 for ; Sat, 7 May 2022 01:56:03 -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=-2.1 required=5.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,RCVD_IN_DNSWL_NONE, RCVD_IN_MSPIKE_H2,SPF_HELO_NONE,SPF_PASS,T_SCC_BODY_TEXT_LINE 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-wr1-f52.google.com (mail-wr1-f52.google.com [209.85.221.52]) (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, 7 May 2022 01:56:02 -0700 (PDT) Received: by mail-wr1-f52.google.com with SMTP id u3so12975424wrg.3 for ; Sat, 07 May 2022 01:56:02 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=craigfrancis.co.uk; s=default; h=mime-version:subject:from:in-reply-to:date:cc :content-transfer-encoding:message-id:references:to; bh=TM0OnR0VJ+8p4EtXKJu+l/q5debvozSKL1WAa7h2xfY=; b=BCbxhtO2J6hsmKlLZxS/rWbP7bY5n0eacgWpOJqHByr6mwog/mWuIasqexinve0DX0 oT1khV0xHWDOzPqc83o/FACMk/5zErYf5GoHoKL6bzq/sus6QtJmq8C9XZMXuuINMgRZ YLPNLxlfTj005KWOjl7uNF1E93Vt8AzqhNNyw= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:mime-version:subject:from:in-reply-to:date:cc :content-transfer-encoding:message-id:references:to; bh=TM0OnR0VJ+8p4EtXKJu+l/q5debvozSKL1WAa7h2xfY=; b=fNHEQABBD4N8VkovoVNQR309QdEDqsP0YFP5VF4e+Bf+0pG2cUTElLXx2gCuStQYKB Yt1TEDVAXwij9+0hOxksKvUIqsp8wm+5stPDN9/VsG1lnUIYT9FqwXWAN+nT+WW2RiNB 3w5Ka86HgcTaoC17JnkZzE3fAGcQxCK9DdPSSffSXGMFrQwyVsIWBTYjx7pAIFCHxE9K vBVojMpH73n5ABnA2YUaS+CbMY7TeX9MBoyWU1qMfyl9njxnH/0M2NLb4ZgRhMrRlpZe JjOsqB8ddp5YGXyJBYlEtxsOfwi82XaeC2P5Oo9GuI5wfT2ZS3/PRBZgd3162bdbBRmK H6xQ== X-Gm-Message-State: AOAM5303fZt1iQmW5OFMtuic4aZ3MdddwJPOcDcySoEvrpmG32/wnlDS 4TkzVJrMSTGN8NRgYnjfEZqFRVC3/NuMLg== X-Google-Smtp-Source: ABdhPJzXFM3eyWdWVdF3zz0RAT9OgcF9R/QnZdL9pbG/4uIFZ8KGHHnVNWXUQAUn8Hv59+zX4Cc2iw== X-Received: by 2002:a5d:4307:0:b0:207:9f82:e238 with SMTP id h7-20020a5d4307000000b002079f82e238mr6183607wrq.430.1651913761432; Sat, 07 May 2022 01:56:01 -0700 (PDT) Received: from smtpclient.apple ([94.173.138.98]) by smtp.gmail.com with ESMTPSA id y11-20020a1c4b0b000000b003945781b725sm8883886wma.37.2022.05.07.01.56.00 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Sat, 07 May 2022 01:56:00 -0700 (PDT) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 16.0 \(3696.80.82.1.1\)) In-Reply-To: <80ad3c3d-47e3-66ef-0969-8b0894cb2c63@alec.pl> Date: Sat, 7 May 2022 09:55:55 +0100 Cc: internals@lists.php.net Content-Transfer-Encoding: quoted-printable Message-ID: References: <80ad3c3d-47e3-66ef-0969-8b0894cb2c63@alec.pl> To: Aleksander Machniak X-Mailer: Apple Mail (2.3696.80.82.1.1) Subject: Re: [PHP-DEV] NULL Coercion Consistency From: craig@craigfrancis.co.uk (Craig Francis) On 7 May 2022, at 06:59, Aleksander Machniak wrote: >=20 > On 08.04.2022 19:34, Craig Francis wrote: >> Hi, >> I've written a new draft RFC to address the NULL coercion problems: >> https://wiki.php.net/rfc/null_coercion_consistency >=20 > As a voter, I'm in favor of this RFC. >=20 > I suggest to rename "Documentation" section title to "Scalars coercion = inconsistency" or sth like that, as this section isn't really much about = the documentation, rather the current state. Good point Aleksander, I started with 5 quotes from the Documentation, = but you're right, the examples have grown a bit since then, and the = second part does show the Current State, so I've gone with that heading = (hope that's ok). Craig