summaryrefslogtreecommitdiff
path: root/ext/date/tests/date_create-2.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/date/tests/date_create-2.phpt')
-rw-r--r--ext/date/tests/date_create-2.phpt12
1 files changed, 0 insertions, 12 deletions
diff --git a/ext/date/tests/date_create-2.phpt b/ext/date/tests/date_create-2.phpt
deleted file mode 100644
index e3bb1b3348..0000000000
--- a/ext/date/tests/date_create-2.phpt
+++ /dev/null
@@ -1,12 +0,0 @@
---TEST--
-date_create() function [2]
---SKIPIF--
-<?php if (!function_exists('date_create')) echo "SKIP"; ?>
---FILE--
-<?php
-date_default_timezone_set("GMT");
-$d = date_create("2005-07-18 22:10:00 +0400");
-echo $d->format(DATE_RFC822), "\n";
-?>
---EXPECT--
-Mon, 18 Jul 2005 22:10:00 GMT+0400