Home
last modified time | relevance | path

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

/PHP-8.0/ext/gmp/tests/
H A Dgmp_divexact.phpt2 gmp_divexact() tests
13 $r = gmp_divexact("233", "23345555555555555555555555");
17 $r = gmp_divexact("233", "0");
23 $r = gmp_divexact("100", "10");
26 $r = gmp_divexact("1024", "2");
30 $r = gmp_divexact($n, "2");
33 $r = gmp_divexact($n, "50");
37 $r = gmp_divexact($n1, $n);
H A Dbug80560.phpt44 'gmp_divexact',
/PHP-8.0/ext/gmp/
H A Dgmp_arginfo.h200 ZEND_FUNCTION(gmp_divexact);
254 ZEND_FE(gmp_divexact, arginfo_gmp_divexact)
H A Dgmp.stub.php36 function gmp_divexact(GMP|int|string $num1, GMP|int|string $num2): GMP {} function
H A Dgmp.c1170 ZEND_FUNCTION(gmp_divexact) in ZEND_FUNCTION() argument

Completed in 27 milliseconds