summaryrefslogtreecommitdiff
path: root/ext/date/tests/timezone_offset_get_variation2.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/date/tests/timezone_offset_get_variation2.phpt')
-rw-r--r--ext/date/tests/timezone_offset_get_variation2.phpt4
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/date/tests/timezone_offset_get_variation2.phpt b/ext/date/tests/timezone_offset_get_variation2.phpt
index 3bb8e69823..88bb2ceb01 100644
--- a/ext/date/tests/timezone_offset_get_variation2.phpt
+++ b/ext/date/tests/timezone_offset_get_variation2.phpt
@@ -7,7 +7,7 @@ Test timezone_offset_get() function : usage variation - Passing unexpected value
* Source code: ext/date/php_date.c
* Alias to functions: DateTimeZone::getOffset()
*/
-
+
echo "*** Testing timezone_offset_get() : usage variation - unexpected values to second argument \$datetime***\n";
//Set the default time zone
@@ -98,7 +98,7 @@ $inputs = array(
// unset data
'unset var' => @$unset_var,
-
+
// resource
'resource' => $file_handle
);