Test: /ext/intl/tests/dateformat_get_set_pattern.phpt - Version 7.0.15    

There are 3 different diffs reported by users for this test.

Count Diff
5 (56%)
001+
001- Creating IntlDateFormatter with pattern = dd-MM-YY
002- After call to get_pattern : pattern= dd-MM-YY
003- Result of formatting timestamp=0 is :
004- 31-12-69
005- -------------------
006- Setting IntlDateFormatter with pattern = DD-MM-YYYY hh:mm:ss
007- After call to get_pattern : pattern= DD-MM-YYYY hh:mm:ss
008- Result of formatting timestamp=0 with the new pattern is :
009- 365-12-1969 07:00:00
010-
011- -------------------
012- Setting IntlDateFormatter with pattern = yyyy-DDD.hh:mm:ss z
013- After call to get_pattern : pattern= yyyy-DDD.hh:mm:ss z
014- Result of formatting timestamp=0 with the new pattern is :
015- 1969-365.07:00:00 EST
016-
017- -------------------
018- Setting IntlDateFormatter with pattern = yyyy/MM/dd
019- After call to get_pattern : pattern= yyyy/MM/dd
020- Result of formatting timestamp=0 with the new pattern is :
021- 1969/12/31
022-
023- -------------------
024- Setting IntlDateFormatter with pattern = yyyyMMdd
025- After call to get_pattern : pattern= yyyyMMdd
026- Result of formatting timestamp=0 with the new pattern is :
027- 19691231
3 (33%)
004+ 31-12-70
004- 31-12-69
009+ 365-12-1970 07:00:00
009- 365-12-1969 07:00:00
1 (11%)
001+ Termsig=11
001- Creating IntlDateFormatter with pattern = dd-MM-YY
002- After call to get_pattern : pattern= dd-MM-YY
003- Result of formatting timestamp=0 is :
004- 31-12-69
005- -------------------
006- Setting IntlDateFormatter with pattern = DD-MM-YYYY hh:mm:ss
007- After call to get_pattern : pattern= DD-MM-YYYY hh:mm:ss
008- Result of formatting timestamp=0 with the new pattern is :
009- 365-12-1969 07:00:00
010-
011- -------------------
012- Setting IntlDateFormatter with pattern = yyyy-DDD.hh:mm:ss z
013- After call to get_pattern : pattern= yyyy-DDD.hh:mm:ss z
014- Result of formatting timestamp=0 with the new pattern is :
015- 1969-365.07:00:00 EST
016-
017- -------------------
018- Setting IntlDateFormatter with pattern = yyyy/MM/dd
019- After call to get_pattern : pattern= yyyy/MM/dd
020- Result of formatting timestamp=0 with the new pattern is :
021- 1969/12/31
022-
023- -------------------
024- Setting IntlDateFormatter with pattern = yyyyMMdd
025- After call to get_pattern : pattern= yyyyMMdd
026- Result of formatting timestamp=0 with the new pattern is :
027- 19691231