Searched refs:bcdiv (Results 1 – 19 of 19) sorted by relevance
/php-src/ext/bcmath/tests/ |
H A D | bcdiv_error2.phpt | 2 bcdiv() requires well-formed values 9 bcdiv('a', '1'); 15 bcdiv('1', 'a'); 22 bcdiv(): Argument #1 ($num1) is not well-formed 23 bcdiv(): Argument #2 ($num2) is not well-formed
|
H A D | bcdiv_error1.phpt | 2 bcdiv — Divide two arbitrary precision numbers 12 bcdiv('10.99', '0'); 18 bcdiv('10.99', '0.00'); 24 bcdiv('10.99', '-0.00');
|
H A D | scale.phpt | 9 'bcdiv: ', bcdiv('2', '1', 5), PHP_EOL, 18 bcdiv: 2.00000
|
H A D | scale_ini.phpt | 11 'bcdiv: ', bcdiv('2', '1'), PHP_EOL, 20 bcdiv: 2.00000
|
H A D | bcdiv_zero.phpt | 2 bcdiv() function with number zero 29 run_bcmath_tests($dividends, $divisors, "/", bcdiv(...));
|
H A D | bcdiv_large_numbers.phpt | 2 bcdiv() function with large numbers 30 run_bcmath_tests($dividends, $divisors, "/", bcdiv(...));
|
H A D | bcdiv.phpt | 2 bcdiv() function 21 run_bcmath_tests($dividends, $divisors, "/", bcdiv(...));
|
H A D | bcdiv_by_one.phpt | 2 bcdiv() function div by one 19 $quot = bcdiv($dividend, $divisor, $scale);
|
H A D | bcdiv_by_pow_10.phpt | 2 bcdiv() function with numbers pow 10 19 $quot = bcdiv($dividend, $divisor, $scale);
|
H A D | gh16265.phpt | 9 echo bcdiv('-0.01', -12.3456789000e10, 9);
|
H A D | bcscale_variation001.phpt | 9 echo bcdiv("20.56", "4");
|
H A D | negative_scale.phpt | 25 bcdiv('1','2',-1); 64 bcdiv(): Argument #3 ($scale) must be between 0 and 2147483647
|
H A D | gh16262.phpt | 22 bcdiv('1', '1000', $scale), 27 bcdiv('1', '2000', $scale),
|
H A D | bcdivmod.phpt | 26 $div_ret = bcdiv($firstTerm, $secondTerm, 0);
|
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 | div_with_scale.phpt | 27 $func_ret = bcdiv($value1, (string) $value2, $scale);
|
/php-src/ext/bcmath/ |
H A D | bcmath_arginfo.h | 129 ZEND_FUNCTION(bcdiv); 162 ZEND_FE(bcdiv, arginfo_bcdiv)
|
H A D | bcmath.stub.php | 17 function bcdiv(string $num1, string $num2, ?int $scale = null): string {} function
|
H A D | bcmath.c | 330 PHP_FUNCTION(bcdiv) in PHP_FUNCTION() argument
|
Completed in 16 milliseconds