Home
last modified time | relevance | path

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

/PHP-7.4/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);
19 $n = gmp_nextprime(array());
21 $n = gmp_nextprime("");
23 $n = gmp_nextprime(new stdclass());
35 Warning: gmp_nextprime(): Unable to convert variable to GMP - wrong type in %s on line %d
[all …]
/PHP-7.4/ext/gmp/
H A Dphp_gmp.h82 ZEND_FUNCTION(gmp_nextprime);
H A Dgmp.c193 ZEND_FE(gmp_nextprime, arginfo_gmp_unary)
2033 ZEND_FUNCTION(gmp_nextprime) in ZEND_FUNCTION() argument

Completed in 10 milliseconds