Searched refs:gmp_mod (Results 1 – 6 of 6) sorted by relevance
/PHP-8.2/ext/gmp/tests/ |
H A D | gmp_mod.phpt | 2 gmp_mod tests() 9 var_dump(gmp_mod("","")); 13 var_dump(gmp_mod(0,1)); 14 var_dump(gmp_mod(0,-1)); 17 var_dump(gmp_mod(-1,0)); 23 var_dump(gmp_mod(array(), array())); 31 var_dump(gmp_mod($a, $b)); 36 gmp_mod(): Argument #1 ($num1) is not an integer string 46 gmp_mod(): Argument #1 ($num1) must be of type GMP|string|int, array given
|
H A D | bug52906.phpt | 2 Bug #52906 gmp_mod returns negative result when non-negative is expected 20 echo "{$data[0]}%{$data[1]}=".gmp_strval(gmp_mod($data[0], $data[1])); 22 echo "{$data[0]}%{$data[1]}=".gmp_strval(gmp_mod(gmp_init($data[0]), gmp_init($data[1])));
|
H A D | bug80560.phpt | 45 'gmp_mod',
|
/PHP-8.2/ext/gmp/ |
H A D | gmp_arginfo.h | 211 ZEND_FUNCTION(gmp_mod); 268 ZEND_FE(gmp_mod, arginfo_gmp_mod)
|
H A D | gmp.stub.php | 98 function gmp_mod(GMP|int|string $num1, GMP|int|string $num2): GMP {} function
|
H A D | gmp.c | 1247 ZEND_FUNCTION(gmp_mod) in ZEND_FUNCTION() argument
|
Completed in 17 milliseconds