3v4l.org

run code in 300+ PHP versions simultaneously
<?php class blah { public functon blah() { echo 'blah'; } } echo $blah->blah(null);
Output for 5.4.0 - 5.4.28
Parse error: syntax error, unexpected 'functon' (T_STRING), expecting variable (T_VARIABLE) in /in/QB35s on line 4
Process exited with code 255.
Output for 5.3.0 - 5.3.28
Parse error: syntax error, unexpected T_STRING, expecting T_VARIABLE in /in/QB35s on line 4
Process exited with code 255.

preferences:
214.63 ms | 1399 KiB | 65 Q