Home
last modified time | relevance | path

Searched refs:bcmod (Results 1 – 6 of 6) sorted by last modified time

/PHP-7.3/
H A DNEWS2346 . Fixed bug #46564 (bcmod truncates fractionals). (liborm85)
/PHP-7.3/ext/bcmath/
H A Dphp_bcmath.h38 PHP_FUNCTION(bcmod);
H A Dbcmath.c102 PHP_FE(bcmod, arginfo_bcmod)
358 PHP_FUNCTION(bcmod) in PHP_FUNCTION() argument
/PHP-7.3/ext/bcmath/tests/
H A Dbcmod_error1.phpt2 bcmod — Get modulus of an arbitrary precision number
10 echo bcmod('1', '2', '3', '4');
13 Warning: bcmod() expects at most 3 parameters, 4 given in %s.php on line %d
H A Dbcmod_error2.phpt2 bcmod() - mod by 0
9 echo bcmod("10", "0");
12 Warning: bcmod(): Division by zero in %s on line %d
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";

Completed in 36 milliseconds