Re: [RFC] Partial Function Application v2
From: Dennis Birkholz Date: Sat, 01 Nov 2025 02:04:33 +0000 Subject: Re: [RFC] Partial Function Application v2 References: 1 2 3 4 Groups: php.internals Request: Send a blank email to internals+get-129037@lists.php.net to get a copy of this message
Hi Am 30.10.25 um 8:53 PM schrieb Volker Dusch:That is what I would expect, too. Kind regards Dennisfunction f($a, $b, $c) { echo "$a-$b-$c"; } $f = f(c: ?, b: ?, a: ?); $f(1, 2, 3);I expect this to print 3-2-1, intuitively.
Thread (54 messages)
| « previous | php.internals (#129037) | next » |
|---|