Home
last modified time | relevance | path

Searched refs:bcdiv (Results 1 – 19 of 19) sorted by relevance

/php-src/ext/bcmath/tests/
H A Dbcdiv_error2.phpt2 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 Dbcdiv_error1.phpt2 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 Dscale.phpt9 'bcdiv: ', bcdiv('2', '1', 5), PHP_EOL,
18 bcdiv: 2.00000
H A Dscale_ini.phpt11 'bcdiv: ', bcdiv('2', '1'), PHP_EOL,
20 bcdiv: 2.00000
H A Dbcdiv_zero.phpt2 bcdiv() function with number zero
29 run_bcmath_tests($dividends, $divisors, "/", bcdiv(...));
H A Dbcdiv_large_numbers.phpt2 bcdiv() function with large numbers
30 run_bcmath_tests($dividends, $divisors, "/", bcdiv(...));
H A Dbcdiv.phpt2 bcdiv() function
21 run_bcmath_tests($dividends, $divisors, "/", bcdiv(...));
H A Dbcdiv_by_one.phpt2 bcdiv() function div by one
19 $quot = bcdiv($dividend, $divisor, $scale);
H A Dbcdiv_by_pow_10.phpt2 bcdiv() function with numbers pow 10
19 $quot = bcdiv($dividend, $divisor, $scale);
H A Dgh16265.phpt9 echo bcdiv('-0.01', -12.3456789000e10, 9);
H A Dbcscale_variation001.phpt9 echo bcdiv("20.56", "4");
H A Dnegative_scale.phpt25 bcdiv('1','2',-1);
64 bcdiv(): Argument #3 ($scale) must be between 0 and 2147483647
H A Dgh16262.phpt22 bcdiv('1', '1000', $scale),
27 bcdiv('1', '2000', $scale),
H A Dbcdivmod.phpt26 $div_ret = bcdiv($firstTerm, $secondTerm, 0);
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 Ddiv_with_scale.phpt27 $func_ret = bcdiv($value1, (string) $value2, $scale);
/php-src/ext/bcmath/
H A Dbcmath_arginfo.h129 ZEND_FUNCTION(bcdiv);
162 ZEND_FE(bcdiv, arginfo_bcdiv)
H A Dbcmath.stub.php17 function bcdiv(string $num1, string $num2, ?int $scale = null): string {} function
H A Dbcmath.c330 PHP_FUNCTION(bcdiv) in PHP_FUNCTION() argument

Completed in 16 milliseconds