summaryrefslogtreecommitdiff
path: root/ext/bcmath/tests/bug.66364.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/bcmath/tests/bug.66364.phpt')
-rw-r--r--ext/bcmath/tests/bug.66364.phpt2
1 files changed, 0 insertions, 2 deletions
diff --git a/ext/bcmath/tests/bug.66364.phpt b/ext/bcmath/tests/bug.66364.phpt
index 564f40e6da..08777c5f59 100644
--- a/ext/bcmath/tests/bug.66364.phpt
+++ b/ext/bcmath/tests/bug.66364.phpt
@@ -8,7 +8,5 @@ if (!extension_loaded('bcmath')) die('skip bcmath extension not available');
<?php
var_dump(bcmul('0.3', '0.2', 4));
?>
-===DONE===
--EXPECT--
string(6) "0.0600"
-===DONE===