@ -18,4 +18,4 @@ echo "gmp extension is available";
*/
?>
--EXPECT--
gmp extension is available
@ -2,6 +2,7 @@
gmp_divexact() tests
--SKIPIF--
<?php
if (!extension_loaded("gmp")) die ("skip");
if (!defined('GMP_VERSION') || version_compare("4.2.1", GMP_VERSION, ">=")) {
die("skip your GMP is too old and will crash");
}
@ -1,5 +1,7 @@
--TEST--
gmp_neg() basic tests
<?php if (!extension_loaded("gmp")) print "skip"; ?>
--FILE--
gmp_abs() basic tests
gmp_fact() basic tests
gmp_pow() basic tests
gmp_powm() basic tests
gmp_sqrt() basic tests
gmp_sqrtrem() basic tests
gmp_perfect_square() basic tests
gmp_prob_prime() basic tests
gmp_gcd() basic tests
gmp_gcdext() basic tests
gmp_invert() basic tests
gmp_jacobi() basic tests
gmp_legendre() basic tests
gmp_cmp() basic tests
gmp_sign() basic tests
gmp_random() basic tests
gmp_and() basic tests
gmp_or() basic tests
gmp_com() basic tests
gmp_xor() basic tests
gmp_setbit() basic tests
gmp_clrbit() basic tests
gmp_popcount() basic tests
gmp_hamdist() basic tests
gmp_scan0() basic tests
gmp_scan1() basic tests
gmp_testbit() basic tests
gmp_init() basic tests