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.phpt6
1 files changed, 2 insertions, 4 deletions
diff --git a/ext/bcmath/tests/bug44995.phpt b/ext/bcmath/tests/bug44995.phpt
index 9758022225..09b76722aa 100644
--- a/ext/bcmath/tests/bug44995.phpt
+++ b/ext/bcmath/tests/bug44995.phpt
@@ -1,9 +1,7 @@
--TEST--
Bug #44995 (bcpowmod() fails if scale != 0)
---SKIPIF--
-<?php
-if (!extension_loaded('bcmath')) die('skip bcmath extension not available');
-?>
+--EXTENSIONS--
+bcmath
--FILE--
<?php
var_dump(bcpowmod('4', '4', '3', 1));