Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:118521 Return-Path: Delivered-To: mailing list internals@lists.php.net Received: (qmail 29782 invoked from network); 26 Aug 2022 19:33:46 -0000 Received: from unknown (HELO php-smtp4.php.net) (45.112.84.5) by pb1.pair.com with SMTP; 26 Aug 2022 19:33:46 -0000 Received: from php-smtp4.php.net (localhost [127.0.0.1]) by php-smtp4.php.net (Postfix) with ESMTP id 16EBF180547 for ; Fri, 26 Aug 2022 12:33:46 -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.5 required=5.0 tests=BAYES_05,SPF_HELO_PASS, SPF_PASS,T_SCC_BODY_TEXT_LINE autolearn=no autolearn_force=no version=3.4.2 X-Spam-ASN: AS30827 82.113.144.0/20 X-Spam-Virus: No X-Envelope-From: Received: from xdebug.org (xdebug.org [82.113.146.227]) by php-smtp4.php.net (Postfix) with ESMTP for ; Fri, 26 Aug 2022 12:33:45 -0700 (PDT) Received: from [127.0.0.1] (unknown [85.255.234.42]) by xdebug.org (Postfix) with ESMTPSA id 6D66C10C055; Fri, 26 Aug 2022 20:33:44 +0100 (BST) Date: Fri, 26 Aug 2022 20:33:42 +0100 To: internals@lists.php.net, Kamil Tekiela , php internals User-Agent: K-9 Mail for Android In-Reply-To: References: <8D53AD5B-7CFC-4820-9EE4-FEB365D327A8@woofle.net> Message-ID: <4D68238E-47A2-4A1D-BE04-0CA03F6F2D0A@xdebug.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Subject: Re: [PHP-DEV] RFC json_validate() - status: Under Discussion From: derick@xdebug.org (Derick Rethans) On 26 August 2022 18:28:59 BST, Kamil Tekiela wrot= e: >What is the reasoning behind the name? I can't find it explained in the >RFC=2E What about other alternatives like is_json or validate_json? It's part of the json extension so it should start with json_ following na= ming guidelines for functions in extensions=2E cheers Derick