3v4l.org

run code in 300+ PHP versions simultaneously
<?php class test { public static function helloworld($a, $b){ print_r(func_get_args()); } } $response = call_user_func_array(array('test', 'helloworld'), array(1, 2)); echo PHP_VERSION;

preferences:
59.65 ms | 402 KiB | 5 Q