diff options
author | Sterling Hughes <sterling@php.net> | 2003-06-30 20:03:17 +0000 |
---|---|---|
committer | Sterling Hughes <sterling@php.net> | 2003-06-30 20:03:17 +0000 |
commit | f6d84a10ea6d825c7ca69b3064651166f357c7df (patch) | |
tree | 2d0fe9d362f0e29949062a142e1085445ae210a3 | |
parent | 1d70191ab1db03236ca2e5b04fb2155cdc123a42 (diff) | |
download | php-git-f6d84a10ea6d825c7ca69b3064651166f357c7df.tar.gz |
set precision properly.. test passes here
-rw-r--r-- | ext/standard/tests/general_functions/sunfuncts.phpt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/standard/tests/general_functions/sunfuncts.phpt b/ext/standard/tests/general_functions/sunfuncts.phpt index b63ed131b5..7000c8892a 100644 --- a/ext/standard/tests/general_functions/sunfuncts.phpt +++ b/ext/standard/tests/general_functions/sunfuncts.phpt @@ -1,7 +1,7 @@ --TEST-- date_sunrise() and date_sunset() functions --INI-- -precision = 14 +precision=14 --FILE-- <?php |