Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:130374 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 7336A1A00BC for ; Mon, 16 Mar 2026 19:44:29 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=php.net; s=mail; t=1773690274; bh=ydnBYCpA2SA0YrdAJEtxg1ZIBpU+bIlqrELaCGda388=; h=Date:Subject:To:Cc:References:From:In-Reply-To:From; b=RYOPekl2DqgmJc7tp+PIsC6YgbWZStWL8VgUx/n1k6E5UY0hHY2f4lfE6dzYRebNv xa7bABfHycujsnfUj78TnfQQeWYe/WljSTUVsxy22PHCu36IBpfNXOfv/p2ShQAsLY WJ9frtjEQauHPNZ5oSVkmkD5yvNDdZPHrvGIhY2XgT6dA9doFz3ntfmwDbbDmfpUqQ O88qs8tBL1S7zj6OcuYounzpuDkGu9ZGhJo5oQd4GcW3WDNTMR92yPTr0RCuTCUPMW ZedvPOmkJGMOsTKjS0U0omkg9NZaHTswMG9VcjeNDr/k8QflHE4BnHfRaG02KqjBqF zs363MUY1sXwA== Received: from php-smtp4.php.net (localhost [127.0.0.1]) by php-smtp4.php.net (Postfix) with ESMTP id F30EA180078 for ; Mon, 16 Mar 2026 19:44:32 +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.2 required=5.0 tests=BAYES_40,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,DMARC_PASS,SPF_HELO_NONE, SPF_PASS autolearn=no autolearn_force=no version=4.0.1 X-Spam-Virus: No X-Envelope-From: Received: from chrono.xqk7.com (chrono.xqk7.com [176.9.45.72]) (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, 16 Mar 2026 19:44:32 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bastelstu.be; s=mail20171119; t=1773690265; bh=iV4W5WziwWGHY7lKUBUKqQIGtWxe0JKtqBjKei8SE08=; h=Message-ID:Date:MIME-Version:Subject:To:Cc:References:From: In-Reply-To:Content-Type:from:to:cc:subject:message-id; b=fHsQpYD2IU+sTsZqvFLiyHDNByu/RqNkmwutoinmPst6Avt75161ARJzipPLzsj8k U6R5YfXpZw2xpi37xkVWbOrc2zmlnSGoYBdlpPp/8eRvR2FoWFTw3NLOiPysmrQmMC zGWgXa3em5oLsuVc72rRHWn8rcRKWgT9fD5UwgywcdCZ3hfGmqA6LlQGrnGYScA8lF 6xoI6ZTliIjZWJwwkpy+TNifapA4nvyGA9TGqN0wkluO4JABsmprrrCuc7uuN2XXAJ EjetC+d2vD3fFmg+lKUefhkRHML0UKVwajCzi6FgpMf3/McsMATt2IsSxqZ4up1tuK E4ajxmbybVJsw== Message-ID: Date: Mon, 16 Mar 2026 20:44:23 +0100 Precedence: list list-help: list-unsubscribe: list-post: List-Id: x-ms-reactions: disallow MIME-Version: 1.0 Subject: Re: [PHP-DEV] [RFC] Display Function Arguments in Errors To: Calvin Buckley , Larry Garfield Cc: php internals References: <939CFA28-A6FF-433F-85A0-B83345CEF4A6@cmpct.info> <6c498ed3-3cb0-47a5-a64e-4ad202eba141@bastelstu.be> <6EE06F93-E9F2-455E-B530-B2BF6FB4B648@cmpct.info> <3236a343-82c8-4245-861a-01a768aa9c7b@app.fastmail.com> <6B4E67DB-471C-4A93-AF5C-3E4C386D22B1@cmpct.info> Content-Language: en-US In-Reply-To: <6B4E67DB-471C-4A93-AF5C-3E4C386D22B1@cmpct.info> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit From: tim@bastelstu.be (=?UTF-8?Q?Tim_D=C3=BCsterhus?=) Hi On 3/16/26 20:04, Calvin Buckley wrote: > Sorry for the late response, I've added tiebreakers to the vote section. Thank you, that looks good to me. With the latest changes for the tie-breakers and the impact section I don't have any other comment. Naming of the INI (i.e. my suggestion for "error_ignore_args") still is open. Does anyone except me have opinion there? Best regards Tim Düsterhus