--TEST-- Random: Randomizer: nextInt(): Throws for 64 bit engines on 32 bit platforms --SKIPIF-- --FILE-- nextInt()); } catch (Random\RandomException $e) { echo $e->getMessage(), PHP_EOL; } ?> --EXPECT-- Generated value exceeds size of int