### Description The following code: ```php <?php var_dump(gmp_random_bits(PHP_INT_MAX)); ``` Resulted in this output: ``` gmp: overflow in mpz type Aborted (core dumped) ``` ### PHP Version nightly ### Operating System ubuntu 22.04