Home
last modified time | relevance | path

Searched refs:bcdivmod (Results 1 – 8 of 8) sorted by relevance

/PHP-8.4/ext/bcmath/tests/
H A Dbcdivmod_by_zero.phpt2 bcdivmod() function div by zero
29 bcdivmod($firstTerm, $secondTerm);
H A Dbcdivmod.phpt2 bcdivmod() function
25 [$quot, $rem] = bcdivmod($firstTerm, $secondTerm, $scale);
/PHP-8.4/ext/bcmath/tests/number/methods/
H A Ddivmod_with_scale.phpt27 [$func_quot, $func_rem] = bcdivmod($value1, (string) $value2, $scale);
/PHP-8.4/ext/bcmath/
H A Dbcmath_arginfo.h131 ZEND_FUNCTION(bcdivmod);
164 ZEND_FE(bcdivmod, arginfo_bcdivmod)
H A Dbcmath.stub.php26 function bcdivmod(string $num1, string $num2, ?int $scale = null): array {} function
H A Dbcmath.c437 PHP_FUNCTION(bcdivmod) in PHP_FUNCTION() argument
/PHP-8.4/
H A DNEWS222 . [RFC] ext/bcmath: Added bcdivmod. (SakiTakamachi)
H A DUPGRADING769 . Added bcdivmod().

Completed in 48 milliseconds