Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:130519 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 4BC991A00BC for ; Tue, 31 Mar 2026 13:42:07 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=php.net; s=mail; t=1774964531; bh=pivoE9WY1h0SvDX6ItyFl0hM/E9esXzYTHSalIYhhbs=; h=Subject:From:In-Reply-To:Date:Cc:References:To:From; b=dOyT4gi5BXijDpDS3viFaJPYK+VSqV7gzUN2qOUcrwNQuQxIKw7ZqK/QcovSYQhUN C/+ByP4R4yuqD9w2gbh284SVHAusRIiXzjm8PgSh/rzN+5h6LDAkxGv9OagxhypfG/ fPwq+2qlpX/1ydeLsAhzpPzhiOtJqtXMiMo6a2wzKFMrCjYW5WPfqlN+p2ZB85UPEx xAYb9hLI8eIfOMDaw9e4D3t4CrhlsePjdY7Hdu1Cic7pYl0mZmenRRMRtYT+kJPrC0 o+mpk0jUP5Jc7LNCGLROL3yJbtMvQL2nVkCHYovHnrxFvWg61DoqUAog/v15xDRDjO qfoaMFh98PeDw== Received: from php-smtp4.php.net (localhost [127.0.0.1]) by php-smtp4.php.net (Postfix) with ESMTP id 08295180083 for ; Tue, 31 Mar 2026 13:42:11 +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 ; Tue, 31 Mar 2026 13:42:10 +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 D171642F33; Tue, 31 Mar 2026 13:42:03 +0000 (UTC) Content-Type: text/plain; charset=utf-8 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 In-Reply-To: <93e787ad4c28c84679f4830520b82c38@bastelstu.be> Date: Tue, 31 Mar 2026 10:41:51 -0300 Cc: PHP internals Content-Transfer-Encoding: quoted-printable Message-ID: References: <939CFA28-A6FF-433F-85A0-B83345CEF4A6@cmpct.info> <0598E8E2-F795-45E4-9177-0CA1B1808008@cmpct.info> <7D440981-F647-4432-B1C7-AE6FC36609F6@cmpct.info> <93e787ad4c28c84679f4830520b82c38@bastelstu.be> To: =?utf-8?Q?Tim_D=C3=BCsterhus?= X-Mailer: Apple Mail (2.3864.500.181) From: calvin@cmpct.info (Calvin Buckley) On Mar 31, 2026, at 6:04=E2=80=AFAM, Tim D=C3=BCsterhus = wrote: >=20 > Hi >=20 > Am 2026-03-30 21:00, schrieb Calvin Buckley: >> I've renamed the INI option per your suggestion. This does invert the >> semantics (matching the one for exceptions), so I took some care when >> editing. I'll update the PR accordingly soon. >=20 > I've checked the diff and noticed that you did not adjust the tie = breaker for the =E2=80=9CDefault value for error_ignore_args=E2=80=9D = vote (it still favors `1`). Was this intentional or an oversight? >=20 > Other than that the RFC looks good to me. Thank you! >=20 > Best regards > Tim D=C3=BCsterhus I've corrected this.=