diff options
Diffstat (limited to 'ext/date/tests/DateTime_construct_error.phpt')
-rw-r--r-- | ext/date/tests/DateTime_construct_error.phpt | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/ext/date/tests/DateTime_construct_error.phpt b/ext/date/tests/DateTime_construct_error.phpt index 00b0394ff9..b033eadaeb 100644 --- a/ext/date/tests/DateTime_construct_error.phpt +++ b/ext/date/tests/DateTime_construct_error.phpt @@ -2,11 +2,6 @@ Test new DateTime() : error conditions --FILE-- <?php -/* Prototype : DateTime::__construct ([ string $time="now" [, DateTimeZone $timezone=NULL ]] ) - * Description: Returns new DateTime object - * Source code: ext/date/php_date.c - * Alias to functions: - */ //Set the default time zone date_default_timezone_set("GMT"); |