### Description The following code: ```php <?php $values = [ 2**50+1, ]; foreach ($values as $value) { } gmp_fact($value); ``` Resulted in this output: ``` GNU MP: Cannot allocate memory (size=140737488355376) Aborted (core dumped) ``` ### PHP Version nightly ### Operating System ubuntu 22.04