summaryrefslogtreecommitdiff
path: root/ext/date/tests/checkdate_error.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/date/tests/checkdate_error.phpt')
-rw-r--r--ext/date/tests/checkdate_error.phpt8
1 files changed, 4 insertions, 4 deletions
diff --git a/ext/date/tests/checkdate_error.phpt b/ext/date/tests/checkdate_error.phpt
index 4546408304..a96aa50f2c 100644
--- a/ext/date/tests/checkdate_error.phpt
+++ b/ext/date/tests/checkdate_error.phpt
@@ -1,16 +1,16 @@
--TEST--
-Test checkdate() function : error conditions
+Test checkdate() function : error conditions
--FILE--
<?php
/* Prototype : bool checkdate ( int $month , int $day , int $year )
* Description: Validate a Gregorian date
* Source code: ext/date/php_date.c
- * Alias to functions:
+ * Alias to functions:
*/
echo "*** Testing checkdate() : error conditions ***\n";
-//Set the default time zone
+//Set the default time zone
date_default_timezone_set("America/Chicago");
$arg_0 = 1;
@@ -27,7 +27,7 @@ var_dump (checkdate($arg_0));
var_dump (checkdate($arg_0, $arg_1));
?>
-===DONE===
+===DONE===
--EXPECTF--
*** Testing checkdate() : error conditions ***