summaryrefslogtreecommitdiff
path: root/ext/bcmath/tests/bug44995.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/bcmath/tests/bug44995.phpt')
-rw-r--r--ext/bcmath/tests/bug44995.phpt2
1 files changed, 0 insertions, 2 deletions
diff --git a/ext/bcmath/tests/bug44995.phpt b/ext/bcmath/tests/bug44995.phpt
index 6eb591f92b..9758022225 100644
--- a/ext/bcmath/tests/bug44995.phpt
+++ b/ext/bcmath/tests/bug44995.phpt
@@ -9,8 +9,6 @@ if (!extension_loaded('bcmath')) die('skip bcmath extension not available');
var_dump(bcpowmod('4', '4', '3', 1));
var_dump(bcpowmod('3234', '32345', '22345', 1));
?>
-===DONE===
--EXPECT--
string(3) "1.0"
string(7) "17334.0"
-===DONE===