summaryrefslogtreecommitdiff
path: root/ext/date/tests/date_variation2.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/date/tests/date_variation2.phpt')
-rw-r--r--ext/date/tests/date_variation2.phpt6
1 files changed, 3 insertions, 3 deletions
diff --git a/ext/date/tests/date_variation2.phpt b/ext/date/tests/date_variation2.phpt
index 597c4d83bb..96140b621d 100644
--- a/ext/date/tests/date_variation2.phpt
+++ b/ext/date/tests/date_variation2.phpt
@@ -9,7 +9,7 @@ Test date() function : usage variation - Passing unexpected values to second arg
echo "*** Testing date() : usage variation - unexpected values to second argument \$timestamp***\n";
-//Set the default time zone
+//Set the default time zone
date_default_timezone_set("Europe/London");
//get an unset variable
@@ -89,8 +89,8 @@ $inputs = array(
// unset data
'unset var' => @$unset_var,
-
- // resource
+
+ // resource
'resource' => $file_handle
);