diff options
Diffstat (limited to 'ext/date/tests/getdate_variation4.phpt')
| -rw-r--r-- | ext/date/tests/getdate_variation4.phpt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/ext/date/tests/getdate_variation4.phpt b/ext/date/tests/getdate_variation4.phpt index 59c1681cd7..49e2311c2e 100644 --- a/ext/date/tests/getdate_variation4.phpt +++ b/ext/date/tests/getdate_variation4.phpt @@ -1,16 +1,16 @@ --TEST-- -Test getdate() function : usage variation - Verifyig by supplying year-wise sample time stamps since Unix epoch time +Test getdate() function : usage variation - Verifyig by supplying year-wise sample time stamps since Unix epoch time --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"; -//Set the default time zone +//Set the default time zone date_default_timezone_set("Asia/Calcutta"); //array of values to iterate over |
