summaryrefslogtreecommitdiff
path: root/ext/bcmath/tests/bug.66364.phpt
blob: c138176fb6a232c9a102b704c72aa90ee5e41897 (plain)
1
2
3
4
5
6
7
8
9
10
--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"