3v4l.org

run code in 300+ PHP versions simultaneously
<?php echo PHP INT_SIZE,"\n"; echo PHP_INT_MAX,"\n"; var_dump(0xffffffffffffffff); printf("%u\n",0xffffffffffffffff); printf("%d",0xffffffffffffffff);
Output for 5.4.0 - 5.4.17
Parse error: syntax error, unexpected 'INT_SIZE' (T_STRING), expecting ',' or ';' in /in/YUJQ6 on line 2
Process exited with code 255.
Output for 5.3.0 - 5.3.27
Parse error: syntax error, unexpected T_STRING, expecting ',' or ';' in /in/YUJQ6 on line 2
Process exited with code 255.

preferences:
181.45 ms | 1395 KiB | 53 Q