Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:130496 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 lists.php.net (Postfix) with ESMTPS id 16DAF1A00BC for ; Mon, 30 Mar 2026 14:40:40 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=php.net; s=mail; t=1774881644; bh=LcuW8vOujriqsJccLT7FoRXfvV5R1UBCn584t24hnnU=; h=From:Subject:Date:References:To:In-Reply-To:From; b=E63HAlD90eu/rUkjPHwqeskfl881e5YqbOE0jeZm30hu4CGexODoYWHU1PwWCip3q mbWP+fvVpqHhqzcHoJGUt2mYpTQJLUmoyeDeSDZtch/UExNTdk3BPykzU9C6DsRjro w+VYMkk5Oj2zVNUxH11Bv6rHlWmygrlzrgrwbFMgoAJlll+380XLB7Tz2Yvkr7zeVM C5nBiDX0jSwyXeMRD0RhscZeRghVCxE5/aqIKvbDZeLk4EtMuzitwUWJQv2OWgbiuQ akHppCYZ7+GljeUru8kjblzNhZ+fMQCN7pYDFdlP2r6PWzD6Diw+F380TBg1hKQDfg lumZvhh7zZIBQ== Received: from php-smtp4.php.net (localhost [127.0.0.1]) by php-smtp4.php.net (Postfix) with ESMTP id 211DA180057 for ; Mon, 30 Mar 2026 14:40:40 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 4.0.1 (2024-03-25) 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.1 X-Spam-Virus: No X-Envelope-From: Received: from supercat.cmpct.info (supercat.cmpct.info [71.19.146.230]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by php-smtp4.php.net (Postfix) with ESMTPS for ; Mon, 30 Mar 2026 14:40:39 +0000 (UTC) Received: from smtpclient.apple (fctnnbsc38w-142-134-101-31.dhcp-dynamic.fibreop.nb.bellaliant.net [142.134.101.31]) by supercat.cmpct.info (Postfix) with ESMTPSA id BD94442EE5 for ; Mon, 30 Mar 2026 14:40:32 +0000 (UTC) Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Precedence: list list-help: list-unsubscribe: list-post: List-Id: x-ms-reactions: disallow Mime-Version: 1.0 (Mac OS X Mail 16.0 \(3864.400.21\)) Subject: Re: [PHP-DEV] [RFC] Display Function Arguments in Errors Date: Mon, 30 Mar 2026 11:40:21 -0300 References: <939CFA28-A6FF-433F-85A0-B83345CEF4A6@cmpct.info> To: PHP internals In-Reply-To: <939CFA28-A6FF-433F-85A0-B83345CEF4A6@cmpct.info> Message-ID: <0598E8E2-F795-45E4-9177-0CA1B1808008@cmpct.info> X-Mailer: Apple Mail (2.3864.400.21) From: calvin@cmpct.info (Calvin Buckley) On Mar 11, 2026, at 12:55=E2=80=AFPM, Calvin Buckley = wrote: >=20 > Hi internals, >=20 > Based on the feedback I had from my proposal for function arguments in > errors last week, I'd like to introduce an RFC for it. Please let me > know what you think and please raise any possible issues. >=20 > https://wiki.php.net/rfc/display_error_function_args >=20 > Regards, > Calvin If I don't hear any additional feedback, I think I'll open this for voting at the end of the week.=