summaryrefslogtreecommitdiff
path: root/ext/date/tests/date_error.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/date/tests/date_error.phpt')
-rw-r--r--ext/date/tests/date_error.phpt6
1 files changed, 3 insertions, 3 deletions
diff --git a/ext/date/tests/date_error.phpt b/ext/date/tests/date_error.phpt
index ec7ff9da41..16b22fd3b0 100644
--- a/ext/date/tests/date_error.phpt
+++ b/ext/date/tests/date_error.phpt
@@ -1,5 +1,5 @@
--TEST--
-Test date() function : error conditions
+Test date() function : error conditions
--FILE--
<?php
/* Prototype : string date ( string $format [, int $timestamp ] )
@@ -9,7 +9,7 @@ Test date() function : error conditions
echo "*** Testing date() : error conditions ***\n";
-//Set the default time zone
+//Set the default time zone
date_default_timezone_set("America/Chicago");
$format = "m.d.y";
@@ -23,7 +23,7 @@ $extra_arg = true;
var_dump (checkdate($format, $timestamp, $extra_arg));
?>
-===DONE===
+===DONE===
--EXPECTF--
*** Testing date() : error conditions ***