diff options
Diffstat (limited to 'ext/bcmath/tests/bcadd.phpt')
-rw-r--r-- | ext/bcmath/tests/bcadd.phpt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ext/bcmath/tests/bcadd.phpt b/ext/bcmath/tests/bcadd.phpt index 5713057032..89e5b48bb1 100644 --- a/ext/bcmath/tests/bcadd.phpt +++ b/ext/bcmath/tests/bcadd.phpt @@ -2,6 +2,8 @@ bcadd() function --SKIP-- <?php if(!extension_loaded("bcmath")) print "skip"; ?> +--INI-- +bcmath.scale=0 --FILE-- <?php echo bcadd("1", "2"),"\n"; |