Home
last modified time | relevance | path

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

/php-src/ext/gmp/tests/
H A Dgmp_nextprime.phpt2 gmp_nextprime()
8 $n = gmp_nextprime(-1);
10 $n = gmp_nextprime(0);
12 $n = gmp_nextprime(-1000);
14 $n = gmp_nextprime(1000);
16 $n = gmp_nextprime(100000);
19 $n = gmp_nextprime(array());
25 $n = gmp_nextprime("");
31 $n = gmp_nextprime(new stdclass());
45 gmp_nextprime(): Argument #1 ($num) must be of type GMP|string|int, array given
[all …]
H A Dbug80560.phpt25 'gmp_nextprime',
/php-src/ext/gmp/
H A Dgmp_arginfo.h247 ZEND_FUNCTION(gmp_nextprime);
303 ZEND_FE(gmp_nextprime, arginfo_gmp_nextprime)
H A Dgmp.stub.php184 function gmp_nextprime(GMP|int|string $num): GMP {} function
H A Dgmp.c1891 ZEND_FUNCTION(gmp_nextprime) in ZEND_FUNCTION() argument

Completed in 18 milliseconds