3v4l.org

run code in 300+ PHP versions simultaneously
<?php function testing_this_service($hello) { echo 'boom'; $hello->'moto'; } echo testing_this_service();
Output for 5.4.0 - 5.4.20
Parse error: syntax error, unexpected ''moto'' (T_CONSTANT_ENCAPSED_STRING), expecting identifier (T_STRING) or variable (T_VARIABLE) or '{' or '$' in /in/V0qXs on line 5
Process exited with code 255.
Output for 5.3.0 - 5.3.27
Parse error: syntax error, unexpected T_CONSTANT_ENCAPSED_STRING, expecting T_STRING or T_VARIABLE or '{' or '$' in /in/V0qXs on line 5
Process exited with code 255.

preferences:
177.69 ms | 1395 KiB | 56 Q