<?php $fn = function (...$args) { return array_sum($args); }; var_dump($fn(1, 2, 3));
You have javascript disabled. You will not be able to edit any code.