rasmus Tue, 29 Sep 2009 13:56:51 +0000 Revision: http://svn.php.net/viewvc?view=revision&revision=288940
Log: Fix date_sunrise/date_sunset tests Changed paths: U php/php-src/branches/PHP_5_2/ext/date/tests/date_sunrise_variation5.phpt U php/php-src/branches/PHP_5_2/ext/date/tests/date_sunset_variation5.phpt U php/php-src/branches/PHP_5_3/ext/date/tests/date_sunrise_variation5.phpt U php/php-src/branches/PHP_5_3/ext/date/tests/date_sunset_variation5.phpt U php/php-src/trunk/ext/date/tests/date_sunrise_variation5.phpt U php/php-src/trunk/ext/date/tests/date_sunset_variation5.phpt Modified: php/php-src/branches/PHP_5_2/ext/date/tests/date_sunrise_variation5.phpt =================================================================== --- php/php-src/branches/PHP_5_2/ext/date/tests/date_sunrise_variation5.phpt 2009-09-29 13:40:45 UTC (rev 288939) +++ php/php-src/branches/PHP_5_2/ext/date/tests/date_sunrise_variation5.phpt 2009-09-29 13:56:51 UTC (rev 288940) @@ -113,13 +113,13 @@ 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-- Modified: php/php-src/branches/PHP_5_2/ext/date/tests/date_sunset_variation5.phpt =================================================================== --- php/php-src/branches/PHP_5_2/ext/date/tests/date_sunset_variation5.phpt 2009-09-29 13:40:45 UTC (rev 288939) +++ php/php-src/branches/PHP_5_2/ext/date/tests/date_sunset_variation5.phpt 2009-09-29 13:56:51 UTC (rev 288940) @@ -113,9 +113,9 @@ 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) Modified: php/php-src/branches/PHP_5_3/ext/date/tests/date_sunrise_variation5.phpt =================================================================== --- php/php-src/branches/PHP_5_3/ext/date/tests/date_sunrise_variation5.phpt 2009-09-29 13:40:45 UTC (rev 288939) +++ php/php-src/branches/PHP_5_3/ext/date/tests/date_sunrise_variation5.phpt 2009-09-29 13:56:51 UTC (rev 288940) @@ -113,13 +113,13 @@ 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-- Modified: php/php-src/branches/PHP_5_3/ext/date/tests/date_sunset_variation5.phpt =================================================================== --- php/php-src/branches/PHP_5_3/ext/date/tests/date_sunset_variation5.phpt 2009-09-29 13:40:45 UTC (rev 288939) +++ php/php-src/branches/PHP_5_3/ext/date/tests/date_sunset_variation5.phpt 2009-09-29 13:56:51 UTC (rev 288940) @@ -113,9 +113,9 @@ 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) Modified: php/php-src/trunk/ext/date/tests/date_sunrise_variation5.phpt =================================================================== --- php/php-src/trunk/ext/date/tests/date_sunrise_variation5.phpt 2009-09-29 13:40:45 UTC (rev 288939) +++ php/php-src/trunk/ext/date/tests/date_sunrise_variation5.phpt 2009-09-29 13:56:51 UTC (rev 288940) @@ -113,13 +113,13 @@ 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-- Modified: php/php-src/trunk/ext/date/tests/date_sunset_variation5.phpt =================================================================== --- php/php-src/trunk/ext/date/tests/date_sunset_variation5.phpt 2009-09-29 13:40:45 UTC (rev 288939) +++ php/php-src/trunk/ext/date/tests/date_sunset_variation5.phpt 2009-09-29 13:56:51 UTC (rev 288940) @@ -113,9 +113,9 @@ 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)
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php