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