Searched refs:bcmul (Results 1 – 4 of 4) sorted by relevance
/PHP-7.1/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";
|
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
|
/PHP-7.1/ext/bcmath/ |
H A D | php_bcmath.h | 38 PHP_FUNCTION(bcmul);
|
H A D | bcmath.c | 101 PHP_FE(bcmul, arginfo_bcmul) 303 PHP_FUNCTION(bcmul) in PHP_FUNCTION() argument
|
Completed in 6 milliseconds