Searched refs:bcmod (Results 1 – 12 of 12) sorted by relevance
/php-src/ext/bcmath/tests/ |
H A D | bcmod_error3.phpt | 2 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 D | bcmod_error2.phpt | 2 bcmod() - mod by 0 10 bcmod("10", "0"); 15 bcmod("10", "0.000"); 20 bcmod("10", "-0.0");
|
H A D | bcmod_zero.phpt | 2 bcmod() function with number zero 29 run_bcmath_tests($dividends, $divisors, "mod", bcmod(...));
|
H A D | negative_scale.phpt | 30 bcmod('1','2',-1); 65 bcmod(): Argument #3 ($scale) must be between 0 and 2147483647
|
H A D | bcmod_large_numbers.phpt | 2 bcmod() function with large numbers 30 run_bcmath_tests($dividends, $divisors, "mod", bcmod(...));
|
H A D | bcdivmod.phpt | 27 $mod_ret = bcmod($firstTerm, $secondTerm, $scale);
|
H A D | bcmod.phpt | 2 bcmod() function 21 run_bcmath_tests($dividends, $divisors, "mod", bcmod(...));
|
H A D | str2num_formatting.phpt | 4 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 D | mod_with_scale.phpt | 27 $func_ret = bcmod($value1, (string) $value2, $scale);
|
/php-src/ext/bcmath/ |
H A D | bcmath_arginfo.h | 130 ZEND_FUNCTION(bcmod); 163 ZEND_FE(bcmod, arginfo_bcmod)
|
H A D | bcmath.stub.php | 20 function bcmod(string $num1, string $num2, ?int $scale = null): string {} function
|
H A D | bcmath.c | 384 PHP_FUNCTION(bcmod) in PHP_FUNCTION() argument
|
Completed in 21 milliseconds