summaryrefslogtreecommitdiff
path: root/ext/bcmath/tests/bug75178.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/bcmath/tests/bug75178.phpt')
-rw-r--r--ext/bcmath/tests/bug75178.phpt2
1 files changed, 0 insertions, 2 deletions
diff --git a/ext/bcmath/tests/bug75178.phpt b/ext/bcmath/tests/bug75178.phpt
index e7661755ad..dd811fccb9 100644
--- a/ext/bcmath/tests/bug75178.phpt
+++ b/ext/bcmath/tests/bug75178.phpt
@@ -9,11 +9,9 @@ if (!extension_loaded('bcmath')) die('skip bcmath extension is not available');
var_dump(bcpowmod('4.1', '4', '3', 3));
var_dump(bcpowmod('4', '4', '3.1', 3));
?>
-===DONE===
--EXPECTF--
Warning: bcpowmod(): non-zero scale in base in %s on line %d
string(5) "1.000"
Warning: bcpowmod(): non-zero scale in modulus in %s on line %d
string(5) "1.000"
-===DONE===