Home
last modified time | relevance | path

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

/php-src/ext/gmp/tests/
H A Dgmp_divexact.phpt2 gmp_divexact() tests
14 $r = gmp_divexact("233", "23345555555555555555555555");
18 $r = gmp_divexact("233", "0");
24 $r = gmp_divexact("100", "10");
27 $r = gmp_divexact("1024", "2");
31 $r = gmp_divexact($n, "2");
34 $r = gmp_divexact($n, "50");
38 $r = gmp_divexact($n1, $n);
H A Dbug80560.phpt44 'gmp_divexact',
/php-src/ext/gmp/
H A Dgmp_arginfo.h211 ZEND_FUNCTION(gmp_divexact);
267 ZEND_FE(gmp_divexact, arginfo_gmp_divexact)
H A Dgmp.stub.php100 function gmp_divexact(GMP|int|string $num1, GMP|int|string $num2): GMP {} function
H A Dgmp.c1187 ZEND_FUNCTION(gmp_divexact) in ZEND_FUNCTION() argument

Completed in 19 milliseconds