3v4l.org

run code in 300+ PHP versions simultaneously
<?php class foo { public static function bar($a, $b) { var_dump(func_get_args()); } } call_user_func_array(array('foo::bar'), array('a', 'b'))
Output for 5.4.0 - 5.4.11
Parse error: syntax error, unexpected end of file in /in/hqVEW on line 11
Process exited with code 255.
Output for 5.3.0 - 5.3.21
Parse error: syntax error, unexpected $end in /in/hqVEW on line 11
Process exited with code 255.

preferences:
172.91 ms | 1386 KiB | 41 Q