summaryrefslogtreecommitdiff
path: root/ext/date/tests/timezone_open_variation1.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/date/tests/timezone_open_variation1.phpt')
-rw-r--r--ext/date/tests/timezone_open_variation1.phpt8
1 files changed, 4 insertions, 4 deletions
diff --git a/ext/date/tests/timezone_open_variation1.phpt b/ext/date/tests/timezone_open_variation1.phpt
index eb4d4b782e..d9afa4700d 100644
--- a/ext/date/tests/timezone_open_variation1.phpt
+++ b/ext/date/tests/timezone_open_variation1.phpt
@@ -10,7 +10,7 @@ Test timezone_open function : usage variation - Passing unexpected values to fir
echo "*** Testing timezone_open() : usage variation - unexpected values to first argument \$timezone***\n";
-//Set the default time zone
+//Set the default time zone
date_default_timezone_set("Europe/London");
//get an unset variable
@@ -88,15 +88,15 @@ $inputs = array(
// unset data
'unset var' => @$unset_var,
-
- // resource
+
+ // resource
'resource' => $file_handle
);
foreach($inputs as $variation =>$timezone) {
echo "\n-- $variation --\n";
var_dump( timezone_open($timezone) );
-
+
};
// closing the resource