Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:130537 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 366261A00CF for ; Thu, 2 Apr 2026 18:40:14 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=php.net; s=mail; t=1775155218; bh=o9wD6nFoyyhq7d46z9orGnlskt2HjCuelJ/N6Yg7wfc=; h=From:Subject:Date:References:To:In-Reply-To:From; b=L9M8gZm6yC0n1njNJkJgaonRYyMn5Txo+XwBnERvPA1mWm3POtjWEPp1XX5XOWp2g J7bsu+VhMwYgsjb0bcUzqvrHU20kPl37EIxfXSRvJbWibMBWZrSG7fj/FowtdDWwxq hvgG90ZX6rvuAXFw8IDuCGUTBXHWfiPp0YNxL89uqL/UTXp2u1u/5ecSh9pnd+/9c5 u7B4CD9WmXKPi1r/nrmmIDKtPQJ/pkJLUzA2t5f/DwXxg5RM/OTMwCyZlWkFYGlE8m DG5UU5IvqOke6ntAco/EwG6EHAQWmbtKcxI6VvNT+lueta7Hv0p8pJEv5+UuDmBdXz 488nHMUh4KUVA== Received: from php-smtp4.php.net (localhost [127.0.0.1]) by php-smtp4.php.net (Postfix) with ESMTP id EE3521801E8 for ; Thu, 2 Apr 2026 18:40:16 +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)) (No client certificate requested) by php-smtp4.php.net (Postfix) with ESMTPS for ; Thu, 2 Apr 2026 18:40:14 +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 520C442FEA for ; Thu, 02 Apr 2026 18:40:08 +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.500.181\)) Subject: Re: [PHP-DEV] [RFC] Display Function Arguments in Errors Date: Thu, 2 Apr 2026 15:39:57 -0300 References: <939CFA28-A6FF-433F-85A0-B83345CEF4A6@cmpct.info> <0598E8E2-F795-45E4-9177-0CA1B1808008@cmpct.info> To: PHP internals In-Reply-To: <0598E8E2-F795-45E4-9177-0CA1B1808008@cmpct.info> Message-ID: X-Mailer: Apple Mail (2.3864.500.181) From: calvin@cmpct.info (Calvin Buckley) On Mar 30, 2026, at 11:40=E2=80=AFAM, Calvin Buckley = wrote: >=20 > 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 >=20 > If I don't hear any additional feedback, I think I'll open this for > voting at the end of the week. I've changed the name again to try to address everyone's concerns; because of this, I'll delay the voting by a week, especially since it's a holiday on when I had originally intended to do so anyways. Feedback would be appreciated.=