summaryrefslogtreecommitdiff
path: root/ext/date/tests/date_basic1.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/date/tests/date_basic1.phpt')
-rw-r--r--ext/date/tests/date_basic1.phpt5
1 files changed, 0 insertions, 5 deletions
diff --git a/ext/date/tests/date_basic1.phpt b/ext/date/tests/date_basic1.phpt
index c05208e31e..51617830d6 100644
--- a/ext/date/tests/date_basic1.phpt
+++ b/ext/date/tests/date_basic1.phpt
@@ -2,11 +2,6 @@
Test date() function : basic functionality
--FILE--
<?php
-/* Prototype : string date ( string $format [, int $timestamp ] )
- * Description: Format a local time/date.
- * Source code: ext/date/php_date.c
- */
-
//Set the default time zone
date_default_timezone_set("Europe/London");