From 4cdeb0e8083df440573ea33363ace8ddc7e004ea Mon Sep 17 00:00:00 2001 From: Zoe Slattery Date: Tue, 21 Oct 2008 09:34:39 +0000 Subject: [PATCH] Committing test for till --- ext/date/tests/strtotime_basic.phpt | 47 +++++++++++++++++++++++++++++ 1 file changed, 47 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 0000000000..48c8d6533a --- /dev/null +++ b/ext/date/tests/strtotime_basic.phpt @@ -0,0 +1,47 @@ +--TEST-- +strtotime() function - a test to show the difference in behaviour between 'first' and '1', "second" and "2"... +--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" -- 2.50.1