Searched refs:bcmod (Results 1 – 5 of 5) sorted by relevance
/PHP-5.4/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";
|
H A D | bcmod_error2.phpt | 2 bcmod() - mod by 0 9 echo bcmod("10", "0"); 12 Warning: bcmod(): Division by zero in %s on line %d
|
H A D | bcmod_error1.phpt | 2 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.4/ext/bcmath/ |
H A D | php_bcmath.h | 37 PHP_FUNCTION(bcmod);
|
H A D | bcmath.c | 103 PHP_FE(bcmod, arginfo_bcmod) 368 PHP_FUNCTION(bcmod) in PHP_FUNCTION() argument
|
Completed in 8 milliseconds