summaryrefslogtreecommitdiff
path: root/ext/date/tests/checkdate_variation1.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/date/tests/checkdate_variation1.phpt')
-rw-r--r--ext/date/tests/checkdate_variation1.phpt8
1 files changed, 4 insertions, 4 deletions
diff --git a/ext/date/tests/checkdate_variation1.phpt b/ext/date/tests/checkdate_variation1.phpt
index a3539dd976..176054311b 100644
--- a/ext/date/tests/checkdate_variation1.phpt
+++ b/ext/date/tests/checkdate_variation1.phpt
@@ -3,8 +3,8 @@ Test checkdate() function : usage variation - Passing unexpected values to first
--FILE--
<?php
/* Prototype : bool checkdate ( int $month , int $day , int $year )
- * Description: Checks the validity of the date formed by the arguments.
- * A date is considered valid if each parameter is properly defined.
+ * Description: Checks the validity of the date formed by the arguments.
+ * A date is considered valid if each parameter is properly defined.
* Source code: ext/date/php_date.c
*/
@@ -80,8 +80,8 @@ $inputs = array(
// unset data
'unset var' => @$unset_var,
-
- // resource
+
+ // resource
'resource' => $file_handle
);