Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:130783 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 17B001A00BC for ; Wed, 6 May 2026 12:53:02 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=php.net; s=mail; t=1778071986; bh=n/gz52ST1l1EV4m+tXqImtj9oZgYZL8fN/8ybHUtong=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=REANKAjcJqL2G+ZkMXetuhc8elAkfb5IOF8mYUKLA3R3fo7oOoUyv2rqvlzLC7hHZ wqBllVXFSJunf/gaVUSLzJzz4bOnbkZzdSAg4NlrPXVuhee+GdECI4Kr7wK9VW6D4P kbtEM6jvtKAdcNrnnkB238lzUHzPd3+oOlnS+wxvIAVU/TQk2m/3/mIh/sllLU5N4y Lq6XRDk/K8TNd3n+ZTa7ypv/iAfYtZM3MdJfznWtVSR4BZh1SsdQcvIkg4IcMtN1Zt 1BVUZ00yB+L2Bf3q+kPuh4tiZhjiBHjwbijmx3v8ITL8s3uGfRlrqz66CFkDjjjZAx n2+32ol6gjoeQ== Received: from php-smtp4.php.net (localhost [127.0.0.1]) by php-smtp4.php.net (Postfix) with ESMTP id 428621805F5 for ; Wed, 6 May 2026 12:53:05 +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 ; Wed, 6 May 2026 12:53:02 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bastelstu.be; s=mail20171119; t=1778071976; bh=fn8KCwYuxTyqDcjyPI0jVJ1mR7b4mPM+kBOKtLkcvh4=; h=MIME-Version:Date:From:To:Cc:Subject:In-Reply-To:References: Message-ID:Content-Type:from:to:cc:subject:message-id; b=Q1nfvYsLYqrgyZJ05D+fybyT7yk+riJQEsNZtf5F34VV8w7km0r0eQv6mPpsG85eS 3iEbZ2yImtYtjO7MF0aEh+ETlXnQxvyHC1lIOkmuSSS3yqT36JqGQeOEGGZPA1g5Pm 6VhI1HyREl/8VAHTKsIbrU9WkeIzNsTfUBwuzzZcbHRq1+0gdxGnLTHCjPTZaRx7IP 4I5rQ+yG2izWj7s1ENcaosDarZq7gOaNHPneVu9f6gXVAmeb6JpHodMzdIoOLyHWJy 20C6QQzZ09X5PxvQzuW+wNkefwMiOSnBGD89LGy47Dq5yBh1IjskgFIimL+r32CvfS Nb+LYwyfriCAg== Precedence: list list-help: list-unsubscribe: list-post: List-Id: x-ms-reactions: disallow MIME-Version: 1.0 Date: Wed, 06 May 2026 14:52:55 +0200 To: Kalle Sommer Nielsen Cc: php internals Subject: Re: [PHP-DEV] [VOTE] Partial Function Application: Handling of Optional Parameters In-Reply-To: References: <774984155c1e3c46caa11b0600109806@bastelstu.be> Message-ID: <09d762f51549840a6280b5c32871279e@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-05-06 14:44, schrieb Kalle Sommer Nielsen: > I don't see any links to the patch and a lot of the RFC is just > placeholder text, is there one? If so could it be attached to the RFC The RFC is a follow-up to an unmerged RFC, thus there is no dedicated implementation for this RFC. It will happen as part of the PFA implementation, which is here: https://github.com/php/php-src/pull/20848. As far as I can tell the changes required for this follow-up are “delete some of the code” (i.e. the implementation should add fewer lines than originally proposed). Best regards Tim Düsterhus