summaryrefslogtreecommitdiff
path: root/ext/date/tests/strftime_variation3.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/date/tests/strftime_variation3.phpt')
-rw-r--r--ext/date/tests/strftime_variation3.phpt6
1 files changed, 3 insertions, 3 deletions
diff --git a/ext/date/tests/strftime_variation3.phpt b/ext/date/tests/strftime_variation3.phpt
index 342cb76925..69f747ca34 100644
--- a/ext/date/tests/strftime_variation3.phpt
+++ b/ext/date/tests/strftime_variation3.phpt
@@ -3,9 +3,9 @@ Test strftime() function : usage variation - Passing week 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 @@ $inputs = array(
'Abbreviated weekday name' => "%a",
'Full weekday name' => "%A",
'Week number of the year' => "%U",
- 'Week number of the year in decimal number' => "%W",
+ 'Week number of the year in decimal number' => "%W",
);
// loop through each element of the array for timestamp