Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:114918 Return-Path: Delivered-To: mailing list internals@lists.php.net Received: (qmail 19589 invoked from network); 17 Jun 2021 07:44:58 -0000 Received: from unknown (HELO php-smtp4.php.net) (45.112.84.5) by pb1.pair.com with SMTP; 17 Jun 2021 07:44:58 -0000 Received: from php-smtp4.php.net (localhost [127.0.0.1]) by php-smtp4.php.net (Postfix) with ESMTP id 8DEC71804D1 for ; Thu, 17 Jun 2021 01:01:54 -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.1 required=5.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,SPF_HELO_NONE,SPF_PASS autolearn=no autolearn_force=no version=3.4.2 X-Spam-Virus: No X-Envelope-From: Received: from smtp-in.fusiondirectory.org (smtp-in.geekview.be [195.154.20.156]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-256) server-signature RSA-PSS (4096 bits)) (No client certificate requested) by php-smtp4.php.net (Postfix) with ESMTPS for ; Thu, 17 Jun 2021 01:01:54 -0700 (PDT) Received: from smtp-in.fusiondirectory.org (localhost.localdomain [127.0.0.1]) by smtp-in.fusiondirectory.org (Proxmox) with ESMTP id 70BA91013B2 for ; Thu, 17 Jun 2021 10:01:53 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= fusiondirectory.org; h=cc:content-transfer-encoding:content-type :content-type:date:from:from:in-reply-to:message-id:mime-version :references:reply-to:subject:subject:to:to; s=fusiondirectory; bh=Nl0cu0uTmIMSutb5EPHRkD1rti4Vbp2Dblla1/PtP2k=; b=M+2uGHaSFCbK d25vMvwi9gXoGslFy2hiU3VoEYpHtrtclVzk6/Wed9XyygvRFdaP1NzbvtjugqEa v6hXxeM880sY7NiEVbrH5qNaxc5agf2/oWz+Xbfuj1pigFXCkS75lRYuHSKJjyAV lTjw3IbHMhC4jgdGXJmvCwiDCp3SkVCVrp+1mTLqYlkuTTHtiRt3vgPhgAN0vCse AKbZSfw5QRnOVKTI+tJ9HVK9KS6ocKEODJxkzDoTr26AZ1/pnbozOK1BybXIwTQG wHd91Yj1kFhF3Bx96AbHURreG9LmRQ68gCXfIJc3GbwtT5PBRD+KO6ORKS2KnLon Qs67tDn3TQ== Received: from smtp.fusiondirectory.org (smtp.geekview.be [195.154.20.141]) by smtp-in.fusiondirectory.org (Proxmox) with ESMTP id 525FD10076F for ; Thu, 17 Jun 2021 10:01:53 +0200 (CEST) Received: from mcmic-probook.opensides.be (63.120.199.77.rev.sfr.net [77.199.120.63]) by smtp.fusiondirectory.org (Postfix) with ESMTPSA id 1C99D25CB72 for ; Thu, 17 Jun 2021 10:01:53 +0200 (CEST) Date: Thu, 17 Jun 2021 10:01:52 +0200 To: internals@lists.php.net Message-ID: <20210617100152.166bfed6@mcmic-probook.opensides.be> In-Reply-To: <222b3921-3d9b-47f9-8d13-e6a123f36fad@www.fastmail.com> References: <222b3921-3d9b-47f9-8d13-e6a123f36fad@www.fastmail.com> Organization: FusionDirectory X-Mailer: Claws Mail 3.17.3 (GTK+ 2.24.32; x86_64-pc-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: Re: [PHP-DEV] [Vote] Partial Function Application From: come.chilliet@fusiondirectory.org (=?UTF-8?B?Q8O0bWU=?= Chilliet) Le Wed, 16 Jun 2021 11:16:28 -0500, "Larry Garfield" a =C3=A9crit : > Hi folks. The vote for the Partial Function Application RFC is now open,= and > will run until 30 June. >=20 > https://wiki.php.net/rfc/partial_function_application =46rom the RFC: > The ? character was chosen for the placeholder largely because it was > unambiguous and easy to implement. Prior, similar RFCs (such as the origi= nal > Pipe Operator proposal from several years ago) used the $$ (lovingly call= ed > T_BLING) sigil instead. So far no compelling argument has been provided f= or > changing the character, so the RFC is sticking with ?.=20 The main argument for $$ is to be able to have partial methods with $$->, t= his should be stated in this paragraph. C=C3=B4me