3v4l.org

run code in 300+ PHP versions simultaneously
<?php echo 'Defining a variable:'; $variable_name = 'this is a string representation of a variable';</br> echo $variable_name; echo 'this is an integer representation of a variable'; echo $variable_name = 30;?>
Output for 5.3.0 - 5.3.28, 5.4.0 - 5.4.23
Parse error: syntax error, unexpected '<' in /in/eUmh8 on line 3
Process exited with code 255.

preferences:
187.83 ms | 1395 KiB | 60 Q