Home
last modified time | relevance | path

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

/PHP-5.5/ext/gmp/tests/
H A D011.phpt2 gmp_divexact() tests
13 var_dump(gmp_divexact(1, 1, 1));
14 var_dump(gmp_divexact());
16 $r = gmp_divexact("233", "23345555555555555555555555");
19 $r = gmp_divexact("233", "0");
22 $r = gmp_divexact("100", "10");
25 $r = gmp_divexact("1024", "2");
29 $r = gmp_divexact($n, "2");
32 $r = gmp_divexact($n, "50");
36 $r = gmp_divexact($n1, $n);
[all …]
/PHP-5.5/ext/gmp/
H A Dphp_gmp.h43 ZEND_FUNCTION(gmp_divexact);
H A Dgmp.c253 ZEND_FE(gmp_divexact, arginfo_gmp_divexact)
945 ZEND_FUNCTION(gmp_divexact) argument

Completed in 12 milliseconds