diff options
Diffstat (limited to 'ext/date/tests/mktime_variation4.phpt')
-rw-r--r-- | ext/date/tests/mktime_variation4.phpt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/date/tests/mktime_variation4.phpt b/ext/date/tests/mktime_variation4.phpt index af6bc1f29c..1a398d090e 100644 --- a/ext/date/tests/mktime_variation4.phpt +++ b/ext/date/tests/mktime_variation4.phpt @@ -5,7 +5,7 @@ Test mktime() function : usage variation - Passing unexpected values to forth ar /* Prototype : int mktime ([ int $hour= date("H") [, int $minute= date("i") [, int $second= date("s") [, int $month= date("n") [, int $day= date("j") [, int $year= date("Y") [, int $is_dst= -1 ]]]]]]] ) * Description: Get Unix timestamp for a date * Source code: ext/date/php_date.c - * Alias to functions: + * Alias to functions: */ echo "*** Testing mktime() : usage variation - unexpected values to forth argument \$month***\n"; @@ -89,7 +89,7 @@ $inputs = array( // unset data 'unset var' => @$unset_var, - + // resource 'resource' => $file_handle ); |