mirror of
https://github.com/php/php-src.git
synced 2025-08-19 08:49:28 +02:00
Prevent test from failing on least significant digit
This commit is contained in:
parent
1ed6bb3e63
commit
04d178f79c
1 changed files with 23 additions and 23 deletions
|
@ -1,7 +1,7 @@
|
||||||
--TEST--
|
--TEST--
|
||||||
date_sunrise() and date_sunset() functions
|
date_sunrise() and date_sunset() functions
|
||||||
--INI--
|
--INI--
|
||||||
precision=14
|
precision=13
|
||||||
--FILE--
|
--FILE--
|
||||||
<?php
|
<?php
|
||||||
|
|
||||||
|
@ -18,27 +18,27 @@ for($a=1;$a<=12;$a++){
|
||||||
}
|
}
|
||||||
?>
|
?>
|
||||||
--EXPECT--
|
--EXPECT--
|
||||||
1041293199 06:39 6.6524557618962
|
1041293199 06:39 6.652455761896
|
||||||
1041293806 16:46 16.769374867459
|
1041293806 16:46 16.76937486746
|
||||||
1043971592 06:32 6.5453702926602
|
1043971592 06:32 6.54537029266
|
||||||
1043972233 17:13 17.217524708736
|
1043972233 17:13 17.21752470874
|
||||||
1046390766 06:06 6.1156526756851
|
1046390766 06:06 6.115652675685
|
||||||
1046391456 17:36 17.6108549623
|
1046391456 17:36 17.6108549623
|
||||||
1049069128 05:28 5.4727420290691
|
1049069128 05:28 5.472742029069
|
||||||
1049069878 17:58 17.972552584375
|
1049069878 17:58 17.97255258437
|
||||||
1051661094 04:54 4.9012299828593
|
1051661094 04:54 4.901229982859
|
||||||
1051661898 18:18 18.313688769483
|
1051661898 18:18 18.31368876948
|
||||||
1054339474 04:34 4.5744292894498
|
1054339474 04:34 4.57442928945
|
||||||
1054340319 18:39 18.656400943241
|
1054340319 18:39 18.65640094324
|
||||||
1056931476 04:36 4.6161204505189
|
1056931476 04:36 4.616120450519
|
||||||
1056932328 18:48 18.808871657766
|
1056932328 18:48 18.80887165777
|
||||||
1059609894 04:54 4.9068825098364
|
1059609894 04:54 4.906882509836
|
||||||
1059610715 18:35 18.599286002028
|
1059610715 18:35 18.59928600203
|
||||||
1062288314 05:14 5.2368895570738
|
1062288314 05:14 5.236889557074
|
||||||
1062289083 18:03 18.060541787879
|
1062289083 18:03 18.06054178788
|
||||||
1064880332 05:32 5.542366581139
|
1064880332 05:32 5.542366581139
|
||||||
1064881044 17:24 17.411505614917
|
1064881044 17:24 17.41150561492
|
||||||
1067558754 05:54 5.9162088420581
|
1067558754 05:54 5.916208842058
|
||||||
1067559410 16:50 16.833698570628
|
1067559410 16:50 16.83369857063
|
||||||
1070150780 06:20 6.3462215520697
|
1070150780 06:20 6.34622155207
|
||||||
1070151395 16:35 16.583589055537
|
1070151395 16:35 16.58358905554
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue