search

Home  >  Q&A  >  body text

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 error is reported, I don’t know what the problem is.

} catch (\Throwable $th) {

echo $th->getMessage();

}

Parse error: syntax error, unexpected ':', expecting ')' in D:\phpstudy_pro\WWW\yhj.php on line 52

袁生袁生1663 days ago3381

reply all(3)I'll reply

  • 林夕丶

    林夕丶2020-06-15 16:58:17

    What did you write? It’s all wrong

    reply
    0
  • 月亮

    月亮2020-06-09 15:17:00

    ...nums

    What is this

    reply
    0
  • 袁生

    Yes, delete this and it will be fine, thank you.

    袁生 · 2020-06-09 15:19:38
  • Cancelreply