Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:109745 Return-Path: Delivered-To: mailing list internals@lists.php.net Received: (qmail 86486 invoked from network); 21 Apr 2020 10:38:39 -0000 Received: from unknown (HELO php-smtp4.php.net) (45.112.84.5) by pb1.pair.com with SMTP; 21 Apr 2020 10:38:39 -0000 Received: from php-smtp4.php.net (localhost [127.0.0.1]) by php-smtp4.php.net (Postfix) with ESMTP id 207EC1804B4 for ; Tue, 21 Apr 2020 02:10: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=-0.0 required=5.0 tests=BAYES_20,SPF_HELO_PASS, SPF_PASS autolearn=no autolearn_force=no version=3.4.2 X-Spam-ASN: AS12876 195.154.0.0/16 X-Spam-Virus: No X-Envelope-From: Received: from smtp.opensides.be (smtp.fusiondirectory.org [195.154.20.141]) by php-smtp4.php.net (Postfix) with ESMTP for ; Tue, 21 Apr 2020 02:10:02 -0700 (PDT) Received: from localhost (localhost [127.0.0.1]) by smtp.opensides.be (Postfix) with ESMTP id B4C814C02C8 for ; Tue, 21 Apr 2020 11:10:00 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at opensides.be Received: from smtp.opensides.be ([127.0.0.1]) by localhost (smtp.opensides.be [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 3DBpjcjBABaa for ; Tue, 21 Apr 2020 11:09:58 +0200 (CEST) Received: from mcmic-probook.opensides.be (194.129.16.109.rev.sfr.net [109.16.129.194]) by smtp.opensides.be (Postfix) with ESMTPSA id 205224C0206 for ; Tue, 21 Apr 2020 11:09:58 +0200 (CEST) To: internals@lists.php.net Date: Tue, 21 Apr 2020 11:09:54 +0200 Message-ID: <3222673.aWWKs9F6s5@mcmic-probook> Organization: FusionDirectory User-Agent: KMail/5.2.3 (Linux/4.9.0-12-amd64; KDE/5.28.0; x86_64; ; ) In-Reply-To: References: MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="UTF-8" Subject: Re: [PHP-DEV] [RFC] Mixed type From: come.chilliet@fusiondirectory.org (=?ISO-8859-1?Q?C=F4me?= Chilliet) Le lundi 20 avril 2020, 09:15:24 CEST Sara Golemon a =C3=A9crit : > use mixed =3D null|bool|int|float|string|array|object|resource; > use scalar =3D null|bool|int|float|string; I=E2=80=99m wondering if null should maybe be left out of these, since ?mix= ed and ?scalar can be used for this? =2D-=20 C=C3=B4me Chilliet =46usionDirectory - https://www.fusiondirectory.org