Hi Am 30.10.25 um 8:53 PM schrieb Volker Dusch:
``` function 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.
That is what I would expect, too. Kind regards Dennis
Hi Am 30.10.25 um 8:53 PM schrieb Volker Dusch:
``` function 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.
That is what I would expect, too. Kind regards Dennis