summaryrefslogtreecommitdiff
path: root/ext/date/tests/DateTime_modify_variation1.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/date/tests/DateTime_modify_variation1.phpt')
-rw-r--r--ext/date/tests/DateTime_modify_variation1.phpt8
1 files changed, 4 insertions, 4 deletions
diff --git a/ext/date/tests/DateTime_modify_variation1.phpt b/ext/date/tests/DateTime_modify_variation1.phpt
index ddb36751ce..d442243ead 100644
--- a/ext/date/tests/DateTime_modify_variation1.phpt
+++ b/ext/date/tests/DateTime_modify_variation1.phpt
@@ -3,14 +3,14 @@ Test DateTime::modify() function : usage variation - Passing unexpected values t
--FILE--
<?php
/* Prototype : public DateTime DateTime::modify ( string $modify )
- * Description: Alter the timestamp of a DateTime object by incrementing or decrementing in a format accepted by strtotime().
+ * Description: Alter the timestamp of a DateTime object by incrementing or decrementing in a format accepted by strtotime().
* Source code: ext/date/php_date.c
* Alias to functions: public date_modify()
*/
echo "*** Testing DateTime::modify() : usage variation - unexpected values to first argument \$modify***\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
);