]> 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 d45ba1e9ccff0383d854a1616447405bf566b883..236be9d2f8ea82404f27534e2d978b3bc2a8ee7e 100644 (file)
@@ -113,13 +113,13 @@ bool(false)
 bool(false)
 
 --int 12345--
-unicode(5) "09:52"
-float(9.882%d)
-int(1218169377)
+string(5) "09:51"
+float(9.855%d)
+int(1218169278)
 
 --int -12345--
-unicode(5) "09:54"
-float(9.909%d)
+string(5) "09:54"
+float(9.9097820911118)
 int(1218169475)
 
 --empty array--
index 3bb56ff7b470c22c05f94e8adfc96cfc3de11e36..e62d61e260d2318e847e7c82be67d67d572c9f8d 100644 (file)
@@ -113,9 +113,9 @@ bool(false)
 bool(false)
 
 --int 12345--
-unicode(5) "19:19"
-float(19.319%d)
-int(1218203349)
+string(5) "19:20"
+float(19.340%d)
+int(1218203424)
 
 --int -12345--
 bool(false)