<?php function variadic(...$args) { var_dump($args); } variadic(... [1=>'one']);
You have javascript disabled. You will not be able to edit any code.