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.phpt2
1 files changed, 0 insertions, 2 deletions
diff --git a/ext/bcmath/tests/bcpow_error2.phpt b/ext/bcmath/tests/bcpow_error2.phpt
index 49fd0b88d3..ca13875ed3 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
string(4) "1.00"
-===DONE===