Home
last modified time | relevance | path

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

/php-src/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 Dbcdivmod.phpt27 $mod_ret = bcmod($firstTerm, $secondTerm, $scale);
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-src/ext/bcmath/tests/number/methods/
H A Dmod_with_scale.phpt27 $func_ret = bcmod($value1, (string) $value2, $scale);
/php-src/ext/bcmath/
H A Dbcmath_arginfo.h130 ZEND_FUNCTION(bcmod);
163 ZEND_FE(bcmod, arginfo_bcmod)
H A Dbcmath.stub.php20 function bcmod(string $num1, string $num2, ?int $scale = null): string {} function
H A Dbcmath.c384 PHP_FUNCTION(bcmod) in PHP_FUNCTION() argument

Completed in 21 milliseconds