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.phpt4
1 files changed, 2 insertions, 2 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..63653a9606 100644
--- a/ext/date/tests/timezone_name_from_abbr_variation1.phpt
+++ b/ext/date/tests/timezone_name_from_abbr_variation1.phpt
@@ -5,7 +5,7 @@ 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";
@@ -89,7 +89,7 @@ $inputs = array(
// unset data
'unset var' => @$unset_var,
-
+
// resource
'resource' => $file_handle
);