summaryrefslogtreecommitdiff
path: root/ext/date/tests/date_parse_basic1.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/date/tests/date_parse_basic1.phpt')
-rw-r--r--ext/date/tests/date_parse_basic1.phpt8
1 files changed, 4 insertions, 4 deletions
diff --git a/ext/date/tests/date_parse_basic1.phpt b/ext/date/tests/date_parse_basic1.phpt
index 04710d1adb..a0801d7064 100644
--- a/ext/date/tests/date_parse_basic1.phpt
+++ b/ext/date/tests/date_parse_basic1.phpt
@@ -1,13 +1,13 @@
--TEST--
-Test date_parse() function : basic functionality
+Test date_parse() function : basic functionality
--FILE--
<?php
-/* Prototype : array date_parse ( string $date )
+/* Prototype : array date_parse ( string $date )
* Description: Returns associative array with detailed info about given date.
* Source code: ext/date/php_date.c
*/
-
-//Set the default time zone
+
+//Set the default time zone
date_default_timezone_set("Europe/London");
echo "*** Testing date_parse() : basic functionality ***\n";