<?php function test(string $test): void { print_r(func_get_args()); } test('a', 'b', new stdClass);
You have javascript disabled. You will not be able to edit any code.