Home
last modified time | relevance | path

Searched refs:bcdiv (Results 1 – 13 of 13) 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 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 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/
H A Dbcmath_arginfo.h61 ZEND_FUNCTION(bcdiv);
76 ZEND_FE(bcdiv, arginfo_bcdiv)
H A Dbcmath.stub.php15 function bcdiv(string $num1, string $num2, ?int $scale = null): string {} function
H A Dbcmath.c287 PHP_FUNCTION(bcdiv) in PHP_FUNCTION() argument

Completed in 58 milliseconds