summaryrefslogtreecommitdiff
path: root/ext/bcmath/tests/bcmod.phpt
diff options
context:
space:
mode:
authorSander Roobol <sander@php.net>2002-11-21 16:16:38 +0000
committerSander Roobol <sander@php.net>2002-11-21 16:16:38 +0000
commitb8cf1a369f3d4aff0ff19ffd51c47e94be436b91 (patch)
treebdc0bd07c2c6e98b57fbac90c593c9448c0f2dd1 /ext/bcmath/tests/bcmod.phpt
parent13a51b8f2010c5396172bd525766fb8f6651f45a (diff)
downloadphp-git-b8cf1a369f3d4aff0ff19ffd51c47e94be436b91.tar.gz
Hardcode the bcmath.scale ini-entry
Diffstat (limited to 'ext/bcmath/tests/bcmod.phpt')
-rw-r--r--ext/bcmath/tests/bcmod.phpt2
1 files changed, 2 insertions, 0 deletions
diff --git a/ext/bcmath/tests/bcmod.phpt b/ext/bcmath/tests/bcmod.phpt
index 74bec5a8d8..8d283e5407 100644
--- a/ext/bcmath/tests/bcmod.phpt
+++ b/ext/bcmath/tests/bcmod.phpt
@@ -2,6 +2,8 @@
bcmod() function
--SKIP--
<?php if(!extension_loaded("bcmath")) print "skip"; ?>
+--INI--
+bcmath.scale=0
--FILE--
<?php
echo bcmod("11", "2"),"\n";