3v4l.org

run code in 300+ PHP versions simultaneously
<?php $xinit = 12; $y = 13; echo $value = $x / $y;
Output for 5.4.16
Warning: Unexpected character in input: '0ITYJ' (ASCII=7) state=0 in /in/Gfd7G on line 2 Parse error: syntax error, unexpected 'init' (T_STRING) in /in/Gfd7G on line 2
Process exited with code 255.
Output for 5.4.0 - 5.4.15
Warning: Unexpected character in input: '' (ASCII=7) state=0 in 0ITYJ on line 2 Parse error: syntax error, unexpected 'init' (T_STRING) in 0ITYJ on line 2
Process exited with code 255.
Output for 5.3.25 - 5.3.26
Warning: Unexpected character in input: '0ITYJ' (ASCII=7) state=0 in /in/Gfd7G on line 2 Parse error: syntax error, unexpected T_STRING in /in/Gfd7G on line 2
Process exited with code 255.
Output for 5.3.0 - 5.3.24
Warning: Unexpected character in input: '' (ASCII=7) state=0 in 0ITYJ on line 2 Parse error: syntax error, unexpected T_STRING in 0ITYJ on line 2
Process exited with code 255.

preferences:
190.35 ms | 1395 KiB | 51 Q