diff --git a/ext/date/tests/010.phpt b/ext/date/tests/010.phpt index 9f8c30a2e95..8b392297036 100644 --- a/ext/date/tests/010.phpt +++ b/ext/date/tests/010.phpt @@ -8,7 +8,7 @@ date_default_timezone_set('UTC'); echo "Done\n"; ?> --EXPECTF-- -array(7) { +array(6) { [0]=> array(3) { ["dst"]=> @@ -52,7 +52,7 @@ array(7) { ["offset"]=> int(0) ["timezone_id"]=> - string(3) "GMT" + string(3) "UTC" } [5]=> array(3) { @@ -63,14 +63,5 @@ array(7) { ["timezone_id"]=> string(3) "UTC" } - [6]=> - array(3) { - ["dst"]=> - bool(false) - ["offset"]=> - int(0) - ["timezone_id"]=> - string(3) "UTC" - } } Done diff --git a/ext/date/tests/bug17988.phpt b/ext/date/tests/bug17988.phpt index e758b16aedf..01637d69c97 100644 --- a/ext/date/tests/bug17988.phpt +++ b/ext/date/tests/bug17988.phpt @@ -6,8 +6,6 @@ date.timezone=GMT