summaryrefslogtreecommitdiff
path: root/ext/date/tests/gmdate_variation12.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/date/tests/gmdate_variation12.phpt')
-rw-r--r--ext/date/tests/gmdate_variation12.phpt2
1 files changed, 0 insertions, 2 deletions
diff --git a/ext/date/tests/gmdate_variation12.phpt b/ext/date/tests/gmdate_variation12.phpt
index 60bb69a32a..38af31db3c 100644
--- a/ext/date/tests/gmdate_variation12.phpt
+++ b/ext/date/tests/gmdate_variation12.phpt
@@ -30,7 +30,6 @@ $timestamp = mktime(03, 14, 10, 1, 19, 2038);
var_dump( gmdate(DATE_ISO8601, $timestamp) );
?>
-===DONE===
--EXPECTREGEX--
\*\*\* Testing gmdate\(\) : usage variation \*\*\*
@@ -45,4 +44,3 @@ string\(24\) "2038-01-19T03:14:07\+0000"
-- Testing gmdate\(\) function with greater than the range of timestamp --
string\(24\) "(1970-01-01T00:00:00\+0000|2038-01-19T03:14:10\+0000)"
-===DONE===