Home
last modified time | relevance | path

Searched refs:bcmod (Results 1 – 7 of 7) sorted by relevance

/PHP-8.0/ext/bcmath/tests/
H A Dbcmod.phpt2 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 Dbcmod_error2.phpt2 bcmod() - mod by 0
10 bcmod("10", "0");
H A Dnegative_scale.phpt30 bcmod('1','2',-1);
65 bcmod(): Argument #3 ($scale) must be between 0 and 2147483647
H A Dstr2num_formatting.phpt4 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 Dbcmath_arginfo.h51 ZEND_FUNCTION(bcmod);
64 ZEND_FE(bcmod, arginfo_bcmod)
H A Dbcmath.stub.php13 function bcmod(string $num1, string $num2, ?int $scale = null): string {} function
H A Dbcmath.c362 PHP_FUNCTION(bcmod) in PHP_FUNCTION() argument

Completed in 14 milliseconds