summaryrefslogtreecommitdiff
path: root/ext/date/tests/timezone_name_from_abbr_variation1.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/date/tests/timezone_name_from_abbr_variation1.phpt')
-rw-r--r--ext/date/tests/timezone_name_from_abbr_variation1.phpt8
1 files changed, 4 insertions, 4 deletions
diff --git a/ext/date/tests/timezone_name_from_abbr_variation1.phpt b/ext/date/tests/timezone_name_from_abbr_variation1.phpt
index 4825d09f5b..f2702fe2c9 100644
--- a/ext/date/tests/timezone_name_from_abbr_variation1.phpt
+++ b/ext/date/tests/timezone_name_from_abbr_variation1.phpt
@@ -5,12 +5,12 @@ Test timezone_name_from_abbr() function : usage variation - Passing unexpected v
/* Prototype : string timezone_name_from_abbr ( string $abbr [, int $gmtOffset= -1 [, int $isdst= -1 ]] )
* Description: Returns the timezone name from abbrevation
* Source code: ext/date/php_date.c
- * Alias to functions:
+ * Alias to functions:
*/
echo "*** Testing timezone_name_from_abbr() : usage variation - unexpected values to first argument \$abbr***\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
);