Home
last modified time | relevance | path

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

/PHP-8.2/ext/bcmath/tests/
H A Dbcmod_error3.phpt2 bcmod() requires well-formed values
9 bcmod('a', '1');
15 bcmod('1', 'a');
22 bcmod(): Argument #1 ($num1) is not well-formed
23 bcmod(): Argument #2 ($num2) is not well-formed
H A Dbcmod_error2.phpt2 bcmod() - mod by 0
10 bcmod("10", "0");
15 bcmod("10", "0.000");
20 bcmod("10", "-0.0");
H A Dbcmod_zero.phpt2 bcmod() function with number zero
29 run_bcmath_tests($dividends, $divisors, "mod", bcmod(...));
H A Dnegative_scale.phpt30 bcmod('1','2',-1);
65 bcmod(): Argument #3 ($scale) must be between 0 and 2147483647
H A Dbcmod_large_numbers.phpt2 bcmod() function with large numbers
30 run_bcmath_tests($dividends, $divisors, "mod", bcmod(...));
H A Dbcmod.phpt2 bcmod() function
21 run_bcmath_tests($dividends, $divisors, "mod", bcmod(...));
H A Dstr2num_formatting.phpt4 1 and 2 argument of bcadd/bcsub/bcmul/bcdiv/bcmod/bcpowmod/bcpow/bccomp (last one works different t…
/PHP-8.2/ext/bcmath/
H A Dbcmath_arginfo.h51 ZEND_FUNCTION(bcmod);
64 ZEND_FE(bcmod, arginfo_bcmod)
H A Dbcmath.stub.php18 function bcmod(string $num1, string $num2, ?int $scale = null): string {} function
H A Dbcmath.c363 PHP_FUNCTION(bcmod) in PHP_FUNCTION() argument

Completed in 38 milliseconds