Searched refs:bcmul (Results 1 – 10 of 10) sorted by relevance
/PHP-7.3/ext/bcmath/tests/ |
H A D | bcmul.phpt | 2 bcmul() function 9 echo bcmul("1", "2"),"\n"; 10 echo bcmul("-3", "5"),"\n"; 11 echo bcmul("1234567890", "9876543210"),"\n"; 12 echo bcmul("2.5", "1.5", 2),"\n"; 13 echo bcmul("2.555", "1.555", 2),"\n";
|
H A D | bcmul_error1.phpt | 2 bcmul() incorrect argument count 9 echo bcmul(); 12 Warning: bcmul() expects at least 2 parameters, 0 given in %s on line %d
|
H A D | scale.phpt | 12 'bcmul: ', bcmul('2', '1', 5), PHP_EOL, 22 bcmul: 2.00000
|
H A D | scale_ini.phpt | 14 'bcmul: ', bcmul('2', '1'), PHP_EOL, 24 bcmul: 2.00000
|
H A D | bug.66364.phpt | 2 Bug #66364 (BCMath bcmul ignores scale parameter) 9 var_dump(bcmul('0.3', '0.2', 4));
|
H A D | bug78878.phpt | 9 print @bcmul("\xB26483605105519922841849335928742092", bcpowmod(2, 65535, -4e-4));
|
/PHP-7.3/ext/bcmath/ |
H A D | php_bcmath.h | 36 PHP_FUNCTION(bcmul);
|
H A D | bcmath.c | 100 PHP_FE(bcmul, arginfo_bcmul) 281 PHP_FUNCTION(bcmul) in PHP_FUNCTION() argument
|
/PHP-7.3/ |
H A D | UPGRADING | 112 . bcmul() and bcpow() now return numbers with the requested scale. Formerly,
|
H A D | NEWS | 1458 . Fixed bug #66364 (BCMath bcmul ignores scale parameter). (cmb)
|
Completed in 17 milliseconds