summaryrefslogtreecommitdiff
path: root/ext/date/tests/localtime_error.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/date/tests/localtime_error.phpt')
-rw-r--r--ext/date/tests/localtime_error.phpt10
1 files changed, 5 insertions, 5 deletions
diff --git a/ext/date/tests/localtime_error.phpt b/ext/date/tests/localtime_error.phpt
index b231ed0749..0224c3538e 100644
--- a/ext/date/tests/localtime_error.phpt
+++ b/ext/date/tests/localtime_error.phpt
@@ -1,15 +1,15 @@
--TEST--
-Test localtime() function : error conditions
+Test localtime() function : error conditions
--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:
*/
-//Set the default time zone
+//Set the default time zone
date_default_timezone_set("Europe/London");
echo "*** Testing localtime() : error conditions ***\n";