diff options
Diffstat (limited to 'ext/date/tests/localtime_variation2.phpt')
-rw-r--r-- | ext/date/tests/localtime_variation2.phpt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/date/tests/localtime_variation2.phpt b/ext/date/tests/localtime_variation2.phpt index 7e2f4a5eee..ec796e27f2 100644 --- a/ext/date/tests/localtime_variation2.phpt +++ b/ext/date/tests/localtime_variation2.phpt @@ -6,7 +6,7 @@ Test localtime() function : usage variation - Passing unexpected values to secon * Description: Returns the results of the C system call localtime as an associative array * if the associative_array argument is set to 1 other wise it is a regular array * Source code: ext/date/php_date.c - * Alias to functions: + * Alias to functions: */ echo "*** Testing localtime() : usage variation ***\n"; |