Home
last modified time | relevance | path

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

/PHP-5.5/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";
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_error1.phpt2 bcmod — Get modulus of an arbitrary precision number
10 echo bcmod('1', '2', '3');
13 Warning: bcmod() expects exactly 2 parameters, 3 given in %s.php on line %d
/PHP-5.5/ext/bcmath/
H A Dphp_bcmath.h37 PHP_FUNCTION(bcmod);
H A Dbcmath.c103 PHP_FE(bcmod, arginfo_bcmod)
387 PHP_FUNCTION(bcmod) in PHP_FUNCTION() argument

Completed in 11 milliseconds