Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:130290 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 A114B1A00BC for ; Wed, 11 Mar 2026 15:55:33 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=php.net; s=mail; t=1773244538; bh=TvhnnsvEGCYQls5OtlOpTWZnVwZTjX+HGv/KrbYYbcs=; h=From:Subject:Date:To:From; b=mn6PEvs6PxYlgXO/Ipw4YIAhxXbFX10Kw/MI6SmPJGkp+Bp+ij/GrsTQtq/ueArIE 1NoXZXAREEQ7de2mTd/UKbVYcFSzD6nws3GKQ763eK0YIt2QIhuKXz11nAS36ErKFV 5F16smh/0PMUsdRGtwub17zcxvcD2OnvNpgC784OGM+viBelRf2sBpBY3cRy8YIPYs BujFiSgFtaDaNHq+8wadsC/3VZLLN2w2eyJSjeChH631ox2AIJ/ADGIsD+OFKmGqsT yrp4vTPNe35Jbcs+b4THTXooa5i4MuBhXRrfamsnYCh27Hn7yFlpGKmBjSGmgOngX7 FL2sHRuT2FahA== Received: from php-smtp4.php.net (localhost [127.0.0.1]) by php-smtp4.php.net (Postfix) with ESMTP id 7DDB4180061 for ; Wed, 11 Mar 2026 15:55:37 +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 ; Wed, 11 Mar 2026 15:55:37 +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 64CF3427A6 for ; Wed, 11 Mar 2026 15:55:30 +0000 (UTC) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit 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: [PHP-DEV] [RFC] Display Function Arguments in Errors Message-ID: <939CFA28-A6FF-433F-85A0-B83345CEF4A6@cmpct.info> Date: Wed, 11 Mar 2026 12:55:18 -0300 To: PHP internals X-Mailer: Apple Mail (2.3864.400.21) From: calvin@cmpct.info (Calvin Buckley) Hi internals, 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. https://wiki.php.net/rfc/display_error_function_args Regards, Calvin