summaryrefslogtreecommitdiff
path: root/ext/bcmath/tests/bug72093.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/bcmath/tests/bug72093.phpt')
-rw-r--r--ext/bcmath/tests/bug72093.phpt6
1 files changed, 2 insertions, 4 deletions
diff --git a/ext/bcmath/tests/bug72093.phpt b/ext/bcmath/tests/bug72093.phpt
index 911af5698f..3aca87a39c 100644
--- a/ext/bcmath/tests/bug72093.phpt
+++ b/ext/bcmath/tests/bug72093.phpt
@@ -3,9 +3,6 @@ Bug 72093: bcpowmod accepts negative scale and corrupts _one_ definition
--SKIPIF--
<?php
if(!extension_loaded("bcmath")) print "skip";
-if (substr(PHP_OS, 0, 3) == 'WIN') {
- die('skip Not valid for windows');
-}
?>
--FILE--
<?php
@@ -14,5 +11,6 @@ var_dump(bcpowmod(1, 1.2, 1, 1));
?>
--EXPECTF--
string(1) "1"
-bc math warning: non-zero scale in exponent
+
+Warning: bcpowmod(): non-zero scale in exponent in %s on line %d
string(3) "0.0"