We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
The following code:
<?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)
nightly
ubuntu 22.04