summaryrefslogtreecommitdiff
path: root/ext/date/tests/localtime_variation2.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/date/tests/localtime_variation2.phpt')
-rw-r--r--ext/date/tests/localtime_variation2.phpt4
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/date/tests/localtime_variation2.phpt b/ext/date/tests/localtime_variation2.phpt
index ec796e27f2..315d956fcd 100644
--- a/ext/date/tests/localtime_variation2.phpt
+++ b/ext/date/tests/localtime_variation2.phpt
@@ -3,8 +3,8 @@ Test localtime() function : usage variation - Passing unexpected values to secon
--FILE--
<?php
/* Prototype : array localtime([int timestamp [, bool associative_array]])
- * Description: Returns the results of the C system call localtime as an associative array
- * if the associative_array argument is set to 1 other wise it is a regular array
+ * Description: Returns the results of the C system call localtime as an associative array
+ * if the associative_array argument is set to 1 other wise it is a regular array
* Source code: ext/date/php_date.c
* Alias to functions:
*/