3v4l.org

run code in 300+ PHP versions simultaneously
<?php class test { function do() { echo 'ok'; } } $x = new test->do();
Output for 5.4.0 - 5.4.12
Parse error: syntax error, unexpected 'do' (T_DO), expecting identifier (T_STRING) in /in/c03Ti on line 5
Process exited with code 255.
Output for 5.3.0 - 5.3.22
Parse error: syntax error, unexpected T_DO, expecting T_STRING in /in/c03Ti on line 5
Process exited with code 255.

preferences:
171.88 ms | 1395 KiB | 43 Q