diff options
Diffstat (limited to 'ext/date/tests/strftime_variation5.phpt')
| -rw-r--r-- | ext/date/tests/strftime_variation5.phpt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/date/tests/strftime_variation5.phpt b/ext/date/tests/strftime_variation5.phpt index 2f9180202d..15ad8b08ea 100644 --- a/ext/date/tests/strftime_variation5.phpt +++ b/ext/date/tests/strftime_variation5.phpt @@ -3,7 +3,7 @@ Test strftime() function : usage variation - Passing date related format strings --FILE-- <?php /* Prototype : string strftime(string format [, int timestamp]) - * Description: Format a local time/date according to locale settings + * Description: Format a local time/date according to locale settings * Source code: ext/date/php_date.c * Alias to functions: */ @@ -19,7 +19,7 @@ $timestamp = mktime(8, 8, 8, 8, 8, 2008); $inputs = array( 'Year as decimal number without a century' => "%y", 'Year as decimal number including the century' => "%Y", - 'Time zone offset' => "%Z", + 'Time zone offset' => "%Z", 'Time zone offset' => "%z", ); |
