summaryrefslogtreecommitdiff
path: root/ext/date/tests/strftime_variation5.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/date/tests/strftime_variation5.phpt')
-rw-r--r--ext/date/tests/strftime_variation5.phpt6
1 files changed, 3 insertions, 3 deletions
diff --git a/ext/date/tests/strftime_variation5.phpt b/ext/date/tests/strftime_variation5.phpt
index 90f4e37ba3..15ad8b08ea 100644
--- a/ext/date/tests/strftime_variation5.phpt
+++ b/ext/date/tests/strftime_variation5.phpt
@@ -3,9 +3,9 @@ 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:
+ * Alias to functions:
*/
echo "*** Testing strftime() : usage variation ***\n";
@@ -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",
);