3v4l.org

run code in 300+ PHP versions simultaneously
<?php echo "Php max int: ".PHP_INT_MAX."\n"; echo "The Val: ".(-1580033017 + -2072974554)."\n"; echo "Intval of the val: ".intval(-3653007571)."\n"; echo "And 0xffffffff of the val: ".(-3653007571 & 0xffffffff)."\n"
Output for 5.4.0 - 5.4.13
Parse error: syntax error, unexpected end of file, expecting ',' or ';' in /in/0p644 on line 6
Process exited with code 255.
Output for 5.3.0 - 5.3.23
Parse error: syntax error, unexpected $end, expecting ',' or ';' in /in/0p644 on line 6
Process exited with code 255.

preferences:
174.74 ms | 1395 KiB | 45 Q