<?php function test2(...$a) { var_dump($a); } test2(a: 42);
You have javascript disabled. You will not be able to edit any code.