From 3bab4824f00ba73f562c8a5252c83d6ce0d71b90 Mon Sep 17 00:00:00 2001 From: SVN Migration Date: Sun, 4 Apr 2004 12:42:14 +0000 Subject: [PATCH] This commit was manufactured by cvs2svn to create branch 'PHP_4_3'. --- ext/standard/tests/time/bug21966.phpt | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 ext/standard/tests/time/bug21966.phpt diff --git a/ext/standard/tests/time/bug21966.phpt b/ext/standard/tests/time/bug21966.phpt new file mode 100644 index 0000000000..637a957f2d --- /dev/null +++ b/ext/standard/tests/time/bug21966.phpt @@ -0,0 +1,19 @@ +--TEST-- +Bug #21966 (date() or mktime() returning bad value for mktime month param of '2') +--FILE-- + +--EXPECT-- +27/3/04 = 1080345600 +28/3/04 = 1080432000 +28/3/04 = 1080435600 +29/3/04 = 1080514800 +30/3/04 = 1080601200 -- 2.50.1