diff options
Diffstat (limited to 'ext/date/tests/getdate_variation5.phpt')
-rw-r--r-- | ext/date/tests/getdate_variation5.phpt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/ext/date/tests/getdate_variation5.phpt b/ext/date/tests/getdate_variation5.phpt index 9cf29a2fc8..f9c525ab4b 100644 --- a/ext/date/tests/getdate_variation5.phpt +++ b/ext/date/tests/getdate_variation5.phpt @@ -1,18 +1,18 @@ --TEST-- -Test getdate() function : usage variation - Verifyig with different timezones on Unix epoch timestamp +Test getdate() function : usage variation - Verifyig with different timezones on Unix epoch timestamp --FILE-- <?php /* Prototype : array getdate([int timestamp]) - * Description: Get date/time information + * Description: Get date/time information * Source code: ext/date/php_date.c - * Alias to functions: + * Alias to functions: */ echo "*** Testing getdate() : usage variation ***\n"; //Timezones with required data for date_sunrise $inputs = array ( - //GMT-11 + //GMT-11 "Pacific/Samoa", //GMT-9 "US/Alaska", |