Newsgroups: php.internals
Path: news.php.net
Xref: news.php.net php.internals:126385
X-Original-To: internals@lists.php.net
Delivered-To: internals@lists.php.net
Received: from php-smtp4.php.net (php-smtp4.php.net [45.112.84.5])
	by qa.php.net (Postfix) with ESMTPS id F04241A00BC
	for <internals@lists.php.net>; Thu, 13 Feb 2025 00:31:35 +0000 (UTC)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=php.net; s=mail;
	t=1739406532; bh=ZCWhjc0aydbObxgphXc9RRalHAU2J4PnyeNgyd+1KCA=;
	h=Date:Subject:To:References:From:In-Reply-To:From;
	b=Ugd3DCdqKHn6ziBqydWfq0jUZJbx9wXa3SLNTp4vKaqzdL/rjKF9TwPwKpRBXHvyr
	 KSoxrbpCsFsI7x4nth8BcbqAdEUaY8/skQg7+jlJBZUTv76/GkCO99HfcSd/hrTSm1
	 fSLXfUwTBdXsawGQvywhLacpVnYCNso3hvgS3k/mgz7aw1FvynZmEX1dNhMqvA7QcQ
	 8Ct3UDcHRAbxh7lIIsoAdUn7W4quDpw6LmoO41bP6/sKvRnCp8QT1WOMQGvLJiOAu5
	 vgXYnL8guE08uQbcvkSyISNfJ6W/OYzFg0NZ7E4nU1ZpwdqXikV1TXVSBn2tibkKSe
	 LIJyqHBGdxRgg==
Received: from php-smtp4.php.net (localhost [127.0.0.1])
	by php-smtp4.php.net (Postfix) with ESMTP id F14ED180059
	for <internals@lists.php.net>; Thu, 13 Feb 2025 00:28:49 +0000 (UTC)
X-Spam-Checker-Version: SpamAssassin 4.0.0 (2022-12-13) on php-smtp4.php.net
X-Spam-Level: 
X-Spam-Status: No, score=0.8 required=5.0 tests=BAYES_50,DMARC_MISSING,
	SPF_HELO_NONE,SPF_PASS autolearn=no autolearn_force=no version=4.0.0
X-Spam-Virus: No
X-Envelope-From: <weedpacket@varteg.nz>
Received: from jessie.smtp.mailx.hosts.net.nz (jessie.smtp.mailx.hosts.net.nz [43.245.52.195])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange ECDHE (prime256v1) server-signature RSA-PSS (2048 bits) server-digest SHA256)
	(No client certificate requested)
	by php-smtp4.php.net (Postfix) with ESMTPS
	for <internals@lists.php.net>; Thu, 13 Feb 2025 00:28:48 +0000 (UTC)
Received: from 222-152-13-42-fibre.sparkbb.co.nz ([222.152.13.42] helo=[192.168.1.68])
	by jessie.smtp.mailx.hosts.net.nz with esmtpsa authed as varteg.nz  (TLS1.3:ECDHE_X25519__RSA_PSS_RSAE_SHA256__AES_128_GCM:128)
	(Exim 4.96)
	(envelope-from <weedpacket@varteg.nz>)
	id 1tiN8Z-000GKI-2i
	for internals@lists.php.net;
	Thu, 13 Feb 2025 13:31:27 +1300
Message-ID: <5c142df3-94f8-45ba-b5c6-af3b4f7caa8b@varteg.nz>
Date: Thu, 13 Feb 2025 13:31:18 +1300
Precedence: bulk
list-help: <mailto:internals+help@lists.php.net
list-unsubscribe: <mailto:internals+unsubscribe@lists.php.net>
list-post: <mailto:internals@lists.php.net>
List-Id: internals.lists.php.net
x-ms-reactions: disallow
MIME-Version: 1.0
User-Agent: Mozilla Thunderbird
Subject: Re: [PHP-DEV] Re: RFC: Marking return values as important
 (#[\NoDiscard])
To: internals@lists.php.net
References: <a995ac24905030e168e7f6006b996cd5@bastelstu.be>
 <CAMzRQTcTrZR2=vnjvVZRt=fEJpiBci9HN36BQAwG8+FK60Gc1A@mail.gmail.com>
Content-Language: en-GB
In-Reply-To: <CAMzRQTcTrZR2=vnjvVZRt=fEJpiBci9HN36BQAwG8+FK60Gc1A@mail.gmail.com>
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 8bit
X-Hosts-DKIM-Check: none
From: weedpacket@varteg.nz (Morgan)

On 2025-02-13 00:52, Volker Dusch wrote:
> 
> b) Naming of the attribute
> 
> Nobody mentioned this on the list, but before opening a vote we'd like 
> to heard if the attribute name makes sense to you.

On this, it could be spelled #[\MustUse], rather than phrase it as a 
negative.