Home
last modified time | relevance | path

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

/PHP-5.5/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-5.5/ext/gmp/
H A Dphp_gmp.h72 ZEND_FUNCTION(gmp_nextprime);
H A Dgmp.c282 ZEND_FE(gmp_nextprime, arginfo_gmp_nextprime)
1394 ZEND_FUNCTION(gmp_nextprime) argument
/PHP-5.5/
H A DNEWS8159 - Added gmp_nextprime() function. (ants dot aasma at gmail dot com, Tony)

Completed in 29 milliseconds