3v4l.org

run code in 300+ PHP versions simultaneously
<?php class foo {public static function bar() {echo "x";}) $foo = array('foo', 'bar'); foo::bar(); call_user_func($foo); $foo();
Output for 5.4.18
Parse error: syntax error, unexpected ')', expecting function (T_FUNCTION) in /in/ZjKWO on line 3
Process exited with code 255.
Output for 5.4.0 - 5.4.17
Parse error: syntax error, unexpected ')', expecting function (T_FUNCTION) in /in/A5mko on line 3
Process exited with code 255.
Output for 5.3.0 - 5.3.27
Parse error: syntax error, unexpected ')', expecting T_FUNCTION in /in/A5mko on line 3
Process exited with code 255.

preferences:
185.6 ms | 1399 KiB | 54 Q