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.phpt6
1 files changed, 3 insertions, 3 deletions
diff --git a/ext/date/tests/checkdate_variation1.phpt b/ext/date/tests/checkdate_variation1.phpt
index 166a8a3508..a29212b1ae 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
*/
@@ -81,7 +81,7 @@ $inputs = array(
// unset data
'unset var' => @$unset_var,
- // resource
+ // resource
'resource' => $file_handle
);