Home
last modified time | relevance | path

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

/PHP-5.3/ext/gmp/tests/
H A Dgmp_nextprime-win32.phpt2 gmp_nextprime()
12 $n = gmp_nextprime(-1);
14 $n = gmp_nextprime(0);
16 $n = gmp_nextprime(-1000);
18 $n = gmp_nextprime(1000);
20 $n = gmp_nextprime(100000);
22 $n = gmp_nextprime(array());
24 $n = gmp_nextprime("");
26 $n = gmp_nextprime(new stdclass());
38 Warning: gmp_nextprime(): Unable to convert variable to GMP - wrong type in %s on line %d
[all …]
H A Dgmp_nextprime.phpt2 gmp_nextprime()
12 $n = gmp_nextprime(-1);
14 $n = gmp_nextprime(0);
16 $n = gmp_nextprime(-1000);
18 $n = gmp_nextprime(1000);
20 $n = gmp_nextprime(100000);
22 $n = gmp_nextprime(array());
24 $n = gmp_nextprime("");
26 $n = gmp_nextprime(new stdclass());
38 Warning: gmp_nextprime(): Unable to convert variable to GMP - wrong type in %s on line %d
[all …]
/PHP-5.3/ext/gmp/
H A Dphp_gmp.h72 ZEND_FUNCTION(gmp_nextprime);
H A Dgmp.c282 ZEND_FE(gmp_nextprime, arginfo_gmp_nextprime)
1419 ZEND_FUNCTION(gmp_nextprime) argument
/PHP-5.3/
H A DNEWS5109 - Added gmp_nextprime() function. (ants dot aasma at gmail dot com, Tony)

Completed in 33 milliseconds