Home
last modified time | relevance | path

Searched refs:gmp_nextprime (Results 1 – 5 of 5) sorted by relevance

/PHP-8.0/ext/gmp/tests/
H A Dgmp_nextprime.phpt2 gmp_nextprime()
9 $n = gmp_nextprime(-1);
11 $n = gmp_nextprime(0);
13 $n = gmp_nextprime(-1000);
15 $n = gmp_nextprime(1000);
17 $n = gmp_nextprime(100000);
20 $n = gmp_nextprime(array());
26 $n = gmp_nextprime("");
32 $n = gmp_nextprime(new stdclass());
46 gmp_nextprime(): Argument #1 ($num) must be of type GMP|string|int, array given
[all …]
H A Dbug80560.phpt25 'gmp_nextprime',
/PHP-8.0/ext/gmp/
H A Dgmp_arginfo.h236 ZEND_FUNCTION(gmp_nextprime);
290 ZEND_FE(gmp_nextprime, arginfo_gmp_nextprime)
H A Dgmp.stub.php108 function gmp_nextprime(GMP|int|string $num): GMP {} function
H A Dgmp.c1866 ZEND_FUNCTION(gmp_nextprime) in ZEND_FUNCTION() argument

Completed in 26 milliseconds