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