]> granicus.if.org Git - php/commitdiff
Fix date_sunrise/date_sunset tests
authorRasmus Lerdorf <rasmus@php.net>
Tue, 29 Sep 2009 13:56:51 +0000 (13:56 +0000)
committerRasmus Lerdorf <rasmus@php.net>
Tue, 29 Sep 2009 13:56:51 +0000 (13:56 +0000)
ext/date/tests/date_sunrise_variation5.phpt
ext/date/tests/date_sunset_variation5.phpt

index e697836d1d21959483f39ab9fa21045fb695b152..42674789fc93bb9c85b14a60f969f5d34128c8dd 100644 (file)
@@ -113,13 +113,13 @@ bool(false)
 bool(false)
 
 --int 12345--
-string(5) "09:52"
-float(9.882%d)
-int(1218169377)
+string(5) "09:51"
+float(9.855%d)
+int(1218169278)
 
 --int -12345--
 string(5) "09:54"
-float(9.909%d)
+float(9.9097820911118)
 int(1218169475)
 
 --empty array--
index 26bf4ccc9dd390503a9d2d8dc4b12711f17fff15..071963362818c5c13aa4a49e99f0d13e00af5075 100644 (file)
@@ -113,9 +113,9 @@ bool(false)
 bool(false)
 
 --int 12345--
-string(5) "19:19"
-float(19.319%d)
-int(1218203349)
+string(5) "19:20"
+float(19.340%d)
+int(1218203424)
 
 --int -12345--
 bool(false)