Searched refs:gmp_divexact (Results 1 – 5 of 5) sorted by relevance
/PHP-8.2/ext/gmp/tests/ |
H A D | gmp_divexact.phpt | 2 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 D | bug80560.phpt | 44 'gmp_divexact',
|
/PHP-8.2/ext/gmp/ |
H A D | gmp_arginfo.h | 212 ZEND_FUNCTION(gmp_divexact); 269 ZEND_FE(gmp_divexact, arginfo_gmp_divexact)
|
H A D | gmp.stub.php | 100 function gmp_divexact(GMP|int|string $num1, GMP|int|string $num2): GMP {} function
|
H A D | gmp.c | 1254 ZEND_FUNCTION(gmp_divexact) in ZEND_FUNCTION() argument
|
Completed in 13 milliseconds