summaryrefslogtreecommitdiff
path: root/ext/date/tests/localtime_basic.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/date/tests/localtime_basic.phpt')
-rw-r--r--ext/date/tests/localtime_basic.phpt8
1 files changed, 4 insertions, 4 deletions
diff --git a/ext/date/tests/localtime_basic.phpt b/ext/date/tests/localtime_basic.phpt
index fcfd636fb3..e957e53fc7 100644
--- a/ext/date/tests/localtime_basic.phpt
+++ b/ext/date/tests/localtime_basic.phpt
@@ -1,12 +1,12 @@
--TEST--
-Test localtime() function : basic functionality
+Test localtime() function : basic functionality
--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:
+ * Alias to functions:
*/
echo "*** Testing localtime() : basic functionality ***\n";