Searched refs:bcdivmod (Results 1 – 6 of 6) sorted by relevance
/php-src/ext/bcmath/tests/ |
H A D | bcdivmod_by_zero.phpt | 2 bcdivmod() function div by zero 29 bcdivmod($firstTerm, $secondTerm);
|
H A D | bcdivmod.phpt | 2 bcdivmod() function 25 [$quot, $rem] = bcdivmod($firstTerm, $secondTerm, $scale);
|
/php-src/ext/bcmath/tests/number/methods/ |
H A D | divmod_with_scale.phpt | 27 [$func_quot, $func_rem] = bcdivmod($value1, (string) $value2, $scale);
|
/php-src/ext/bcmath/ |
H A D | bcmath_arginfo.h | 131 ZEND_FUNCTION(bcdivmod); 164 ZEND_FE(bcdivmod, arginfo_bcdivmod)
|
H A D | bcmath.stub.php | 26 function bcdivmod(string $num1, string $num2, ?int $scale = null): array {} function
|
H A D | bcmath.c | 437 PHP_FUNCTION(bcdivmod) in PHP_FUNCTION() argument
|
Completed in 18 milliseconds