Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:130497 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 CBBC61A00BC for ; Mon, 30 Mar 2026 15:24:36 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=php.net; s=mail; t=1774884281; bh=CLuOcvkAaFZ3G2LiSUqHlSk46y7puRq0MC0E/P/qenQ=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=A1/TVJrbnkj2+BVJYOY9d31c24tA3CtHLT461GRaaAmZ5+IF0PgwlZGnwiVrMafKQ anioLRqn4N6PqMSyogS7bdez+Qpt3Zd5EJkjdsVCgmzh4q9Qm8JmyZvfJh78LaM8rf 5l5tbSZLqQ2+AwP5wZcqTUztTJE/w2Crz4dWUrb2mSFSKRT4cKvyAA7czxRG0lUv+L FZ9ByW3jv4yymNU+A7+Gh2kzIlE3KwJna1rvvwTmcnFYU29uAtJiDI7fGhG4VbyRsj 4ZFFqPM83wmu9GmS+0uSK2M+ydVW4YBs26HSPfHuJm+gcV6vxa0w+3cDdGdqmG2gIL Aq7vRMaNLOGtw== Received: from php-smtp4.php.net (localhost [127.0.0.1]) by php-smtp4.php.net (Postfix) with ESMTP id 90F6818004C for ; Mon, 30 Mar 2026 15:24: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.6 required=5.0 tests=BAYES_50,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, 30 Mar 2026 15:24:40 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bastelstu.be; s=mail20171119; t=1774884273; bh=5PZ7/ykOx6tArx3N/1Mf2S5cXwHRuD3v4yg/OvHt3I0=; h=MIME-Version:Date:From:To:Cc:Subject:In-Reply-To:References: Message-ID:Content-Type:from:to:cc:subject:message-id; b=AyfC3TDrJr6MtR06SfFfo3dD0Qo/bOK3QPDsj8+KStwM8WslYW3C81zU0hIUoX66L CP+zRyI/QC+aU5JxAUCZ/Jcx1q1v67s9GnjyjE8XoCPPK0leirgUwUBzwn3LyTi8cr 1kvS/D9ecBSufybiRLtQHsL0wrmE1IUHUVj9uiOkPf7tjcsBMBDU+7Bp1tPrI9h0le 86UdpziiT9OXzH9pbWjJB7quKRj3MJal96uWUDLzPvFjIGyd3j4fYYZ3RSEetMioCL hpduM6kVRJ3umjAdyyHx7xbEkR6T66DBbUph9FZObx6JLd7bG0873Akd0PVsceXQsM JW8z4fTY6E5QQ== Precedence: list list-help: list-unsubscribe: list-post: List-Id: x-ms-reactions: disallow MIME-Version: 1.0 Date: Mon, 30 Mar 2026 17:24:33 +0200 To: Calvin Buckley Cc: PHP internals Subject: Re: [PHP-DEV] [RFC] Display Function Arguments in Errors In-Reply-To: <0598E8E2-F795-45E4-9177-0CA1B1808008@cmpct.info> References: <939CFA28-A6FF-433F-85A0-B83345CEF4A6@cmpct.info> <0598E8E2-F795-45E4-9177-0CA1B1808008@cmpct.info> Message-ID: 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 Am 2026-03-30 16:40, schrieb Calvin Buckley: > If I don't hear any additional feedback, I think I'll open this for > voting at the end of the week. I've looked once more into my “naming remark” and realized that the `display_` prefix might actually be misleading (instead of “just” inconsistent) when compared to `display_errors` or `display_startup_errors`, because `display_error_function_args` does not control whether the arguments are *displayed*. It also controls whether or not the arguments are visible to a registered error_handler, which is quite different from just suppressing them from public display as done by `display_errors`. My suggestion of `error_ignore_args` thus still stands and I would likely vote against the RFC with the current naming (despite being in favor of the feature itself). Best regards Tim Düsterhus