diff options
Diffstat (limited to 'ext/date/tests/strftime_variation19.phpt')
-rw-r--r-- | ext/date/tests/strftime_variation19.phpt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ext/date/tests/strftime_variation19.phpt b/ext/date/tests/strftime_variation19.phpt index f36d0a189e..03970034d8 100644 --- a/ext/date/tests/strftime_variation19.phpt +++ b/ext/date/tests/strftime_variation19.phpt @@ -9,9 +9,9 @@ if (strtoupper(substr(PHP_OS, 0, 3)) != 'WIN') { --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"; @@ -33,7 +33,7 @@ foreach($inputs as $key =>$value) { echo "\n--$key--\n"; var_dump( strftime($value) ); var_dump( strftime($value, $timestamp) ); -} +} ?> ===DONE=== |