From c48a4a7f5d82452d7d5ceac38e04c7893486f4f9 Mon Sep 17 00:00:00 2001 From: Michael Wallner Date: Mon, 14 Jul 2014 13:28:30 +0200 Subject: [PATCH] fix test for newer internal datetime format --- tests/types002.phpt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/tests/types002.phpt b/tests/types002.phpt index 123bd11..e6e6e70 100644 --- a/tests/types002.phpt +++ b/tests/types002.phpt @@ -55,7 +55,7 @@ array(12) { ["format"]=> string(5) "Y-m-d" ["date"]=> - string(19) "2013-01-01 00:00:00" + string(%d) "2013-01-01 00:00:00%r(\.000000)?%r" ["timezone_type"]=> int(3) ["timezone"]=> @@ -66,7 +66,7 @@ array(12) { ["format"]=> string(11) "Y-m-d H:i:s" ["date"]=> - string(19) "1970-01-01 00:00:01" + string(%d) "1970-01-01 00:00:01%r(\.000000)?%r" ["timezone_type"]=> int(1) ["timezone"]=> @@ -77,7 +77,7 @@ array(12) { ["format"]=> string(13) "Y-m-d H:i:s.u" ["date"]=> - string(19) "2013-01-01 01:01:01" + string(%d) "2013-01-01 01:01:01%r(\.000000)?%r" ["timezone_type"]=> int(3) ["timezone"]=> @@ -88,7 +88,7 @@ array(12) { ["format"]=> string(14) "Y-m-d H:i:s.uO" ["date"]=> - string(19) "2013-01-01 01:01:01" + string(%d) "2013-01-01 01:01:01%r(\.000000)?%r" ["timezone_type"]=> int(1) ["timezone"]=> -- 2.30.2