summaryrefslogtreecommitdiff
path: root/ext/date/tests/DateTime_setDate_variation3.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/date/tests/DateTime_setDate_variation3.phpt')
-rw-r--r--ext/date/tests/DateTime_setDate_variation3.phpt8
1 files changed, 4 insertions, 4 deletions
diff --git a/ext/date/tests/DateTime_setDate_variation3.phpt b/ext/date/tests/DateTime_setDate_variation3.phpt
index ef65e45e0e..d1ea4a8b81 100644
--- a/ext/date/tests/DateTime_setDate_variation3.phpt
+++ b/ext/date/tests/DateTime_setDate_variation3.phpt
@@ -3,14 +3,14 @@ Test DateTime::setDate() function : usage variation - Passing unexpected values
--FILE--
<?php
/* Prototype : public DateTime DateTime::setDate ( int $year , int $month , int $day )
- * Description: Resets the current date of the DateTime object to a different date.
+ * Description: Resets the current date of the DateTime object to a different date.
* Source code: ext/date/php_date.c
* Alias to functions: date_date_set
*/
echo "*** Testing DateTime::setDate() : usage variation - unexpected values to third argument \$day***\n";
-//Set the default time zone
+//Set the default time zone
date_default_timezone_set("Europe/London");
//get an unset variable
@@ -90,8 +90,8 @@ $inputs = array(
// unset data
'unset var' => @$unset_var,
-
- // resource
+
+ // resource
'resource' => $file_handle
);