summaryrefslogtreecommitdiff
path: root/ext/date/tests/DateTime_format_variation1.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/date/tests/DateTime_format_variation1.phpt')
-rw-r--r--ext/date/tests/DateTime_format_variation1.phpt4
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/date/tests/DateTime_format_variation1.phpt b/ext/date/tests/DateTime_format_variation1.phpt
index e57d628d0d..68bbd56caa 100644
--- a/ext/date/tests/DateTime_format_variation1.phpt
+++ b/ext/date/tests/DateTime_format_variation1.phpt
@@ -10,7 +10,7 @@ Test DateTime::format() function : usage variation - Passing unexpected values t
echo "*** Testing DateTime::format() : usage variation - unexpected values to first argument \$format***\n";
-//Set the default time zone
+//Set the default time zone
date_default_timezone_set("Europe/London");
//get an unset variable
@@ -91,7 +91,7 @@ $inputs = array(
// unset data
'unset var' => @$unset_var,
- // resource
+ // resource
'resource' => $file_handle
);