<?php function execute(...$data) { var_dump($data); } execute(0, 1, 2); $array = [0, 1, 2]; execute(...$array);
You have javascript disabled. You will not be able to edit any code.