3v4l.org

run code in 300+ PHP versions simultaneously
<?php class MyClass { function test() { echo 'test'; } } $class='MyClass'; new $class()->test();
Output for 5.4.0 - 5.4.17
Parse error: syntax error, unexpected '->' (T_OBJECT_OPERATOR) in /in/uVTQN on line 8
Process exited with code 255.
Output for 5.3.0 - 5.3.27
Parse error: syntax error, unexpected T_OBJECT_OPERATOR in /in/uVTQN on line 8
Process exited with code 255.

preferences:
169.63 ms | 1386 KiB | 53 Q