Searched refs:bcdivmod (Results 1 – 8 of 8) sorted by relevance
/PHP-8.4/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-8.4/ext/bcmath/tests/number/methods/ |
H A D | divmod_with_scale.phpt | 27 [$func_quot, $func_rem] = bcdivmod($value1, (string) $value2, $scale);
|
/PHP-8.4/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
|
/PHP-8.4/ |
H A D | NEWS | 195 . [RFC] ext/bcmath: Added bcdivmod. (SakiTakamachi)
|
H A D | UPGRADING | 769 . Added bcdivmod().
|
Completed in 16 milliseconds