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.phpt5
1 files changed, 0 insertions, 5 deletions
diff --git a/ext/date/tests/date_parse_basic1.phpt b/ext/date/tests/date_parse_basic1.phpt
index f8af03f6d9..8aea01a040 100644
--- a/ext/date/tests/date_parse_basic1.phpt
+++ b/ext/date/tests/date_parse_basic1.phpt
@@ -2,11 +2,6 @@
Test date_parse() function : basic functionality
--FILE--
<?php
-/* 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
date_default_timezone_set("Europe/London");