diff options
Diffstat (limited to 'ext/date/tests/strftime_variation22.phpt')
-rw-r--r-- | ext/date/tests/strftime_variation22.phpt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/date/tests/strftime_variation22.phpt b/ext/date/tests/strftime_variation22.phpt index 7b72ca51e1..5438d1ed5b 100644 --- a/ext/date/tests/strftime_variation22.phpt +++ b/ext/date/tests/strftime_variation22.phpt @@ -14,7 +14,7 @@ if(!setlocale(LC_ALL, "POSIX")) { /* Prototype : string strftime(string format [, int timestamp]) * 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"; @@ -38,7 +38,7 @@ foreach($inputs as $key =>$value) { echo "\n--$key--\n"; var_dump( $value ); var_dump( strftime($value, $timestamp) ); -} +} ?> ===DONE=== |