3v4l.org

run code in 300+ PHP versions simultaneously
<?php var $amount = (12.33/1000); echo ($amount * 1000); echo (12.33 % 1000);
Output for 5.4.18 - 5.4.19
Parse error: syntax error, unexpected 'var' (T_VAR) in /in/TFhYt on line 2
Process exited with code 255.
Output for 5.4.0 - 5.4.17
Parse error: syntax error, unexpected 'var' (T_VAR) in /in/8LRE3 on line 2
Process exited with code 255.
Output for 5.3.0 - 5.3.27
Parse error: syntax error, unexpected T_VAR in /in/8LRE3 on line 2
Process exited with code 255.

preferences:
174.52 ms | 1395 KiB | 55 Q