3v4l.org

run code in 300+ PHP versions simultaneously
<?php namespace { function test($a, $b, $c) { var_dump(call_user_func('func_num_args')); } test(1, 2, 3); } namespace Foo { function test($a, $b, $c) { var_dump(call_user_func('func_num_args')); } test(1, 2, 3); }

preferences:
25.24 ms | 402 KiB | 5 Q