<?php function foo(...$args) { var_dump($args); } foo(...[1, 2, 3], 4, 5, ...[6, 7]);;
You have javascript disabled. You will not be able to edit any code.