summaryrefslogtreecommitdiff
path: root/ext/date/tests/gmdate_variation9.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/date/tests/gmdate_variation9.phpt')
-rw-r--r--ext/date/tests/gmdate_variation9.phpt6
1 files changed, 3 insertions, 3 deletions
diff --git a/ext/date/tests/gmdate_variation9.phpt b/ext/date/tests/gmdate_variation9.phpt
index e210557ace..85c4e72042 100644
--- a/ext/date/tests/gmdate_variation9.phpt
+++ b/ext/date/tests/gmdate_variation9.phpt
@@ -3,9 +3,9 @@ Test gmdate() function : usage variation - Passing Time format options to format
--FILE--
<?php
/* Prototype : string gmdate(string format [, long timestamp])
- * Description: Format a GMT date/time
+ * Description: Format a GMT date/time
* Source code: ext/date/php_date.c
- * Alias to functions:
+ * Alias to functions:
*/
echo "*** Testing gmdate() : usage variation ***\n";
@@ -32,7 +32,7 @@ foreach($time_formats as $key =>$value) {
echo "\n--$key--\n";
var_dump( gmdate($value) );
var_dump( gmdate($value, $timestamp) );
-}
+}
?>
===DONE===