diff options
Diffstat (limited to 'ext/date/tests/gmdate_variation9.phpt')
-rw-r--r-- | ext/date/tests/gmdate_variation9.phpt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/date/tests/gmdate_variation9.phpt b/ext/date/tests/gmdate_variation9.phpt index e210557ace..74fa312419 100644 --- a/ext/date/tests/gmdate_variation9.phpt +++ b/ext/date/tests/gmdate_variation9.phpt @@ -5,7 +5,7 @@ Test gmdate() function : usage variation - Passing Time format options to format /* Prototype : string gmdate(string format [, long timestamp]) * 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=== |