diff options
author | Sander Roobol <sander@php.net> | 2002-11-21 16:16:38 +0000 |
---|---|---|
committer | Sander Roobol <sander@php.net> | 2002-11-21 16:16:38 +0000 |
commit | b8cf1a369f3d4aff0ff19ffd51c47e94be436b91 (patch) | |
tree | bdc0bd07c2c6e98b57fbac90c593c9448c0f2dd1 /ext/bcmath/tests/bcsqrt.phpt | |
parent | 13a51b8f2010c5396172bd525766fb8f6651f45a (diff) | |
download | php-git-b8cf1a369f3d4aff0ff19ffd51c47e94be436b91.tar.gz |
Hardcode the bcmath.scale ini-entry
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"; |