summaryrefslogtreecommitdiff
path: root/ext/bcmath/tests/bcpow_error2.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/bcmath/tests/bcpow_error2.phpt')
-rw-r--r--ext/bcmath/tests/bcpow_error2.phpt4
1 files changed, 1 insertions, 3 deletions
diff --git a/ext/bcmath/tests/bcpow_error2.phpt b/ext/bcmath/tests/bcpow_error2.phpt
index 49fd0b88d3..95c3f80b08 100644
--- a/ext/bcmath/tests/bcpow_error2.phpt
+++ b/ext/bcmath/tests/bcpow_error2.phpt
@@ -8,8 +8,6 @@ if (!extension_loaded('bcmath')) die('skip bcmath extension is not available');
<?php
var_dump(bcpow('0', '9223372036854775808', 2));
?>
-===DONE===
--EXPECTF--
-Warning: bcpow(): exponent too large in %s on line %d
+Warning: bcpow(): Exponent too large in %s on line %d
string(4) "1.00"
-===DONE===