ru_php/ext/bcmath/tests/bug66364.phpt

11 lines
163 B
PHP

--TEST--
Bug #66364 (BCMath bcmul ignores scale parameter)
--EXTENSIONS--
bcmath
--FILE--
<?php
var_dump(bcmul('0.3', '0.2', 4));
?>
--EXPECT--
string(6) "0.0600"