3v4l.org

run code in 300+ PHP versions simultaneously
<?php $t=5; $y= "classes"; echo "I am taking " . $t $y; ?> </body> </html>
Output for 5.4.0 - 5.4.28
Parse error: syntax error, unexpected '$y' (T_VARIABLE), expecting ',' or ';' in /in/YWQUT on line 5
Process exited with code 255.
Output for 5.3.0 - 5.3.28
Parse error: syntax error, unexpected T_VARIABLE, expecting ',' or ';' in /in/YWQUT on line 5
Process exited with code 255.

preferences:
184.49 ms | 1395 KiB | 65 Q