Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:114907 Return-Path: Delivered-To: mailing list internals@lists.php.net Received: (qmail 33837 invoked from network); 16 Jun 2021 16:00:41 -0000 Received: from unknown (HELO php-smtp4.php.net) (45.112.84.5) by pb1.pair.com with SMTP; 16 Jun 2021 16:00:41 -0000 Received: from php-smtp4.php.net (localhost [127.0.0.1]) by php-smtp4.php.net (Postfix) with ESMTP id A2B541804CC for ; Wed, 16 Jun 2021 09:17:28 -0700 (PDT) X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on php-smtp4.php.net X-Spam-Level: X-Spam-Status: No, score=-2.6 required=5.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,RCVD_IN_DNSWL_LOW,RCVD_IN_MSPIKE_H4,RCVD_IN_MSPIKE_WL, SPF_HELO_PASS,SPF_NONE autolearn=no autolearn_force=no version=3.4.2 X-Spam-Virus: No X-Envelope-From: Received: from out3-smtp.messagingengine.com (out3-smtp.messagingengine.com [66.111.4.27]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-256) server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by php-smtp4.php.net (Postfix) with ESMTPS for ; Wed, 16 Jun 2021 09:17:28 -0700 (PDT) Received: from compute3.internal (compute3.nyi.internal [10.202.2.43]) by mailout.nyi.internal (Postfix) with ESMTP id 6D29E5C00E3 for ; Wed, 16 Jun 2021 12:17:27 -0400 (EDT) Received: from imap8 ([10.202.2.58]) by compute3.internal (MEProxy); Wed, 16 Jun 2021 12:17:27 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=content-type:date:from:message-id :mime-version:subject:to:x-me-proxy:x-me-proxy:x-me-sender :x-me-sender:x-sasl-enc; s=fm3; bh=WsVQKbjL2ra+65T8M204E7x9oqbkN rlzmXuZypgLpMc=; b=RMyZEb/4D2ByXH11210ohlK5P15qkcbSOdoTgRfHFFLey QNWtmRQvJSQw+TRDIYbVZCi4T5SC6sJBEi2S5pPyeIJIA7rNKhLxv2vB3Qqm+eTl lkG0ENt37BpSdlU9tAJ3KQclIjZ20h6LIPMn6KfNfWdbMLEPRqw/j1DSoEdBV9Sx mGnwfSS8SX7DgrlZzyw9jk5ldoJ13WGaa5300RJs4LUfDSlJEJxTp2ro8iUuhJM/ UVeNBdhq8y4cYVqGMxty8bqenIFCk75V1Frrdyx9tsx9BvNckBy6BRQLdmfymP/p smyXurXkPcAMZD/uAO0TVKXt1bViKylKsrvsM+9jA== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgeduledrfedvledgleejucetufdoteggodetrfdotf fvucfrrhhofhhilhgvmecuhfgrshhtofgrihhlpdfqfgfvpdfurfetoffkrfgpnffqhgen uceurghilhhouhhtmecufedttdenucesvcftvggtihhpihgvnhhtshculddquddttddmne cujfgurhepofgfggfkfffhvffutgesthdtredtreertdenucfhrhhomhepfdfnrghrrhih ucfirghrfhhivghlugdfuceolhgrrhhrhiesghgrrhhfihgvlhguthgvtghhrdgtohhmqe enucggtffrrghtthgvrhhnpeegheffiefhtdekfeevffeuieeihfejudfhuefhtdetleel hfdvjeetkefggfeuieenucffohhmrghinhepphhhphdrnhgvthenucevlhhushhtvghruf hiiigvpedtnecurfgrrhgrmhepmhgrihhlfhhrohhmpehlrghrrhihsehgrghrfhhivghl ughtvggthhdrtghomh X-ME-Proxy: Received: by mailuser.nyi.internal (Postfix, from userid 501) id 124B73A040C; Wed, 16 Jun 2021 12:17:27 -0400 (EDT) X-Mailer: MessagingEngine.com Webmail Interface User-Agent: Cyrus-JMAP/3.5.0-alpha0-526-gf020ecf851-fm-20210616.001-gf020ecf8 Mime-Version: 1.0 Message-ID: <222b3921-3d9b-47f9-8d13-e6a123f36fad@www.fastmail.com> Date: Wed, 16 Jun 2021 11:16:28 -0500 To: "php internals" Content-Type: text/plain Subject: [Vote] Partial Function Application From: larry@garfieldtech.com ("Larry Garfield") Hi folks. The vote for the Partial Function Application RFC is now open, and will run until 30 June. https://wiki.php.net/rfc/partial_function_application Of particular note, a few people had asked about using ...? instead of ... for the variadic placeholder. In the end we decided not to explore that, as Nikita explained off-list it was actually more confusing, not less, as it would suggest "placeholder for a variadic" rather than "a placeholder that is variadic." Otherwise, it's just more typing. The syntax choices section of the RFC has been updated accordingly. -- Larry Garfield larry@garfieldtech.com