<?php function f(string ...$a) {return print_r($a, true);} echo f(1, 2, 3);
You have javascript disabled. You will not be able to edit any code.