diff options
Diffstat (limited to 'ext/date/tests/date_parse_variation1.phpt')
| -rw-r--r-- | ext/date/tests/date_parse_variation1.phpt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/ext/date/tests/date_parse_variation1.phpt b/ext/date/tests/date_parse_variation1.phpt index 300bd5eac7..20157c74a0 100644 --- a/ext/date/tests/date_parse_variation1.phpt +++ b/ext/date/tests/date_parse_variation1.phpt @@ -2,7 +2,7 @@ Test date_parse() function : usage variation - Passing unexpected values to first argument $date. --FILE-- <?php -/* Prototype : array date_parse ( string $date ) +/* Prototype : array date_parse ( string $date ) * Description: Returns associative array with detailed info about given date. * Source code: ext/date/php_date.c */ @@ -89,7 +89,7 @@ $inputs = array( // unset data 'unset var' => @$unset_var, - + // resource 'resource' => $file_handle ); @@ -100,8 +100,8 @@ foreach($inputs as $variation =>$date) { if (is_array($result)) { var_dump($result["errors"]); } else { - var_dump($result); - } + var_dump($result); + } }; // closing the resource |
