summaryrefslogtreecommitdiff
path: root/ext/date/tests/gmstrftime_variation11.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/date/tests/gmstrftime_variation11.phpt')
-rw-r--r--ext/date/tests/gmstrftime_variation11.phpt6
1 files changed, 3 insertions, 3 deletions
diff --git a/ext/date/tests/gmstrftime_variation11.phpt b/ext/date/tests/gmstrftime_variation11.phpt
index f90e51ec16..bb37757c7a 100644
--- a/ext/date/tests/gmstrftime_variation11.phpt
+++ b/ext/date/tests/gmstrftime_variation11.phpt
@@ -1,5 +1,5 @@
--TEST--
-Test gmstrftime() function : usage variation - Checking month related formats which was not supported on Windows before VC14.
+Test gmstrftime() function : usage variation - Checking month related formats which was not supported on Windows before VC14.
--SKIPIF--
<?php
if (strtoupper(substr(PHP_OS, 0, 3)) != 'WIN') {
@@ -9,9 +9,9 @@ if (strtoupper(substr(PHP_OS, 0, 3)) != 'WIN') {
--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:
+ * Alias to functions:
*/
echo "*** Testing gmstrftime() : usage variation ***\n";