<?php function my_func(string $first, int $second) { var_dump(func_get_args()); } call_user_func_array('myfunc', ['first' => '1', 'second' => 2 ])
You have javascript disabled. You will not be able to edit any code.