3v4l.org

run code in 300+ PHP versions simultaneously
<?php class test { function test($text) { //$text = "Copy"; return $text; } } $class = new test(); $t echo $class->test("Hello World");
Output for 5.4.0 - 5.4.9
Parse error: syntax error, unexpected 'echo' (T_ECHO) in /in/m43kv on line 12
Process exited with code 255.
Output for 5.3.0 - 5.3.19
Parse error: syntax error, unexpected T_ECHO in /in/m43kv on line 12
Process exited with code 255.

preferences:
168.44 ms | 1386 KiB | 37 Q