summaryrefslogtreecommitdiff
path: root/ext/date/tests/gmstrftime_variation5.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/date/tests/gmstrftime_variation5.phpt')
-rw-r--r--ext/date/tests/gmstrftime_variation5.phpt4
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/date/tests/gmstrftime_variation5.phpt b/ext/date/tests/gmstrftime_variation5.phpt
index e86a10db56..c43c1e3740 100644
--- a/ext/date/tests/gmstrftime_variation5.phpt
+++ b/ext/date/tests/gmstrftime_variation5.phpt
@@ -3,7 +3,7 @@ Test gmstrftime() function : usage variation - Passing date related format strin
--FILE--
<?php
/* Prototype : string gmstrftime(string format [, int timestamp])
- * Description: Format a GMT/UCT time/date according to locale settings
+ * Description: Format a GMT/UCT time/date according to locale settings
* Source code: ext/date/php_date.c
* Alias to functions:
*/
@@ -20,7 +20,7 @@ date_default_timezone_set("Asia/Calcutta");
$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",
);