diff options
Diffstat (limited to 'ext/date/tests/idate_error.phpt')
-rw-r--r-- | ext/date/tests/idate_error.phpt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/date/tests/idate_error.phpt b/ext/date/tests/idate_error.phpt index 7dad4606d7..4bd11fd263 100644 --- a/ext/date/tests/idate_error.phpt +++ b/ext/date/tests/idate_error.phpt @@ -5,7 +5,7 @@ Test idate() function : error conditions /* Prototype : int idate(string format [, int timestamp]) * Description: Format a local time/date as integer * Source code: ext/date/php_date.c - * Alias to functions: + * Alias to functions: */ echo "*** Testing idate() : error conditions ***\n"; |