Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:120189 Return-Path: Delivered-To: mailing list internals@lists.php.net Received: (qmail 9897 invoked from network); 4 May 2023 08:52:43 -0000 Received: from unknown (HELO php-smtp4.php.net) (45.112.84.5) by pb1.pair.com with SMTP; 4 May 2023 08:52:43 -0000 Received: from php-smtp4.php.net (localhost [127.0.0.1]) by php-smtp4.php.net (Postfix) with ESMTP id C23AA1804BE for ; Thu, 4 May 2023 01:52:42 -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,SPF_HELO_NONE,SPF_PASS, T_SCC_BODY_TEXT_LINE autolearn=no autolearn_force=no version=3.4.2 X-Spam-ASN: AS24940 176.9.0.0/16 X-Spam-Virus: No X-Envelope-From: Received: from chrono.xqk7.com (chrono.xqk7.com [176.9.45.72]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by php-smtp4.php.net (Postfix) with ESMTPS for ; Thu, 4 May 2023 01:52:42 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bastelstu.be; s=mail20171119; t=1683190360; bh=OWGSIAjAmLm4P2fUwIdP301L5r1Nf0OJesHPJIEMmF4=; h=Message-ID:Date:MIME-Version:Subject:To:References:From: In-Reply-To:Content-Type:from:to:cc:subject:message-id; b=jKd8DhnETgkTd0eguJrisJxUPWd7sLhUVxZnsauvi4bOpA4+d5B6Em/YARuJJQn7H A/zx+Zvk1AnTekdoXUwFLeeKfAVkl1dza05TuWWtws20xrMgCUT4z9Wa/osqyLxgTj n1zvu0JtMFXCCl1wdI0odqjuiNGHQ8DrX0r7n6eyKcWqykbZJsmkXgMxVQeaAS4Lop A9zqSlukqO+51Lpvq+ZIok0T9noFqin2MjhShXmqpY/HFbmbniVQ45+nS9Tw052KUs wMD1DAaydORLQ4LL7+8brewpRYSOSQfGPRWRCNOuo6jrwhv3VtNOcKtG+WOOSZMT6c DfNeDxAq2xPlA== Message-ID: <5cfabd12-e6c5-4cc6-a1c1-81dc236ee454@bastelstu.be> Date: Thu, 4 May 2023 10:52:37 +0200 MIME-Version: 1.0 To: Robert Landers , internals References: Content-Language: en-US In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit Subject: Re: [PHP-DEV] RFC Karma Request: nameof proposal From: tim@bastelstu.be (=?UTF-8?Q?Tim_D=c3=bcsterhus?=) Hi On 5/4/23 10:39, Robert Landers wrote: > I'd like to request RFC Karma for adding a nameof operator to PHP. That requires a Wiki account which you likely weren't yet able to create, due to the unsuccessfulness. We would also need your username. > Also, I attempted to register an account on the RFC website but was > unsuccessful: > >> That wasn't the answer we were expecting > > is the error message I received, but the form appears to be filled out > correctly. The logic for the check is given in this file: https://github.com/php/web-wiki/blob/master/dokuwiki/lib/plugins/phpreg/action.php. As of March 31st it should be fixed to work correctly to my understanding. Best regards Tim Düsterhus