tony2001 Wed Jan 14 16:32:02 2009 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/date/tests date_sun_info_variation2.phpt Log: fix typo http://cvs.php.net/viewvc.cgi/php-src/ext/date/tests/date_sun_info_variation2.phpt?r1=1.1.4.4&r2=1.1.4.5&diff_format=u Index: php-src/ext/date/tests/date_sun_info_variation2.phpt diff -u php-src/ext/date/tests/date_sun_info_variation2.phpt:1.1.4.4 php-src/ext/date/tests/date_sun_info_variation2.phpt:1.1.4.5 --- php-src/ext/date/tests/date_sun_info_variation2.phpt:1.1.4.4 Wed Jan 14 16:28:54 2009 +++ php-src/ext/date/tests/date_sun_info_variation2.phpt Wed Jan 14 16:32:02 2009 @@ -1,5 +1,5 @@ --TEST-- -Test date_sun_info() function : error variations - Pass unexepcted values for latitude argument +Test date_sun_info() function : error variations - Pass unexpected values for latitude argument --FILE-- <?php /* Prototype : array date_sun_info ( int $time , float $latitude , float $longitude ) @@ -489,4 +489,4 @@ Warning: date_sun_info() expects parameter 2 to be double, resource given in %s on line %d bool(false) -===Done=== \ No newline at end of file +===Done===
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php