Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:115040 Return-Path: Delivered-To: mailing list internals@lists.php.net Received: (qmail 14095 invoked from network); 22 Jun 2021 19:20:18 -0000 Received: from unknown (HELO php-smtp4.php.net) (45.112.84.5) by pb1.pair.com with SMTP; 22 Jun 2021 19:20:18 -0000 Received: from php-smtp4.php.net (localhost [127.0.0.1]) by php-smtp4.php.net (Postfix) with ESMTP id E3E761804F3 for ; Tue, 22 Jun 2021 12:38:37 -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.1 required=5.0 tests=BAYES_50,RCVD_IN_DNSWL_LOW, SPF_HELO_NONE,SPF_NONE autolearn=no autolearn_force=no version=3.4.2 X-Spam-Virus: No X-Envelope-From: Received: from mail02.x-net.at (mail02.x-net.at [83.65.141.138]) (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 ; Tue, 22 Jun 2021 12:38:36 -0700 (PDT) Received: from localhost (localhost [127.0.0.1]) by mail02.x-net.at (Postfix) with ESMTP id B03813803EF for ; Tue, 22 Jun 2021 21:38:34 +0200 (CEST) Received: from mail02.x-net.at ([127.0.0.1]) by localhost (mail02.x-net.at [127.0.0.1]) (amavisd-new, port 10032) with ESMTP id W_wj0PJInMT7 for ; Tue, 22 Jun 2021 21:38:34 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by mail02.x-net.at (Postfix) with ESMTP id 6CB503803EE for ; Tue, 22 Jun 2021 21:38:34 +0200 (CEST) X-Virus-Scanned: amavisd-new at x-t.at Received: from mail02.x-net.at ([127.0.0.1]) by localhost (mail02.x-net.at [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id C7inPtDKRlfZ for ; Tue, 22 Jun 2021 21:38:34 +0200 (CEST) Received: from [127.0.0.1] (178.115.128.45.wireless.dyn.drei.com [178.115.128.45]) by mail02.x-net.at (Postfix) with ESMTPSA id 3404F3803E8 for ; Tue, 22 Jun 2021 21:38:34 +0200 (CEST) Date: Tue, 22 Jun 2021 21:38:34 +0200 To: internals@lists.php.net User-Agent: K-9 Mail for Android In-Reply-To: References: Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Subject: Re: [PHP-DEV] [RFC] Name issue - is_literal/is_trusted From: mel@dafert.at (Mel Dafert) >- `is_trusted()` - suggested by Moritz and separately by Mike, was the >second option in the original vote, and was based on the idea that what i= s >returned can be 'trusted' to be free from external code=2E Another idea - `is_internal()`, since it is not external code, and interna= l would be the opposite of external=2E Not quite sure how helpful/realistic this one is, but I wanted to bring it= up either way=2E