summaryrefslogtreecommitdiff
path: root/ext/bcmath/tests/bcscale.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/bcmath/tests/bcscale.phpt')
-rw-r--r--ext/bcmath/tests/bcscale.phpt2
1 files changed, 2 insertions, 0 deletions
diff --git a/ext/bcmath/tests/bcscale.phpt b/ext/bcmath/tests/bcscale.phpt
index 742c7adb9f..8237f9dd8d 100644
--- a/ext/bcmath/tests/bcscale.phpt
+++ b/ext/bcmath/tests/bcscale.phpt
@@ -2,6 +2,8 @@
bcscale() function
--SKIP--
<?php if(!extension_loaded("bcmath")) print "skip"; ?>
+--INI--
+bcmath.scale=0
--FILE--
<?php
echo bcadd("1", "2"),"\n";