<?php const FOO = PHP_INT_SIZE === 8 ? '64bit' : (PHP_INT_SIZE === 4 ? '32bit' : throw new \Error('unexpected')); var_dump(FOO);
You have javascript disabled. You will not be able to edit any code.