Nicolas Grekas Tue, 31 Jan 2017 04:07:26 -0800
Or just drop any "fn" or "function" keyword, eg ($x, $y) => foo($x, $y);
array_map(($x) => $x + 1); ?