Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:130262 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 2C7521A00BC for ; Fri, 6 Mar 2026 09:43:40 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=php.net; s=mail; t=1772790224; bh=UaJ8K9XDg3KOCQ8cLE8rD+bwQaySnQCwJOlsY1RaK2Y=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=AVKUVaLPKDrwodG3szpjuN3tMlIsd1RoDr+9dGKF/cm+xeWE4tcDJ7MpBM8NmXtQX 6v9lTE39Y5C7c0f24bcb9mZQk+mn3VHD5Qf31WzJizMJpq7HXMEK1KoYHQ3fopNu1L iIY46tF3rxuQ8zKjv7zopQ0EtYpdzrBIFL7RR1uGvXDDLxd5+idk8vjLyA+m0QMAPK gd77PZUNmtMKUYlvYsxyHfQBcwmrOQ1idJI6390fd9axw088B1yPMUOH/Ud5JSBB72 9URVhZgesmbWtl0CYzLOqnRGHzMFNK5lVGNxzv+NUuUm9GdAtz85o/AFZLcI1QCBvd mnPvZxo++7psw== Received: from php-smtp4.php.net (localhost [127.0.0.1]) by php-smtp4.php.net (Postfix) with ESMTP id E1A2B180078 for ; Fri, 6 Mar 2026 09:43:43 +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 ; Fri, 6 Mar 2026 09:43:43 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bastelstu.be; s=mail20171119; t=1772790216; bh=UaJ8K9XDg3KOCQ8cLE8rD+bwQaySnQCwJOlsY1RaK2Y=; h=MIME-Version:Date:From:To:Cc:Subject:In-Reply-To:References: Message-ID:Content-Type:from:to:cc:subject:message-id; b=HR/35WH4nTPUknHjJImTWzIPUdVqSTgXD3mUpO31/KrS3FPKAY9OZDd8x9I3p/XxX YiokCORZNJYcBeG6gVRQlVUwMQnpJ8HQHsuusB/ttD/CkayboTwDHNSgWdqdIS1nmt AHJAFcdmY92B0kFNOg+ALz8ppdah4jIwsVZYyKcXl4TZ1Fa8P0XAJtZwweSHYTZUAo wjAVMDOo1ukACKfKwMI21nYUTnfEM6gLVjK35ZaxjUX/7Uc1RLQXrcd2ZbHmyeNG6A ZacPwpVkjyMqPY42PgiEHlE1VRZISSHSlXSygsh01HnW/bJ+apaOzs5LBf0IfZFWKJ yrxIbg2+uz3lg== Precedence: list list-help: list-unsubscribe: list-post: List-Id: x-ms-reactions: disallow MIME-Version: 1.0 Date: Fri, 06 Mar 2026 10:43:36 +0100 To: Calvin Buckley Cc: PHP internals Subject: Re: [PHP-DEV] Displaying function arguments in errors In-Reply-To: <48497C73-5009-4ABC-A83A-702EFD4FAB7F@cmpct.info> References: <48497C73-5009-4ABC-A83A-702EFD4FAB7F@cmpct.info> Message-ID: <796da5a318682c7e9d203842e1213b3d@bastelstu.be> 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-04 20:24, schrieb Calvin Buckley: > Because this may not always be desirable (i.e. log size, logging PII > that wasn't tagged as sensitive, not having to rewrite every .phpt > file), this will be an INI option. We can vote on what should be the > defaults, and what should be done with tests. Note that the docref's > parameter will be displayed if it's turned off (or i.e. out of memory). That makes sense to me. > I think this will almost certainly need an RFC; if there's interest, > I'll start working on that. I'm interested. Best regards Tim Düsterhus