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('foo::bar', array('a', 'b'))
Output for 5.4.0 - 5.4.11
Parse error: syntax error, unexpected end of file in /in/Q8olg on line 11
Process exited with code 255.
Output for 5.3.0 - 5.3.21
Parse error: syntax error, unexpected $end in /in/Q8olg on line 11
Process exited with code 255.

preferences:
182.22 ms | 1395 KiB | 41 Q