summaryrefslogtreecommitdiff
path: root/ext/date/tests/DateTime_construct_error.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/date/tests/DateTime_construct_error.phpt')
-rw-r--r--ext/date/tests/DateTime_construct_error.phpt6
1 files changed, 3 insertions, 3 deletions
diff --git a/ext/date/tests/DateTime_construct_error.phpt b/ext/date/tests/DateTime_construct_error.phpt
index 71ce3d3018..7219d2b712 100644
--- a/ext/date/tests/DateTime_construct_error.phpt
+++ b/ext/date/tests/DateTime_construct_error.phpt
@@ -1,13 +1,13 @@
--TEST--
-Test new DateTime() : error conditions
+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:
+ * Alias to functions:
*/
-//Set the default time zone
+//Set the default time zone
date_default_timezone_set("GMT");
echo "*** Testing date_create() : error conditions ***\n";