Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:115206 Return-Path: Delivered-To: mailing list internals@lists.php.net Received: (qmail 90419 invoked from network); 29 Jun 2021 08:44:14 -0000 Received: from unknown (HELO php-smtp4.php.net) (45.112.84.5) by pb1.pair.com with SMTP; 29 Jun 2021 08:44:14 -0000 Received: from php-smtp4.php.net (localhost [127.0.0.1]) by php-smtp4.php.net (Postfix) with ESMTP id 7917318053B for ; Tue, 29 Jun 2021 02:04:11 -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) server-digest SHA256) (No client certificate requested) by php-smtp4.php.net (Postfix) with ESMTPS for ; Tue, 29 Jun 2021 02:04:10 -0700 (PDT) Received: from smtp-in.fusiondirectory.org (localhost.localdomain [127.0.0.1]) by smtp-in.fusiondirectory.org (Proxmox) with ESMTP id 97165101475 for ; Tue, 29 Jun 2021 11:04:08 +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=/NVV6mLyKBn7pN7Efe11bwFe3fMcqfVglErH584hWZY=; b=tKqR7hxRcE/h SB+n0e02dZ14l4JmizILpQ47uBC3+1Iw4UmjWYkml59Wvj6NGMAsVHIoKKBc21z9 yfKxnsvfEjyXPU6nOTwr2hi45vRAUPICoTkO2Gxb5vuTfsbzuXQZTZ3fTXQN0jKo 05EOnVVXYXXO7DS7/cxGISSKY6IDBPfHd4KNn+EK+OINwfopcEB+YARHI7F69ZFn IRwV5jxc2uFNz0gpUWlY8OVdK6+tEZTiRu/FoVLjjQB4fB4UViiPi2cNYnQlER/e 4jm1A6PyUhIyB+oxvW/wGrxMHdLMy5tuCGIDBYPMomXrpgATan8aMapl+AdyKAfx TG+P8cTphA== Received: from smtp.fusiondirectory.org (smtp.geekview.be [195.154.20.141]) by smtp-in.fusiondirectory.org (Proxmox) with ESMTP id 6D85E1006FF for ; Tue, 29 Jun 2021 11:04:08 +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 482FD25CB72 for ; Tue, 29 Jun 2021 11:04:08 +0200 (CEST) Date: Tue, 29 Jun 2021 11:04:07 +0200 To: internals@lists.php.net Message-ID: <20210629110407.7b390147@mcmic-probook.opensides.be> In-Reply-To: <39d4b486-a373-4233-81f6-649567f93c57@www.fastmail.com> References: <222b3921-3d9b-47f9-8d13-e6a123f36fad@www.fastmail.com> <20210617100152.166bfed6@mcmic-probook.opensides.be> <39d4b486-a373-4233-81f6-649567f93c57@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 Thu, 17 Jun 2021 08:30:43 -0500, "Larry Garfield" a =C3=A9crit : > > > The ? character was chosen for the placeholder largely because it was > > > unambiguous and easy to implement. Prior, similar RFCs (such as the > > > original Pipe Operator proposal from several years ago) used the $$ > > > (lovingly called T_BLING) sigil instead. So far no compelling argument > > > has been provided for changing the character, so the RFC is sticking > > > with ?. =20 > >=20 > > The main argument for $$ is to be able to have partial methods with $$-= >, > > this should be stated in this paragraph. =20 >=20 > That's not something that was ever brought up in the discussion. Finally found where I read that, it=E2=80=99s in an other RFC: https://wiki.php.net/rfc/first_class_callable_syntax#partial_function_appli= cation C=C3=B4me