Searched refs:bcmod (Results 1 – 7 of 7) sorted by relevance
/PHP-8.0/ext/bcmath/tests/ |
H A D | bcmod.phpt | 2 bcmod() function 9 echo bcmod("11", "2"),"\n"; 10 echo bcmod("-1", "5"),"\n"; 11 echo bcmod("8728932001983192837219398127471", "1928372132132819737213"),"\n"; 12 echo bcmod("3.5", "4", 1),"\n"; 13 echo bcmod("1071", "357.5"),"\n";
|
H A D | bcmod_error2.phpt | 2 bcmod() - mod by 0 10 bcmod("10", "0");
|
H A D | negative_scale.phpt | 30 bcmod('1','2',-1); 65 bcmod(): Argument #3 ($scale) must be between 0 and 2147483647
|
H A D | str2num_formatting.phpt | 4 1 and 2 argument of bcadd/bcsub/bcmul/bcdiv/bcmod/bcpowmod/bcpow/bccomp (last one works different t…
|
/PHP-8.0/ext/bcmath/ |
H A D | bcmath_arginfo.h | 51 ZEND_FUNCTION(bcmod); 64 ZEND_FE(bcmod, arginfo_bcmod)
|
H A D | bcmath.stub.php | 13 function bcmod(string $num1, string $num2, ?int $scale = null): string {} function
|
H A D | bcmath.c | 362 PHP_FUNCTION(bcmod) in PHP_FUNCTION() argument
|
Completed in 10 milliseconds