From f432258b02aeb7ccb90c894895daba8935b083c8 Mon Sep 17 00:00:00 2001 From: Zoe Slattery Date: Tue, 21 Oct 2008 09:37:41 +0000 Subject: [PATCH] Committing test for till --- ext/date/tests/strtotime_basic.phpt | 49 +++++++++++++++++++++++++++++ 1 file changed, 49 insertions(+) create mode 100644 ext/date/tests/strtotime_basic.phpt diff --git a/ext/date/tests/strtotime_basic.phpt b/ext/date/tests/strtotime_basic.phpt new file mode 100644 index 00000000000..7ada2ef1313 --- /dev/null +++ b/ext/date/tests/strtotime_basic.phpt @@ -0,0 +1,49 @@ +--TEST-- +strtotime() function - a test to show the difference in behaviour between 'first' and '1', "second" and "2"... +--XFAIL-- +Expected to fail - fix to bug 43452 needs to be back ported to PHP52 +--INI-- +date.timezone="UTC" +--SKIPIF-- + +--FILE-- + +--EXPECTF-- +%string|unicode%(10) "2008-12-01" +%string|unicode%(10) "2008-12-08" +%string|unicode%(10) "2008-12-15" +%string|unicode%(10) "2008-12-08" +%string|unicode%(10) "2008-12-15" +%string|unicode%(10) "2008-12-22"