diff options
-rw-r--r-- | ext/standard/tests/general_functions/sunfuncts.phpt | 46 |
1 files changed, 23 insertions, 23 deletions
diff --git a/ext/standard/tests/general_functions/sunfuncts.phpt b/ext/standard/tests/general_functions/sunfuncts.phpt index 7000c8892a..3e528b59c2 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=13 --FILE-- <?php @@ -18,27 +18,27 @@ for($a=1;$a<=12;$a++){ } ?> --EXPECT-- -1041293199 06:39 6.6524557618962 -1041293806 16:46 16.769374867459 -1043971592 06:32 6.5453702926602 -1043972233 17:13 17.217524708736 -1046390766 06:06 6.1156526756851 +1041293199 06:39 6.652455761896 +1041293806 16:46 16.76937486746 +1043971592 06:32 6.54537029266 +1043972233 17:13 17.21752470874 +1046390766 06:06 6.115652675685 1046391456 17:36 17.6108549623 -1049069128 05:28 5.4727420290691 -1049069878 17:58 17.972552584375 -1051661094 04:54 4.9012299828593 -1051661898 18:18 18.313688769483 -1054339474 04:34 4.5744292894498 -1054340319 18:39 18.656400943241 -1056931476 04:36 4.6161204505189 -1056932328 18:48 18.808871657766 -1059609894 04:54 4.9068825098364 -1059610715 18:35 18.599286002028 -1062288314 05:14 5.2368895570738 -1062289083 18:03 18.060541787879 +1049069128 05:28 5.472742029069 +1049069878 17:58 17.97255258437 +1051661094 04:54 4.901229982859 +1051661898 18:18 18.31368876948 +1054339474 04:34 4.57442928945 +1054340319 18:39 18.65640094324 +1056931476 04:36 4.616120450519 +1056932328 18:48 18.80887165777 +1059609894 04:54 4.906882509836 +1059610715 18:35 18.59928600203 +1062288314 05:14 5.236889557074 +1062289083 18:03 18.06054178788 1064880332 05:32 5.542366581139 -1064881044 17:24 17.411505614917 -1067558754 05:54 5.9162088420581 -1067559410 16:50 16.833698570628 -1070150780 06:20 6.3462215520697 -1070151395 16:35 16.583589055537 +1064881044 17:24 17.41150561492 +1067558754 05:54 5.916208842058 +1067559410 16:50 16.83369857063 +1070150780 06:20 6.34622155207 +1070151395 16:35 16.58358905554 |