Home
last modified time | relevance | path

Searched refs:bcmul (Results 1 – 14 of 14) sorted by relevance

/PHP-8.3/ext/bcmath/tests/
H A Dbcmul_error.phpt2 bcmul() requires well-formed values
9 bcmul('a', '1');
15 bcmul('1', 'a');
22 bcmul(): Argument #1 ($num1) is not well-formed
23 bcmul(): Argument #2 ($num2) is not well-formed
H A Dscale.phpt10 'bcmul: ', bcmul('2', '1', 5), PHP_EOL,
19 bcmul: 2.00000
H A Dscale_ini.phpt12 'bcmul: ', bcmul('2', '1'), PHP_EOL,
21 bcmul: 2.00000
H A Dbug66364.phpt2 Bug #66364 (BCMath bcmul ignores scale parameter)
7 var_dump(bcmul('0.3', '0.2', 4));
H A Dbug78238.phpt9 $a = bcmul("0.9", "-0.1", 1);
10 $b = bcmul("0.90", "-0.1", 1);
H A Dbcmul_zero.phpt2 bcmul() function with number zero
29 run_bcmath_tests($firstFactors, $secondFactors, "*", bcmul(...));
H A Dbcmul_large_numbers.phpt2 bcmul() function with large numbers
34 run_bcmath_tests($firstFactors, $secondFactors, "*", bcmul(...));
H A Dbcmul.phpt2 bcmul() function
25 run_bcmath_tests($firstFactors, $secondFactors, "*", bcmul(...));
H A Dbug78878.phpt8 print bcmul("\xB26483605105519922841849335928742092", bcpowmod(2, 65535, -4e-4));
H A Dnegative_scale.phpt20 bcmul('1','2',-1);
63 bcmul(): 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-8.3/ext/bcmath/
H A Dbcmath_arginfo.h49 ZEND_FUNCTION(bcmul);
62 ZEND_FE(bcmul, arginfo_bcmul)
H A Dbcmath.stub.php12 function bcmul(string $num1, string $num2, ?int $scale = null): string {} function
H A Dbcmath.c258 PHP_FUNCTION(bcmul) in PHP_FUNCTION() argument

Completed in 16 milliseconds