3v4l.org

run code in 300+ PHP versions simultaneously
<?php const FOO = PHP_INT_SIZE === 8 ? '64bit' : (PHP_INT_SIZE === 4 ? '32bit' : throw new \Error('unexpected')); var_dump(FOO);

preferences:
29.31 ms | 404 KiB | 5 Q