3v4l.org

run code in 300+ PHP versions simultaneously
<?php $​ = 'magic'; echo $​; $magic = 'more magic!'; echo $$; ?>
Output for 5.4.16
Parse error: syntax error, unexpected ';', expecting variable (T_VARIABLE) or '$' in /in/Kd1ii on line 8
Process exited with code 255.
Output for 5.4.0 - 5.4.15
Parse error: syntax error, unexpected ';', expecting variable (T_VARIABLE) or '$' in hdDOP on line 8
Process exited with code 255.
Output for 5.3.25 - 5.3.26
Parse error: syntax error, unexpected ';', expecting T_VARIABLE or '$' in /in/Kd1ii on line 8
Process exited with code 255.
Output for 5.3.0 - 5.3.24
Parse error: syntax error, unexpected ';', expecting T_VARIABLE or '$' in hdDOP on line 8
Process exited with code 255.

preferences:
174.61 ms | 1386 KiB | 51 Q