diff options
| author | Ondřej Surý <ondrej@sury.org> | 2012-02-17 12:10:08 +0100 |
|---|---|---|
| committer | Ondřej Surý <ondrej@sury.org> | 2012-02-17 12:10:08 +0100 |
| commit | f89bb30da3cd51ee2deb566a08e318d6c3995324 (patch) | |
| tree | b402687176685db240a0043af98b91f8f8b3737f /ext/intl | |
| parent | 5292df2401c781de56fd04835c18e11162152626 (diff) | |
| download | php-f89bb30da3cd51ee2deb566a08e318d6c3995324.tar.gz | |
Imported Upstream version 5.4.0~rc8upstream/5.4.0_rc8
Diffstat (limited to 'ext/intl')
| -rwxr-xr-x | ext/intl/tests/dateformat_localtime.phpt | 6 | ||||
| -rwxr-xr-x | ext/intl/tests/dateformat_parse_localtime_parsepos.phpt | 4 |
2 files changed, 5 insertions, 5 deletions
diff --git a/ext/intl/tests/dateformat_localtime.phpt b/ext/intl/tests/dateformat_localtime.phpt index 0e9a4c34a..0f04a653f 100755 --- a/ext/intl/tests/dateformat_localtime.phpt +++ b/ext/intl/tests/dateformat_localtime.phpt @@ -92,7 +92,7 @@ include_once( 'ut_common.inc' ); // Run the test ut_run(); ?> ---EXPECT-- +--EXPECTF-- ------------------------------- Input text is : Thursday, December 18, 1969 8:49:59 AM PST @@ -110,7 +110,7 @@ Input text is : June 18, 1969 8:49:59 AM IntlDateFormatter : DateType::LONG, TimeType::LONG ------------ IntlDateFormatter : DateType::MEDIUM, TimeType::MEDIUM -tm_sec : '59' , tm_min : '49' , tm_hour : '8' , tm_year : '69' , tm_mday : '18' , tm_wday : '3' , tm_yday : '169' , tm_mon : '5' , tm_isdst : '1' , +tm_sec : '59' , tm_min : '49' , tm_hour : '8' , tm_year : '69' , tm_mday : '18' , tm_wday : '3' , tm_yday : '169' , tm_mon : '5' , tm_isdst : '%d' , ------------ IntlDateFormatter : DateType::FULL, TimeType::FULL ------------------------------- @@ -130,4 +130,4 @@ IntlDateFormatter : DateType::LONG, TimeType::LONG ------------ IntlDateFormatter : DateType::MEDIUM, TimeType::MEDIUM ------------ -IntlDateFormatter : DateType::FULL, TimeType::FULL
\ No newline at end of file +IntlDateFormatter : DateType::FULL, TimeType::FULL diff --git a/ext/intl/tests/dateformat_parse_localtime_parsepos.phpt b/ext/intl/tests/dateformat_parse_localtime_parsepos.phpt index b19ab7776..2256c9b36 100755 --- a/ext/intl/tests/dateformat_parse_localtime_parsepos.phpt +++ b/ext/intl/tests/dateformat_parse_localtime_parsepos.phpt @@ -78,7 +78,7 @@ include_once( 'ut_common.inc' ); // Run the test ut_run(); ?> ---EXPECT-- +--EXPECTF-- ------------------------------- Input text is : Thursday, December 18, 1969 8:49:59 AM PST @@ -96,7 +96,7 @@ Input text is : June 18, 1969 8:49:59 AM IntlDateFormatter : DateType::LONG, TimeType::LONG Error : 'Date parsing failed: U_PARSE_ERROR' ------------ IntlDateFormatter : DateType::MEDIUM, TimeType::MEDIUM -tm_sec : '59' , tm_min : '49' , tm_hour : '8' , tm_year : '69' , tm_mday : '18' , tm_wday : '3' , tm_yday : '169' , tm_mon : '5' , tm_isdst : '1' , +tm_sec : '59' , tm_min : '49' , tm_hour : '8' , tm_year : '69' , tm_mday : '18' , tm_wday : '3' , tm_yday : '169' , tm_mon : '5' , tm_isdst : '%d' , ------------ IntlDateFormatter : DateType::FULL, TimeType::FULL Error : 'Date parsing failed: U_PARSE_ERROR' ------------------------------- |
