Grammar errors for beginners: syntax error, unexpected ':', expecting '
function sum(int ...$nums){ return array_sum($nums);}try { echo sum(...nums:1,2,3,5); //This sentence reports an error, I don’t know what the problem is. } catch (\Throwable $th) { echo $th->getMessage();}
2020-06-09 09:24:47Ask
PHP




0
3626
3