diff options
Diffstat (limited to 'ext/date/tests/microtime_error.phpt')
-rw-r--r-- | ext/date/tests/microtime_error.phpt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/date/tests/microtime_error.phpt b/ext/date/tests/microtime_error.phpt index c5a45e9abd..201456b8c0 100644 --- a/ext/date/tests/microtime_error.phpt +++ b/ext/date/tests/microtime_error.phpt @@ -2,10 +2,10 @@ Test wrong number of arguments for microtime() --FILE-- <?php -/* +/* * proto mixed microtime([bool get_as_float]) * Function is implemented in ext/standard/microtime.c -*/ +*/ $opt_arg_0 = true; $extra_arg = 1; |