Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:130761 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 363981A00BC for ; Mon, 4 May 2026 07:12:34 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=php.net; s=mail; t=1777878758; bh=qSGS97GimWC56mVJEtkg8kF8exPEyCTxf3Gn53H0Vv4=; h=Date:From:To:Subject:In-Reply-To:References:From; b=W20fXiLCHsi89w89bJLt/iEoI3ddxb+Tzs/6KwX+OKakDBx8pPzjpb4ENH03uXKHC PgUK5gknSslF/Es6Nb/3rbBogkvEwiiNdbo5LwYv92BBqjNWHUGNuuMoaOS0hyOtH0 T8c2QiznDagGXhjA/fNcKiwjpKGpQ83nuFLy7Iv6X3iFZbrUyBMPm0HlKdfy8OoVoK K2XH1XhpE3fRyiDlyYj8H95ogT1LhvReyz2ImZ60/DdOsj4X9qoaTHRsVvGaCsrmgV qJhsEP+Aj3YRjIAWpCxVnk09fzcFqbYSMJnOst5ck4Dr1wLXBFqphVSBinHnuqA5O2 5auOkYzP8UA0Q== Received: from php-smtp4.php.net (localhost [127.0.0.1]) by php-smtp4.php.net (Postfix) with ESMTP id A738218004C for ; Mon, 4 May 2026 07:12:37 +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, 4 May 2026 07:12:37 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bastelstu.be; s=mail20171119; t=1777878750; bh=Hd6ar7sIyA9r1u1WS6xaJ6v/WbIpwC+/6u8jwcAvUWo=; h=MIME-Version:Date:From:To:Subject:In-Reply-To:References: Message-ID:Content-Type:from:to:cc:subject:message-id; b=fN4wgmTjkBWyW6JknQIDw0eH0LtCL9XwX5SzqpjcnZ8jaw3QFB6EZqr1/11pyLda5 ZUuLq5n8OetLXgiGYdmTomLLO7IC6WWsL87K1FfY6F/AHKXui3BUY+bfhtDUWLKMmM kDyCZp4madek1q+M2luNi8hn/J5ElFCBzc6sChlRSjbdOvD7qg1u7xyqy2bzl523Qc 8YNrElHgWZXy3rSJSwnSVuwmuJ3emX0mgSX7Kic0BBM1bPstru5qTG+16APLIdo+9Z cwnRAq0SjjrIg0NOU0vxlmNViPal2MtLh1/Xhn0l4x2AYkEExBQK6EABYh8Zr2KCDv Lne8M6Y/peGAg== Precedence: list list-help: list-unsubscribe: list-post: List-Id: x-ms-reactions: disallow MIME-Version: 1.0 Date: Mon, 04 May 2026 09:12:30 +0200 To: php internals Subject: Re: [PHP-DEV] [RFC] Partial Function Application: Handling of Optional Parameters In-Reply-To: <2cc2c10757984ec617b72cb3f766d04d@bastelstu.be> References: <2cc2c10757984ec617b72cb3f766d04d@bastelstu.be> 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-04-21 19:52, schrieb Tim Düsterhus: > Please find all details in the RFC at: > https://wiki.php.net/rfc/partial_function_application_optional_placeholder > > Unless significant discussion happens, I expect the RFC to go to vote > in 2 weeks, so that it can be incorporated in the PFA implementation > right away. Tomorrow very exciting two weeks of discussion will have passed. I plan to open voting later this week. Best regards Tim Düsterhus