Lines Matching refs:gmp_divexact
2 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);
42 Warning: gmp_divexact() expects exactly 2 parameters, 3 given in %s on line %d
45 Warning: gmp_divexact() expects exactly 2 parameters, 0 given in %s on line %d
49 Warning: gmp_divexact(): Zero operand not allowed in %s on line %d