diff options
Diffstat (limited to 'ext/date/tests/time_error.phpt')
| -rw-r--r-- | ext/date/tests/time_error.phpt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/date/tests/time_error.phpt b/ext/date/tests/time_error.phpt index b1d136feb2..30ba99d12c 100644 --- a/ext/date/tests/time_error.phpt +++ b/ext/date/tests/time_error.phpt @@ -2,10 +2,10 @@ Test wrong number of arguments for time() --FILE-- <?php -/* +/* * proto int time(void) * Function is implemented in ext/date/php_date.c -*/ +*/ // Extra arguments are ignored $extra_arg = 1; |
