php-src/ext/intl/tests
Peter Kokot d679f02295 Sync leading and final newlines in *.phpt sections
This patch adds missing newlines, trims multiple redundant final
newlines into a single one, and trims redundant leading newlines in all
*.phpt sections.

According to POSIX, a line is a sequence of zero or more non-' <newline>'
characters plus a terminating '<newline>' character. [1] Files should
normally have at least one final newline character.

C89 [2] and later standards [3] mention a final newline:
"A source file that is not empty shall end in a new-line character,
which shall not be immediately preceded by a backslash character."

Although it is not mandatory for all files to have a final newline
fixed, a more consistent and homogeneous approach brings less of commit
differences issues and a better development experience in certain text
editors and IDEs.

[1] http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/V1_chap03.html#tag_03_206
[2] https://port70.net/~nsz/c/c89/c89-draft.html#2.1.1.2
[3] https://port70.net/~nsz/c/c99/n1256.html#5.1.1.2
2018-10-15 04:33:09 +02:00
..
_files Remove executable bit from files 2012-07-30 10:25:17 +02:00
locale Bugfix #74993 Wrong reflection param into for some intl: lookup_*() methods 2017-07-26 18:55:23 -04:00
badargs.phpt Trim trailing whitespace in tests 2018-10-14 12:07:20 -03:00
breakiter___construct_error.phpt Sync leading and final newlines in *.phpt sections 2018-10-15 04:33:09 +02:00
breakiter___construct.phpt Sync leading and final newlines in *.phpt sections 2018-10-15 04:33:09 +02:00
breakiter_clone_basic.phpt Sync leading and final newlines in *.phpt sections 2018-10-15 04:33:09 +02:00
breakiter_createCodePointInstance_basic.phpt Added IntlCodePointBreakIterator. 2012-06-22 18:19:54 +02:00
breakiter_createCodePointInstance_error.phpt Sync leading and final newlines in *.phpt sections 2018-10-15 04:33:09 +02:00
breakiter_current_basic.phpt Sync leading and final newlines in *.phpt sections 2018-10-15 04:33:09 +02:00
breakiter_factories_basic.phpt Sync leading and final newlines in *.phpt sections 2018-10-15 04:33:09 +02:00
breakiter_factories_error.phpt Sync leading and final newlines in *.phpt sections 2018-10-15 04:33:09 +02:00
breakiter_first_basic.phpt Fix intl tests failed because of missing skipif section 2012-08-15 01:03:56 +08:00
breakiter_first_last_previous_current_error.phpt Sync leading and final newlines in *.phpt sections 2018-10-15 04:33:09 +02:00
breakiter_following_basic.phpt Sync leading and final newlines in *.phpt sections 2018-10-15 04:33:09 +02:00
breakiter_following_preceding_isBoundary_error.phpt Sync leading and final newlines in *.phpt sections 2018-10-15 04:33:09 +02:00
breakiter_getLocale_basic2.phpt test fixes for ICU 53.1 2014-04-14 15:34:32 +02:00
breakiter_getLocale_basic.phpt test fixes for ICU 53.1 2014-04-14 15:34:32 +02:00
breakiter_getLocale_error.phpt Sync leading and final newlines in *.phpt sections 2018-10-15 04:33:09 +02:00
breakiter_getPartsIterator_basic2.phpt Rework these new tests to match with diffs in ICU 58, 59 and upcoming 60 2017-10-21 10:29:04 +02:00
breakiter_getPartsIterator_basic.phpt Fix version checks in tests 2017-10-20 15:23:09 +02:00
breakiter_getPartsIterator_error.phpt Sync leading and final newlines in *.phpt sections 2018-10-15 04:33:09 +02:00
breakiter_getPartsIterator_var1.phpt BreakIterator::getPartsIterator: new optional arg 2012-06-22 18:52:06 +02:00
breakiter_getText_basic.phpt Use EXPECT instead of EXPECTF when possible 2018-02-20 21:53:48 +01:00
breakiter_getText_error.phpt Sync leading and final newlines in *.phpt sections 2018-10-15 04:33:09 +02:00
breakiter_isBoundary_basic.phpt Sync leading and final newlines in *.phpt sections 2018-10-15 04:33:09 +02:00
breakiter_last_basic.phpt Use EXPECT instead of EXPECTF when possible 2018-02-20 21:53:48 +01:00
breakiter_next_basic.phpt Fix intl tests failed because of missing skipif section 2012-08-15 01:03:56 +08:00
breakiter_next_error.phpt Sync leading and final newlines in *.phpt sections 2018-10-15 04:33:09 +02:00
breakiter_preceding_basic2.phpt Sync and fix tests for ICU 60.1 compat 2017-11-02 12:37:04 +01:00
breakiter_preceding_basic.phpt Fix version checks in tests 2017-10-20 15:23:09 +02:00
breakiter_previous_basic.phpt Sync leading and final newlines in *.phpt sections 2018-10-15 04:33:09 +02:00
breakiter_setText_basic.phpt Fix intl tests failed because of missing skipif section 2012-08-15 01:03:56 +08:00
breakiter_setText_error.phpt Sync leading and final newlines in *.phpt sections 2018-10-15 04:33:09 +02:00
bug12887.phpt Remove executable bit from files 2012-07-30 10:25:17 +02:00
bug14562.phpt Fix bug #67052 (NumberFormatter::parse() resets LC_NUMERIC setting) 2014-07-07 00:36:57 -07:00
bug48227.phpt Add _IS_NUMBER as cast_object() target type 2017-12-26 12:39:06 +01:00
bug50590.phpt backported some ext/intl tests from 5.6 into 5.4 2014-04-14 16:31:18 +02:00
bug53512.phpt Use EXPECT instead of EXPECTF when possible 2018-02-20 21:53:48 +01:00
bug53735.phpt Add test for bug #53735 2016-06-06 21:06:06 +02:00
bug55562.phpt fix bug 55562 - make substr always return rest of the string if length is too long 2011-09-04 18:50:05 +00:00
bug58756_MessageFormatter_variant2.phpt added fixed tests for ICU >= 51.2 2013-10-07 13:49:55 +02:00
bug58756_MessageFormatter.phpt fixed failing tests for ICU >= 51.2 2013-10-07 13:49:10 +02:00
bug59597_32.phpt Sync leading and final newlines in *.phpt sections 2018-10-15 04:33:09 +02:00
bug59597_64.phpt Fix test, wrong exepct rule used 2012-08-02 19:31:34 +08:00
bug60192-compare.phpt Sync leading and final newlines in *.phpt sections 2018-10-15 04:33:09 +02:00
bug60192-getlocale.phpt Sync leading and final newlines in *.phpt sections 2018-10-15 04:33:09 +02:00
bug60192-getsortkey.phpt Sync leading and final newlines in *.phpt sections 2018-10-15 04:33:09 +02:00
bug60192-sort.phpt Sync leading and final newlines in *.phpt sections 2018-10-15 04:33:09 +02:00
bug60192-sortwithsortkeys.phpt Sync leading and final newlines in *.phpt sections 2018-10-15 04:33:09 +02:00
bug61487.phpt Trim trailing whitespace in tests 2018-10-14 12:07:20 -03:00
bug61860.phpt fix bug #61860: use USearch for searches, it does the right thing 2013-06-23 23:24:12 -07:00
bug62017.phpt Patch improvement: 2015-03-30 18:53:38 +03:00
bug62070_2.phpt Prepare tests for ICU 62.1 2018-06-25 11:30:14 +02:00
bug62070_3.phpt Prepare tests for ICU 62.1 2018-06-25 11:30:14 +02:00
bug62070.phpt Require ICU ≥ 50.1 2018-09-15 13:59:54 +02:00
bug62081.phpt Tweak uncaught exception message display 2015-05-17 18:47:06 +02:00
bug62082.phpt Sync leading and final newlines in *.phpt sections 2018-10-15 04:33:09 +02:00
bug62083.phpt Fixed bug #6208: memory leak in grapheme_extract() 2012-05-23 13:25:45 +02:00
bug62759.phpt Fix bug #62759: Buggy grapheme_substr() on edge case 2013-06-23 21:26:16 -07:00
bug62915-2.phpt Bugfix 63790 - Don't try to use Spoofchecker when unavailable 2017-05-17 17:25:23 -07:00
bug62915.phpt Trim trailing whitespace in tests 2018-10-14 12:07:20 -03:00
bug65732.phpt Fix #65732: grapheme_*() is not Unicode compliant on CR LF sequence 2016-08-20 03:01:35 +02:00
bug66921.phpt Fix bug #66921 - Wrong argument type hint for function intltz_from_date_time_zone 2014-07-07 00:48:44 -07:00
bug67052-win32.phpt Sync leading and final newlines in *.phpt sections 2018-10-15 04:33:09 +02:00
bug67052.phpt Sync leading and final newlines in *.phpt sections 2018-10-15 04:33:09 +02:00
bug67397.phpt Use EXPECT instead of EXPECTF when possible 2018-02-20 21:53:48 +01:00
bug68447.phpt Fix #68447: grapheme_extract take an extra trailing character 2016-07-01 22:45:37 +09:00
bug69374.phpt Sync leading and final newlines in *.phpt sections 2018-10-15 04:33:09 +02:00
bug69398.phpt Sync leading and final newlines in *.phpt sections 2018-10-15 04:33:09 +02:00
bug70451.phpt Added tests for bug 70451 and 70452 2016-04-08 12:31:19 +02:00
bug70452.phpt Added missing newline. 2016-04-08 12:31:19 +02:00
bug71020.phpt Trim trailing whitespace in tests 2018-10-14 12:07:20 -03:00
bug72061.phpt Sync leading and final newlines in *.phpt sections 2018-10-15 04:33:09 +02:00
bug72241.phpt fix test 2016-10-14 01:42:50 +02:00
bug72506.phpt Partially fix #72506: idn_to_ascii for UTS #46 incorrect for long domain names 2016-07-12 14:47:14 +02:00
bug72533.phpt Sync leading and final newlines in *.phpt sections 2018-10-15 04:33:09 +02:00
bug72639.phpt Fixed bug #72639 (Segfault when instantiating class that extends IntlCalendar and adds a property) 2016-07-21 14:25:15 +08:00
bug74230.phpt Sync leading and final newlines in *.phpt sections 2018-10-15 04:33:09 +02:00
bug74298.phpt Use EXPECT instead of EXPECTF when possible 2018-02-20 21:53:48 +01:00
bug74433.phpt Fixed bug #74433 Wrong reflection on the Normalizer methods 2017-04-13 13:21:05 +01:00
bug74468.phpt Fix bug #74468 wrong reflection on Collator::sortWithSortKeys 2017-05-02 06:20:40 +01:00
bug74484_MessageFormatter.phpt Fixed bug #74484 MessageFormatter::formatMessage memory corruption 2018-08-09 22:07:24 +02:00
bug74705.phpt Fix bug #74705 for collator_get_sort_key 2017-06-13 08:48:17 +02:00
bug75090.phpt Fixed bug #75090 2017-08-25 22:02:19 +02:00
bug75193.phpt Fixed bug #75193 segfault in collator_convert_object_to_string 2017-09-12 12:12:06 +02:00
bug75317.phpt Sync leading and final newlines in *.phpt sections 2018-10-15 04:33:09 +02:00
bug75318.phpt Add missing SKIPIF sections 2018-02-03 13:54:34 +01:00
bug75378.phpt Fixed test 2017-10-17 12:20:43 +08:00
bug76556.phpt Make newly introduced bug76556.phpt more resilient 2018-07-01 00:20:32 +02:00
calendar_add_basic.phpt Fixed tests that required a "default" timezone. 2012-04-01 23:28:01 +01:00
calendar_add_error.phpt Sync leading and final newlines in *.phpt sections 2018-10-15 04:33:09 +02:00
calendar_before_after_error.phpt Use int instead of integer in type errors 2018-02-04 19:08:23 +01:00
calendar_clear_basic.phpt Initial checkin of calendar/timezone code. 2012-04-01 23:28:00 +01:00
calendar_clear_error.phpt Use int instead of integer in type errors 2018-02-04 19:08:23 +01:00
calendar_clear_variation1.phpt Fixed tests that required a "default" timezone. 2012-04-01 23:28:01 +01:00
calendar_const_field_field_count.phpt intl: fix extra space in constant name 2013-07-03 05:15:56 +01:00
calendar_createInstance_basic.phpt Sync leading and final newlines in *.phpt sections 2018-10-15 04:33:09 +02:00
calendar_createInstance_error.phpt Sync leading and final newlines in *.phpt sections 2018-10-15 04:33:09 +02:00
calendar_createInstance_variation1.phpt Require ICU ≥ 50.1 2018-09-15 13:59:54 +02:00
calendar_equals_before_after_basic.phpt Fixed tests that required a "default" timezone. 2012-04-01 23:28:01 +01:00
calendar_equals_error.phpt Sync leading and final newlines in *.phpt sections 2018-10-15 04:33:09 +02:00
calendar_fieldDifference_basic.phpt Trim trailing whitespace in tests 2018-10-14 12:07:20 -03:00
calendar_fieldDifference_error.phpt Sync leading and final newlines in *.phpt sections 2018-10-15 04:33:09 +02:00
calendar_fromDateTime_basic.phpt Sync leading and final newlines in *.phpt sections 2018-10-15 04:33:09 +02:00
calendar_fromDateTime_error.phpt Sync leading and final newlines in *.phpt sections 2018-10-15 04:33:09 +02:00
calendar_get_basic.phpt Initial checkin of calendar/timezone code. 2012-04-01 23:28:00 +01:00
calendar_get_getActualMaximum_Minumum_error2.phpt Sync leading and final newlines in *.phpt sections 2018-10-15 04:33:09 +02:00
calendar_get_getActualMaximum_Minumum_error.phpt Sync leading and final newlines in *.phpt sections 2018-10-15 04:33:09 +02:00
calendar_get_Least_Greatest_Minimum_Maximum_error.phpt Sync leading and final newlines in *.phpt sections 2018-10-15 04:33:09 +02:00
calendar_get_setRepeatedWallTimeOption_basic.phpt Sync leading and final newlines in *.phpt sections 2018-10-15 04:33:09 +02:00
calendar_get_setSkippedWallTimeOption_basic.phpt Sync leading and final newlines in *.phpt sections 2018-10-15 04:33:09 +02:00
calendar_getAvailableLocales_basic.phpt Initial checkin of calendar/timezone code. 2012-04-01 23:28:00 +01:00
calendar_getAvailableLocales_error.phpt Sync leading and final newlines in *.phpt sections 2018-10-15 04:33:09 +02:00
calendar_getDayOfWeekType_basic2.phpt fix tests for ICU >= 52.1 2014-02-05 19:25:14 +01:00
calendar_getDayOfWeekType_basic.phpt Require ICU ≥ 50.1 2018-09-15 13:59:54 +02:00
calendar_getDayOfWeekType_error.phpt Sync leading and final newlines in *.phpt sections 2018-10-15 04:33:09 +02:00
calendar_getErrorCode_error.phpt Sync leading and final newlines in *.phpt sections 2018-10-15 04:33:09 +02:00
calendar_getErrorCode_getErrorMessage_basic.phpt Set global error if insufficient numeric args. WS. 2012-05-13 20:53:05 +01:00
calendar_getErrorMessage_error.phpt Sync leading and final newlines in *.phpt sections 2018-10-15 04:33:09 +02:00
calendar_getFirstDayOfWeek_basic.phpt Initial checkin of calendar/timezone code. 2012-04-01 23:28:00 +01:00
calendar_getFirstDayOfWeek_error.phpt Sync leading and final newlines in *.phpt sections 2018-10-15 04:33:09 +02:00
calendar_getKeywordValuesForLocale_basic.phpt Require ICU ≥ 50.1 2018-09-15 13:59:54 +02:00
calendar_getKeywordValuesForLocale_error.phpt Sync leading and final newlines in *.phpt sections 2018-10-15 04:33:09 +02:00
calendar_getLocale_basic.phpt Require ICU ≥ 50.1 2018-09-15 13:59:54 +02:00
calendar_getLocale_error.phpt Sync leading and final newlines in *.phpt sections 2018-10-15 04:33:09 +02:00
calendar_getMinimalDaysInFirstWeek_basic.phpt Require ICU ≥ 50.1 2018-09-15 13:59:54 +02:00
calendar_getMinimalDaysInFirstWeek_error.phpt Sync leading and final newlines in *.phpt sections 2018-10-15 04:33:09 +02:00
calendar_getNow_basic.phpt Fix CRLF line-endings in tests 2016-11-20 22:31:24 +01:00
calendar_getNow_error.phpt Sync leading and final newlines in *.phpt sections 2018-10-15 04:33:09 +02:00
calendar_getSkipped_RepeatedWallTimeOption_error.phpt Sync leading and final newlines in *.phpt sections 2018-10-15 04:33:09 +02:00
calendar_getTime_basic.phpt Fixed tests that required a "default" timezone. 2012-04-01 23:28:01 +01:00
calendar_getTime_error.phpt Sync leading and final newlines in *.phpt sections 2018-10-15 04:33:09 +02:00
calendar_getTimeZone_basic.phpt Require ICU ≥ 50.1 2018-09-15 13:59:54 +02:00
calendar_getTimeZone_error.phpt Sync leading and final newlines in *.phpt sections 2018-10-15 04:33:09 +02:00
calendar_getType_basic.phpt Fixed tests that required a "default" timezone. 2012-04-01 23:28:01 +01:00
calendar_getType_error.phpt Sync leading and final newlines in *.phpt sections 2018-10-15 04:33:09 +02:00
calendar_getWeekendTransition_basic.phpt Require ICU ≥ 50.1 2018-09-15 13:59:54 +02:00
calendar_getWeekendTransition_error.phpt Sync leading and final newlines in *.phpt sections 2018-10-15 04:33:09 +02:00
calendar_getXMaximum_basic.phpt Trim trailing whitespace in *.phpt 2018-10-14 19:46:15 +02:00
calendar_getXMinimum_basic.phpt Trim trailing whitespace in *.phpt 2018-10-14 19:46:15 +02:00
calendar_inDaylightTime_basic.phpt Fixed tests that required a "default" timezone. 2012-04-01 23:28:01 +01:00
calendar_inDaylightTime_error.phpt Sync leading and final newlines in *.phpt sections 2018-10-15 04:33:09 +02:00
calendar_is_set_lenient_basic.phpt Initial checkin of calendar/timezone code. 2012-04-01 23:28:00 +01:00
calendar_isEquivalentTo_basic.phpt Initial checkin of calendar/timezone code. 2012-04-01 23:28:00 +01:00
calendar_isEquivalentTo_error.phpt Sync leading and final newlines in *.phpt sections 2018-10-15 04:33:09 +02:00
calendar_isLenient_error.phpt Sync leading and final newlines in *.phpt sections 2018-10-15 04:33:09 +02:00
calendar_isSet_basic.phpt Initial checkin of calendar/timezone code. 2012-04-01 23:28:00 +01:00
calendar_isSet_error.phpt Sync leading and final newlines in *.phpt sections 2018-10-15 04:33:09 +02:00
calendar_isWeekend_basic.phpt Require ICU ≥ 50.1 2018-09-15 13:59:54 +02:00
calendar_isWeekend_error.phpt Sync leading and final newlines in *.phpt sections 2018-10-15 04:33:09 +02:00
calendar_roll_basic.phpt Fixed tests that required a "default" timezone. 2012-04-01 23:28:01 +01:00
calendar_roll_error.phpt Sync leading and final newlines in *.phpt sections 2018-10-15 04:33:09 +02:00
calendar_roll_variation1.phpt Fixed tests that required a "default" timezone. 2012-04-01 23:28:01 +01:00
calendar_set_basic.phpt Fixed tests that required a "default" timezone. 2012-04-01 23:28:01 +01:00
calendar_set_error.phpt Sync leading and final newlines in *.phpt sections 2018-10-15 04:33:09 +02:00
calendar_set_variation1.phpt Trim trailing whitespace in tests 2018-10-14 12:07:20 -03:00
calendar_setFirstDayOfWeek_basic.phpt Initial checkin of calendar/timezone code. 2012-04-01 23:28:00 +01:00
calendar_setFirstDayOfWeek_error.phpt Sync leading and final newlines in *.phpt sections 2018-10-15 04:33:09 +02:00
calendar_setLenient_error.phpt Sync leading and final newlines in *.phpt sections 2018-10-15 04:33:09 +02:00
calendar_setMinimalDaysInFirstWeek_basic.phpt Fix CRLF line-endings in tests 2016-11-20 22:31:24 +01:00
calendar_setMinimalDaysInFirstWeek_error.phpt Sync leading and final newlines in *.phpt sections 2018-10-15 04:33:09 +02:00
calendar_setSkipped_RepeatedWallTimeOption_error.phpt Sync leading and final newlines in *.phpt sections 2018-10-15 04:33:09 +02:00
calendar_setTime_basic.phpt Trim trailing whitespace in tests 2018-10-14 12:07:20 -03:00
calendar_setTime_error.phpt Sync leading and final newlines in *.phpt sections 2018-10-15 04:33:09 +02:00
calendar_setTimeZone_basic.phpt Require ICU ≥ 50.1 2018-09-15 13:59:54 +02:00
calendar_setTimeZone_error2.phpt Sync leading and final newlines in *.phpt sections 2018-10-15 04:33:09 +02:00
calendar_setTimeZone_error.phpt Sync leading and final newlines in *.phpt sections 2018-10-15 04:33:09 +02:00
calendar_setTimeZone_variation1.phpt Initial checkin of calendar/timezone code. 2012-04-01 23:28:00 +01:00
calendar_setTimeZone_variation2.phpt Fixed two IntlCalendar::setTimeZone() tests. 2012-05-17 17:23:50 +02:00
calendar_toDateTime_basic.phpt Sync leading and final newlines in *.phpt sections 2018-10-15 04:33:09 +02:00
calendar_toDateTime_error.phpt Sync leading and final newlines in *.phpt sections 2018-10-15 04:33:09 +02:00
collation_customization.phpt Remove executable bit from files 2012-07-30 10:25:17 +02:00
collator_asort_variant2.phpt Trim trailing whitespace in tests 2018-10-14 12:07:20 -03:00
collator_asort.phpt Trim trailing whitespace in tests 2018-10-14 12:07:20 -03:00
collator_compare_variant2.phpt backported some ext/intl tests from 5.6 into 5.4 2014-04-14 16:31:18 +02:00
collator_compare.phpt backported some ext/intl tests from 5.6 into 5.4 2014-04-14 16:31:18 +02:00
collator_create2.phpt Require ICU ≥ 50.1 2018-09-15 13:59:54 +02:00
collator_create3.phpt Fix tests, ref bug #74385 2018-05-03 17:15:47 +02:00
collator_create4.phpt Trim trailing whitespace in *.phpt 2018-10-14 19:46:15 +02:00
collator_get_error_code.phpt Trim trailing whitespace in tests 2018-10-14 12:07:20 -03:00
collator_get_error_message.phpt typo fixes - https://github.com/vlajos/misspell_fixer 2014-11-19 20:23:00 +00:00
collator_get_locale2.phpt Require ICU ≥ 50.1 2018-09-15 13:59:54 +02:00
collator_get_set_attribute.phpt Remove executable bit from files 2012-07-30 10:25:17 +02:00
collator_get_set_strength.phpt Remove executable bit from files 2012-07-30 10:25:17 +02:00
collator_get_sort_key_variant2.phpt backported some ext/intl tests from 5.6 into 5.4 2014-04-14 16:31:18 +02:00
collator_get_sort_key_variant3.phpt split collator_get_sort_key_variant3.phpt for icu 54.1 2014-11-20 11:37:06 +01:00
collator_get_sort_key_variant4.phpt sync skipifs for ext/intl for ICU 55_* and 56_* compat 2016-01-01 20:13:35 +01:00
collator_get_sort_key_variant5.phpt sync with new tests from 7.0 for ICU 55_1 and 56_1 compat 2016-01-01 20:25:36 +01:00
collator_get_sort_key_variant6.phpt Prepare tests for ICU 62.1 2018-06-25 11:30:14 +02:00
collator_get_sort_key_variant7.phpt Prepare tests for ICU 62.1 2018-06-25 11:30:14 +02:00
collator_get_sort_key.phpt Trim trailing whitespace in tests 2018-10-14 12:07:20 -03:00
collator_sort_variant2.phpt Trim trailing whitespace in tests 2018-10-14 12:07:20 -03:00
collator_sort_with_sort_keys_variant2.phpt Trim trailing whitespace in tests 2018-10-14 12:07:20 -03:00
collator_sort_with_sort_keys.phpt Trim trailing whitespace in tests 2018-10-14 12:07:20 -03:00
collator_sort.phpt Trim trailing whitespace in tests 2018-10-14 12:07:20 -03:00
cpbi_clone_equality.phpt Added IntlCodePointBreakIterator. 2012-06-22 18:19:54 +02:00
cpbi_getLastCodePoint_basic.phpt Added IntlCodePointBreakIterator. 2012-06-22 18:19:54 +02:00
cpbi_getLastCodePoint_error.phpt Sync leading and final newlines in *.phpt sections 2018-10-15 04:33:09 +02:00
cpbi_parts_iterator.phpt Added IntlCodePointBreakIterator. 2012-06-22 18:19:54 +02:00
dateformat___construct_bad_tz_cal.phpt Sync leading and final newlines in *.phpt sections 2018-10-15 04:33:09 +02:00
dateformat_bug65683.phpt Let MessageFormatter and IntlDateFormatter accept DateTimeImmutable as well 2017-03-29 00:20:46 +02:00
dateformat_bug68893.phpt Trim trailing whitespace in tests 2018-10-14 12:07:20 -03:00
dateformat_bug71516.phpt Fixed bug #71516 IntlDateFormatter losts locale if pattern is set via constructor 2016-04-08 08:59:43 +02:00
dateformat_calendars_variant2.phpt Tweak uncaught exception message display 2015-05-17 18:47:06 +02:00
dateformat_calendars_variant3.phpt fix hard-coded path in test 2015-06-09 16:42:02 +02:00
dateformat_calendars.phpt Tweak uncaught exception message display 2015-05-17 18:47:06 +02:00
dateformat_clone2.phpt Require ICU ≥ 50.1 2018-09-15 13:59:54 +02:00
dateformat_clone_bad_obj.phpt Sync leading and final newlines in *.phpt sections 2018-10-15 04:33:09 +02:00
dateformat_create_cal_arg_variant2.phpt split dateformat_create_cal_arg_variant2.phpt for ICU 53.1 and 54.1 2014-11-20 12:39:52 +01:00
dateformat_create_cal_arg_variant3.phpt split dateformat_create_cal_arg_variant2.phpt for ICU 53.1 and 54.1 2014-11-20 12:39:52 +01:00
dateformat_create_cal_arg_variant4.phpt Fix version checks in tests 2017-10-20 15:23:09 +02:00
dateformat_create_cal_arg_variant5.phpt Rework these new tests to match with diffs in ICU 58, 59 and upcoming 60 2017-10-21 10:29:04 +02:00
dateformat_create_cal_arg.phpt fix the version requirements for these tests 2014-08-21 09:29:43 +01:00
dateformat_format_parse_version2.phpt Trim trailing whitespace in tests 2018-10-14 12:07:20 -03:00
dateformat_format_parse.phpt Trim trailing whitespace in tests 2018-10-14 12:07:20 -03:00
dateformat_format_variant2.phpt Trim trailing whitespace in tests 2018-10-14 12:07:20 -03:00
dateformat_format_variant3.phpt Trim trailing whitespace in tests 2018-10-14 12:07:20 -03:00
dateformat_format.phpt Trim trailing whitespace in tests 2018-10-14 12:07:20 -03:00
dateformat_formatObject_calendar_variant2.phpt Sync leading and final newlines in *.phpt sections 2018-10-15 04:33:09 +02:00
dateformat_formatObject_calendar_variant3.phpt Sync leading and final newlines in *.phpt sections 2018-10-15 04:33:09 +02:00
dateformat_formatObject_calendar_variant4.phpt Sync leading and final newlines in *.phpt sections 2018-10-15 04:33:09 +02:00
dateformat_formatObject_calendar_variant5.phpt Sync leading and final newlines in *.phpt sections 2018-10-15 04:33:09 +02:00
dateformat_formatObject_calendar.phpt Sync leading and final newlines in *.phpt sections 2018-10-15 04:33:09 +02:00
dateformat_formatObject_datetime_variant2.phpt Sync leading and final newlines in *.phpt sections 2018-10-15 04:33:09 +02:00
dateformat_formatObject_datetime_variant3.phpt Sync leading and final newlines in *.phpt sections 2018-10-15 04:33:09 +02:00
dateformat_formatObject_datetime_variant4.phpt Sync leading and final newlines in *.phpt sections 2018-10-15 04:33:09 +02:00
dateformat_formatObject_datetime_variant5.phpt Sync leading and final newlines in *.phpt sections 2018-10-15 04:33:09 +02:00
dateformat_formatObject_datetime.phpt Sync leading and final newlines in *.phpt sections 2018-10-15 04:33:09 +02:00
dateformat_formatObject_error.phpt Sync leading and final newlines in *.phpt sections 2018-10-15 04:33:09 +02:00
dateformat_get_datetype.phpt Trim trailing whitespace in tests 2018-10-14 12:07:20 -03:00
dateformat_get_locale.phpt Trim trailing whitespace in tests 2018-10-14 12:07:20 -03:00
dateformat_get_set_calendar_variant2.phpt split ext/intl/tests/dateformat_get_set_calendar_variant*.phpt for 54.1 2014-11-20 12:58:41 +01:00
dateformat_get_set_calendar_variant3.phpt split ext/intl/tests/dateformat_get_set_calendar_variant*.phpt for 54.1 2014-11-20 12:58:41 +01:00
dateformat_get_set_calendar_variant4.phpt Fix version checks in tests 2017-10-20 15:23:09 +02:00
dateformat_get_set_calendar_variant5.phpt Fix version checks in tests 2017-10-20 15:23:09 +02:00
dateformat_get_set_calendar.phpt fix the version requirements for these tests 2014-08-21 09:29:43 +01:00
dateformat_get_set_pattern2.phpt Sync leading and final newlines in *.phpt sections 2018-10-15 04:33:09 +02:00
dateformat_get_set_timezone_variant2.phpt split dateformat_get_set_timezone_variant*.phpt for ICU 54.1 2014-11-20 13:06:22 +01:00
dateformat_get_set_timezone_variant3.phpt split dateformat_get_set_timezone_variant*.phpt for ICU 54.1 2014-11-20 13:06:22 +01:00
dateformat_get_set_timezone_variant4.phpt remove duplicated skipif conditions 2016-01-02 13:56:56 +01:00
dateformat_get_set_timezone_variant5.phpt sync with new tests from 7.0 for ICU 55_1 and 56_1 compat 2016-01-01 20:25:36 +01:00
dateformat_get_set_timezone.phpt fix the version requirements for these tests 2014-08-21 09:29:43 +01:00
dateformat_get_timetype.phpt Trim trailing whitespace in tests 2018-10-14 12:07:20 -03:00
dateformat_get_timezone_id.phpt Trim trailing whitespace in tests 2018-10-14 12:07:20 -03:00
dateformat_getCalendarObject_error.phpt Sync leading and final newlines in *.phpt sections 2018-10-15 04:33:09 +02:00
dateformat_getTimeZone_error.phpt Sync leading and final newlines in *.phpt sections 2018-10-15 04:33:09 +02:00
dateformat_invalid_timezone.phpt Produce a better exception message when IntlDateFormatter constructor fails. 2017-06-25 17:44:59 -04:00
dateformat_is_set_lenient.phpt Sync leading and final newlines in *.phpt sections 2018-10-15 04:33:09 +02:00
dateformat_set_timezone_id2.phpt Sync leading and final newlines in *.phpt sections 2018-10-15 04:33:09 +02:00
dateformat_set_timezone_id3.phpt Remove datefmt_set_timezone_id and OO variant 2015-04-01 12:34:28 +02:00
dateformat_setTimeZone_error.phpt Sync leading and final newlines in *.phpt sections 2018-10-15 04:33:09 +02:00
dateformat_timezone_arg_variations2.phpt Sync leading and final newlines in *.phpt sections 2018-10-15 04:33:09 +02:00
dateformat_timezone_arg_variations3.phpt Sync leading and final newlines in *.phpt sections 2018-10-15 04:33:09 +02:00
dateformat_timezone_arg_variations4.phpt Sync leading and final newlines in *.phpt sections 2018-10-15 04:33:09 +02:00
dateformat_timezone_arg_variations.phpt Sync leading and final newlines in *.phpt sections 2018-10-15 04:33:09 +02:00
formatter_clone_bad_obj.phpt Sync leading and final newlines in *.phpt sections 2018-10-15 04:33:09 +02:00
formatter_clone.phpt Use EXPECT instead of EXPECTF when possible 2018-02-20 21:53:48 +01:00
formatter_fail.phpt Trim trailing whitespace in tests 2018-10-14 12:07:20 -03:00
formatter_format2.phpt Require ICU ≥ 50.1 2018-09-15 13:59:54 +02:00
formatter_format3.phpt backported some ext/intl tests from 5.6 into 5.4 2014-04-14 16:31:18 +02:00
formatter_format4.phpt split formatter_format*.phpt for ICP 54.1 2014-11-20 13:17:41 +01:00
formatter_format5.phpt remove duplicated skipif conditions 2016-01-02 13:56:56 +01:00
formatter_format6.phpt Adjust tests for ICU 61.1 compatibility 2018-03-29 14:12:19 +02:00
formatter_format7.phpt Prepare tests for ICU 62.1 2018-06-25 11:30:14 +02:00
formatter_format8.phpt Prepare tests for ICU 62.1 2018-06-25 11:30:14 +02:00
formatter_format_conv.phpt Remove executable bit from files 2012-07-30 10:25:17 +02:00
formatter_format_currency2.phpt Require ICU ≥ 50.1 2018-09-15 13:59:54 +02:00
formatter_get_error.phpt Merge branch '5.3' into 5.4 2012-07-30 10:31:10 +02:00
formatter_get_locale_variant2.phpt Further test fixes for ICU >= 58 2017-10-20 18:39:46 +02:00
formatter_get_locale_variant3.phpt Prepare tests for ICU 62.1 2018-06-25 11:30:14 +02:00
formatter_get_locale_variant4.phpt Prepare tests for ICU 62.1 2018-06-25 11:30:14 +02:00
formatter_get_locale.phpt fix the version requirements for these tests 2014-08-21 09:29:43 +01:00
formatter_get_set_pattern2.phpt Trim trailing whitespace in tests 2018-10-14 12:07:20 -03:00
formatter_get_set_pattern.phpt Trim trailing whitespace in tests 2018-10-14 12:07:20 -03:00
formatter_get_set_symbol2.phpt Sync leading and final newlines in *.phpt sections 2018-10-15 04:33:09 +02:00
formatter_get_set_text_attribute_var2.phpt Sync leading and final newlines in *.phpt sections 2018-10-15 04:33:09 +02:00
formatter_get_set_text_attribute.phpt Sync leading and final newlines in *.phpt sections 2018-10-15 04:33:09 +02:00
formatter_parse_currency.phpt Remove executable bit from files 2012-07-30 10:25:17 +02:00
formatter_parse.phpt Remove executable bit from files 2012-07-30 10:25:17 +02:00
grapheme.phpt Sync leading and final newlines in *.phpt sections 2018-10-15 04:33:09 +02:00
gregoriancalendar___construct_basic.phpt Require ICU ≥ 50.1 2018-09-15 13:59:54 +02:00
gregoriancalendar___construct_error.phpt Sync leading and final newlines in *.phpt sections 2018-10-15 04:33:09 +02:00
gregoriancalendar___construct_variant1.phpt Initial checkin of calendar/timezone code. 2012-04-01 23:28:00 +01:00
gregoriancalendar_get_setGregorianChange_basic.phpt Initial checkin of calendar/timezone code. 2012-04-01 23:28:00 +01:00
gregoriancalendar_getGregorianChange_error.phpt Sync leading and final newlines in *.phpt sections 2018-10-15 04:33:09 +02:00
gregoriancalendar_isLeapYear_basic.phpt Initial checkin of calendar/timezone code. 2012-04-01 23:28:00 +01:00
gregoriancalendar_isLeapYear_error.phpt Sync leading and final newlines in *.phpt sections 2018-10-15 04:33:09 +02:00
gregoriancalendar_setGregorianChange_error.phpt Sync leading and final newlines in *.phpt sections 2018-10-15 04:33:09 +02:00
idn_bug76829.phpt Fixed bug #76829 Incorrect validation of domain on idn_to_utf8() function 2018-09-01 00:14:23 +02:00
idn_uts46_basic.phpt Trim trailing whitespace in *.phpt 2018-10-14 19:46:15 +02:00
idn_uts46_errors.phpt Use int instead of integer in type errors 2018-02-04 19:08:23 +01:00
idn.phpt Change default of $variant param of idn_to_ascii() and idn_to_utf8() 2018-09-15 14:41:30 +02:00
ini_use_exceptions_basic.phpt Convert EOL style to Unix. 2012-04-01 11:00:05 +02:00
intl_error_name.phpt Remove executable bit from files 2012-07-30 10:25:17 +02:00
intl_get_error_code.phpt Remove executable bit from files 2012-07-30 10:25:17 +02:00
intl_get_error_message.phpt Remove executable bit from files 2012-07-30 10:25:17 +02:00
intl_icu_data_version_constant.phpt Require ICU ≥ 50.1 2018-09-15 13:59:54 +02:00
intl_icu_version_constant.phpt Implemented FR #54561 (Expose ICU Version & ICU Data Version info). 2011-06-01 16:26:21 +00:00
intl_is_failure.phpt Remove executable bit from files 2012-07-30 10:25:17 +02:00
locale_accept.phpt Trim trailing whitespace in *.phpt 2018-10-14 19:46:15 +02:00
locale_bug66289.phpt Fixed bug #66289 Locale::lookup incorrectly returns en or en_US if locale is empty 2016-04-09 18:24:42 +02:00
locale_bug72658.phpt Fixed bug #72658 Locale::lookup() / locale_lookup() hangs if no match found 2016-07-25 12:49:13 +02:00
locale_bug74439.phpt Fixed bug #74439 Wrong reflection on the Locale methods 2017-04-17 07:56:47 +01:00
locale_compose_locale.phpt Trim trailing whitespace in *.phpt 2018-10-14 19:46:15 +02:00
locale_filter_matches2.phpt Trim trailing whitespace in *.phpt 2018-10-14 19:46:15 +02:00
locale_filter_matches3.phpt Trim trailing whitespace in *.phpt 2018-10-14 19:46:15 +02:00
locale_get_all_variants.phpt Trim trailing whitespace in *.phpt 2018-10-14 19:46:15 +02:00
locale_get_default.phpt Trim trailing whitespace in tests 2018-10-14 12:07:20 -03:00
locale_get_display_language.phpt Trim trailing whitespace in tests 2018-10-14 12:07:20 -03:00
locale_get_display_name2.phpt Trim trailing whitespace in tests 2018-10-14 12:07:20 -03:00
locale_get_display_name3.phpt Trim trailing whitespace in tests 2018-10-14 12:07:20 -03:00
locale_get_display_name4.phpt Trim trailing whitespace in tests 2018-10-14 12:07:20 -03:00
locale_get_display_name5.phpt Trim trailing whitespace in tests 2018-10-14 12:07:20 -03:00
locale_get_display_region2.phpt Require ICU ≥ 50.1 2018-09-15 13:59:54 +02:00
locale_get_display_region3.phpt backported some ext/intl tests from 5.6 into 5.4 2014-04-14 16:31:18 +02:00
locale_get_display_script3.phpt Require ICU ≥ 50.1 2018-09-15 13:59:54 +02:00
locale_get_display_script4.phpt Fix off-by-one errors in skip reasons 2018-09-03 12:46:34 +02:00
locale_get_display_variant2.phpt Require ICU ≥ 50.1 2018-09-15 13:59:54 +02:00
locale_get_keywords2.phpt Trim trailing whitespace in *.phpt 2018-10-14 19:46:15 +02:00
locale_get_primary_language.phpt Remove executable bit from files 2012-07-30 10:25:17 +02:00
locale_get_region.phpt Remove executable bit from files 2012-07-30 10:25:17 +02:00
locale_get_script.phpt Sync leading and final newlines in *.phpt sections 2018-10-15 04:33:09 +02:00
locale_lookup_variant2.phpt Trim trailing whitespace in *.phpt 2018-10-14 19:46:15 +02:00
locale_lookup.phpt Trim trailing whitespace in *.phpt 2018-10-14 19:46:15 +02:00
locale_parse_locale2.phpt Require ICU ≥ 50.1 2018-09-15 13:59:54 +02:00
locale_set_default.phpt Trim trailing whitespace in *.phpt 2018-10-14 19:46:15 +02:00
msgfmt_bug70484.phpt Require ICU ≥ 50.1 2018-09-15 13:59:54 +02:00
msgfmt_clone_bad_obj.phpt Sync leading and final newlines in *.phpt sections 2018-10-15 04:33:09 +02:00
msgfmt_clone.phpt Use EXPECT instead of EXPECTF when possible 2018-02-20 21:53:48 +01:00
msgfmt_fail2.phpt Trim trailing whitespace in tests 2018-10-14 12:07:20 -03:00
msgfmt_format_datetime.phpt Let MessageFormatter and IntlDateFormatter accept DateTimeImmutable as well 2017-03-29 00:20:46 +02:00
msgfmt_format_error1.phpt Sync leading and final newlines in *.phpt sections 2018-10-15 04:33:09 +02:00
msgfmt_format_error2.phpt Sync leading and final newlines in *.phpt sections 2018-10-15 04:33:09 +02:00
msgfmt_format_error3.phpt Sync leading and final newlines in *.phpt sections 2018-10-15 04:33:09 +02:00
msgfmt_format_error4.phpt Sync leading and final newlines in *.phpt sections 2018-10-15 04:33:09 +02:00
msgfmt_format_error5.phpt Sync leading and final newlines in *.phpt sections 2018-10-15 04:33:09 +02:00
msgfmt_format_error6.phpt Sync leading and final newlines in *.phpt sections 2018-10-15 04:33:09 +02:00
msgfmt_format_intlcalendar_variant2.phpt split msgfmt_format_intlcalendar_variant*.phpt for ICU 54.1 2014-11-20 13:26:23 +01:00
msgfmt_format_intlcalendar_variant3.phpt split msgfmt_format_intlcalendar_variant*.phpt for ICU 54.1 2014-11-20 13:26:23 +01:00
msgfmt_format_intlcalendar_variant4.phpt split msgfmt_format_intlcalendar_variant*.phpt for ICU 54.1 2014-11-20 13:26:23 +01:00
msgfmt_format_intlcalendar.phpt fix the version requirements for these tests 2014-08-21 09:29:43 +01:00
msgfmt_format_mixed_params.phpt Sync leading and final newlines in *.phpt sections 2018-10-15 04:33:09 +02:00
msgfmt_format_simple_types_numeric_strings.phpt Trim trailing whitespace in tests 2018-10-14 12:07:20 -03:00
msgfmt_format_subpatterns_named.phpt Require ICU ≥ 50.1 2018-09-15 13:59:54 +02:00
msgfmt_format_subpatterns.phpt Require ICU ≥ 50.1 2018-09-15 13:59:54 +02:00
msgfmt_format.phpt Trim trailing whitespace in tests 2018-10-14 12:07:20 -03:00
msgfmt_get_locale.phpt Remove executable bit from files 2012-07-30 10:25:17 +02:00
msgfmt_get_set_pattern.phpt Trim trailing whitespace in tests 2018-10-14 12:07:20 -03:00
msgfmt_millisecond_dates.phpt Fixed several ext/intl tests 2012-05-23 14:49:01 +02:00
msgfmt_parse.phpt Trim trailing whitespace in tests 2018-10-14 12:07:20 -03:00
msgfmt_setPattern_cache.phpt Sync leading and final newlines in *.phpt sections 2018-10-15 04:33:09 +02:00
normalizer_get_raw_decomposition.phpt Sync leading and final newlines in *.phpt sections 2018-10-15 04:33:09 +02:00
normalizer_normalize_kc_cf.phpt Trim trailing whitespace in *.phpt 2018-10-14 19:46:15 +02:00
normalizer_normalize.phpt Sync leading and final newlines in *.phpt sections 2018-10-15 04:33:09 +02:00
rbbiter___construct_basic.phpt Fix memory leak 2018-04-12 18:25:27 +02:00
rbbiter_getBinaryRules_basic2.phpt Adjust tests for ICU 61.1 compatibility 2018-03-29 14:12:19 +02:00
rbbiter_getBinaryRules_basic.phpt Require ICU ≥ 50.1 2018-09-15 13:59:54 +02:00
rbbiter_getRules_basic2.phpt Adjust tests for ICU 61.1 compatibility 2018-03-29 14:12:19 +02:00
rbbiter_getRules_basic.phpt Adjust tests for ICU 61.1 compatibility 2018-03-29 14:12:19 +02:00
rbbiter_getRuleStatus_basic.phpt Sync leading and final newlines in *.phpt sections 2018-10-15 04:33:09 +02:00
rbbiter_getRuleStatusVec_basic.phpt Adjust tests for ICU 61.1 compatibility 2018-03-29 14:12:19 +02:00
regression_sort_and_cow.phpt Remove executable bit from files 2012-07-30 10:25:17 +02:00
regression_sort_eq.phpt Remove executable bit from files 2012-07-30 10:25:17 +02:00
regression_sortwsk_and_cow.phpt Remove executable bit from files 2012-07-30 10:25:17 +02:00
regression_sortwsk_eq.phpt Remove executable bit from files 2012-07-30 10:25:17 +02:00
resourcebundle_arrayaccess.phpt Added skipif 2011-09-06 09:17:12 +00:00
resourcebundle_create.phpt Trim trailing whitespace in tests 2018-10-14 12:07:20 -03:00
resourcebundle_individual.phpt Trim trailing whitespace in tests 2018-10-14 12:07:20 -03:00
resourcebundle_internal.phpt Fix off-by-one errors in skip reasons 2018-09-03 12:46:34 +02:00
resourcebundle_iterator.phpt Use EXPECT instead of EXPECTF when possible 2018-02-20 21:53:48 +01:00
resourcebundle_locales.phpt Trim trailing whitespace in tests 2018-10-14 12:07:20 -03:00
resourcebundle_null_mandatory_args_variant2.phpt backported some ext/intl tests from 5.6 into 5.4 2014-04-14 16:31:18 +02:00
resourcebundle_null_mandatory_args.phpt Require ICU ≥ 50.1 2018-09-15 13:59:54 +02:00
resourcebundle_traversable.phpt Use EXPECT instead of EXPECTF when possible 2018-02-20 21:53:48 +01:00
resourcebundle.build Sync leading and final newlines in source code files 2018-10-14 12:56:38 +02:00
resourcebundle.inc Sync leading and final newlines in source code files 2018-10-14 12:56:38 +02:00
spoofchecker_001.phpt Use EXPECT instead of EXPECTF when possible 2018-02-20 21:53:48 +01:00
spoofchecker_002.phpt Use EXPECT instead of EXPECTF when possible 2018-02-20 21:53:48 +01:00
spoofchecker_003.phpt Use EXPECT instead of EXPECTF when possible 2018-02-20 21:53:48 +01:00
spoofchecker_004.phpt Use EXPECT instead of EXPECTF when possible 2018-02-20 21:53:48 +01:00
spoofchecker_005.phpt Use EXPECT instead of EXPECTF when possible 2018-02-20 21:53:48 +01:00
spoofchecker_006.phpt Use EXPECT instead of EXPECTF when possible 2018-02-20 21:53:48 +01:00
spoofchecker_007.phpt Missed skip 2017-10-21 17:40:38 +02:00
symfony_format_type_double_intl1.phpt Move test files to tests dir 2012-08-21 14:32:39 +08:00
symfony_format_type_double_intl2.phpt Move test files to tests dir 2012-08-21 14:32:39 +08:00
symfony_format_type_double_intl3.phpt Move test files to tests dir 2012-08-21 14:32:39 +08:00
symfony_format_type_double_intl4.phpt Move test files to tests dir 2012-08-21 14:32:39 +08:00
symfony_format_type_int32_intl1.phpt Trim trailing whitespace in *.phpt 2018-10-14 19:46:15 +02:00
symfony_format_type_int32_intl2.phpt Added the intl tests extracted from Symfony. These are making the intl ext crash with ICU at least 4.6, but probably with earlier versions too. 2012-08-06 14:07:42 +02:00
symfony_format_type_int32_intl3.phpt Added the intl tests extracted from Symfony. These are making the intl ext crash with ICU at least 4.6, but probably with earlier versions too. 2012-08-06 14:07:42 +02:00
symfony_format_type_int32_intl4.phpt Added the intl tests extracted from Symfony. These are making the intl ext crash with ICU at least 4.6, but probably with earlier versions too. 2012-08-06 14:07:42 +02:00
symfony_format_type_int32_intl5.phpt Added the intl tests extracted from Symfony. These are making the intl ext crash with ICU at least 4.6, but probably with earlier versions too. 2012-08-06 14:07:42 +02:00
symfony_format_type_int32_intl6.phpt Added the intl tests extracted from Symfony. These are making the intl ext crash with ICU at least 4.6, but probably with earlier versions too. 2012-08-06 14:07:42 +02:00
symfony_format_type_int32_intl7.phpt Added the intl tests extracted from Symfony. These are making the intl ext crash with ICU at least 4.6, but probably with earlier versions too. 2012-08-06 14:07:42 +02:00
symfony_format_type_int64_intl1.phpt Move test files to tests dir 2012-08-21 14:32:39 +08:00
symfony_format_type_int64_intl2.phpt Move test files to tests dir 2012-08-21 14:32:39 +08:00
symfony_format_type_int64_intl3.phpt Move test files to tests dir 2012-08-21 14:32:39 +08:00
symfony_format_type_int64_intl4.phpt Move test files to tests dir 2012-08-21 14:32:39 +08:00
symfony_format_type_int64_intl5.phpt Move test files to tests dir 2012-08-21 14:32:39 +08:00
symfony_format_type_int64_intl6.phpt Move test files to tests dir 2012-08-21 14:32:39 +08:00
symfony_format_type_int64_intl7.phpt Move test files to tests dir 2012-08-21 14:32:39 +08:00
symfony_format_type_int64_intl8.phpt Move test files to tests dir 2012-08-21 14:32:39 +08:00
timezone_clone_basic.phpt Initial checkin of calendar/timezone code. 2012-04-01 23:28:00 +01:00
timezone_clone_error.phpt Initial checkin of calendar/timezone code. 2012-04-01 23:28:00 +01:00
timezone_countEquivalentIDs_basic.phpt Initial checkin of calendar/timezone code. 2012-04-01 23:28:00 +01:00
timezone_countEquivalentIDs_error.phpt Sync leading and final newlines in *.phpt sections 2018-10-15 04:33:09 +02:00
timezone_createDefault_basic.phpt Fix CRLF line-endings in tests 2016-11-20 22:31:24 +01:00
timezone_createDefault_error.phpt Sync leading and final newlines in *.phpt sections 2018-10-15 04:33:09 +02:00
timezone_createEnumeration_basic.phpt Initial checkin of calendar/timezone code. 2012-04-01 23:28:00 +01:00
timezone_createEnumeration_error.phpt Sync leading and final newlines in *.phpt sections 2018-10-15 04:33:09 +02:00
timezone_createEnumeration_variation1.phpt Initial checkin of calendar/timezone code. 2012-04-01 23:28:00 +01:00
timezone_createEnumeration_variation2.phpt Initial checkin of calendar/timezone code. 2012-04-01 23:28:00 +01:00
timezone_createTimeZone_basic.phpt Require ICU ≥ 50.1 2018-09-15 13:59:54 +02:00
timezone_createTimeZone_error.phpt Sync leading and final newlines in *.phpt sections 2018-10-15 04:33:09 +02:00
timezone_createTimeZoneIDEnumeration_basic.phpt Require ICU ≥ 50.1 2018-09-15 13:59:54 +02:00
timezone_createTimeZoneIDEnumeration_error.phpt Sync leading and final newlines in *.phpt sections 2018-10-15 04:33:09 +02:00
timezone_createTimeZoneIDEnumeration_variant1.phpt Require ICU ≥ 50.1 2018-09-15 13:59:54 +02:00
timezone_createTimeZoneIDEnumeration_variant2.phpt Require ICU ≥ 50.1 2018-09-15 13:59:54 +02:00
timezone_equals_basic.phpt Initial checkin of calendar/timezone code. 2012-04-01 23:28:00 +01:00
timezone_equals_error.phpt Initial checkin of calendar/timezone code. 2012-04-01 23:28:00 +01:00
timezone_fromDateTimeZone_basic.phpt Sync leading and final newlines in *.phpt sections 2018-10-15 04:33:09 +02:00
timezone_fromDateTimeZone_error.phpt Sync leading and final newlines in *.phpt sections 2018-10-15 04:33:09 +02:00
timezone_getCanonicalID_basic.phpt Initial checkin of calendar/timezone code. 2012-04-01 23:28:00 +01:00
timezone_getCanonicalID_error.phpt Sync leading and final newlines in *.phpt sections 2018-10-15 04:33:09 +02:00
timezone_getCanonicalID_variant1_2.phpt test fixes for ICU 53.1 2014-04-14 15:34:32 +02:00
timezone_getCanonicalID_variant1.phpt Fix CRLF line-endings in tests 2016-11-20 22:31:24 +01:00
timezone_getDisplayName_basic.phpt Fix TimeZone tests failing due to new data in ICU 49. 2012-04-01 23:28:00 +01:00
timezone_getDisplayName_error.phpt Sync leading and final newlines in *.phpt sections 2018-10-15 04:33:09 +02:00
timezone_getDisplayName_variant1.phpt Fix TimeZone tests failing due to new data in ICU 49. 2012-04-01 23:28:00 +01:00
timezone_getDisplayName_variant2-49+.phpt Require ICU ≥ 50.1 2018-09-15 13:59:54 +02:00
timezone_getDisplayName_variant3-49+.phpt Require ICU ≥ 50.1 2018-09-15 13:59:54 +02:00
timezone_getDisplayName_variant4.phpt Fix CRLF line-endings in tests 2016-11-20 22:31:24 +01:00
timezone_getDSTSavings_basic.phpt Initial checkin of calendar/timezone code. 2012-04-01 23:28:00 +01:00
timezone_getDSTSavings_error.phpt Sync leading and final newlines in *.phpt sections 2018-10-15 04:33:09 +02:00
timezone_getEquivalentID_basic.phpt Initial checkin of calendar/timezone code. 2012-04-01 23:28:00 +01:00
timezone_getEquivalentID_error.phpt Sync leading and final newlines in *.phpt sections 2018-10-15 04:33:09 +02:00
timezone_getErrorCode_error.phpt Sync leading and final newlines in *.phpt sections 2018-10-15 04:33:09 +02:00
timezone_getErrorCodeMessage_basic.phpt Initial checkin of calendar/timezone code. 2012-04-01 23:28:00 +01:00
timezone_getErrorMessage_error.phpt Sync leading and final newlines in *.phpt sections 2018-10-15 04:33:09 +02:00
timezone_getGMT_basic.phpt Initial checkin of calendar/timezone code. 2012-04-01 23:28:00 +01:00
timezone_getGMT_error.phpt Sync leading and final newlines in *.phpt sections 2018-10-15 04:33:09 +02:00
timezone_getID_error.phpt Sync leading and final newlines in *.phpt sections 2018-10-15 04:33:09 +02:00
timezone_getOffset_basic.phpt Trim trailing whitespace in tests 2018-10-14 12:07:20 -03:00
timezone_getOffset_error.phpt Sync leading and final newlines in *.phpt sections 2018-10-15 04:33:09 +02:00
timezone_getRawOffset_basic.phpt Initial checkin of calendar/timezone code. 2012-04-01 23:28:00 +01:00
timezone_getRawOffset_error.phpt Sync leading and final newlines in *.phpt sections 2018-10-15 04:33:09 +02:00
timezone_getRegion_basic.phpt Require ICU ≥ 50.1 2018-09-15 13:59:54 +02:00
timezone_getRegion_error.phpt Sync leading and final newlines in *.phpt sections 2018-10-15 04:33:09 +02:00
timezone_getTZData_basic.phpt Initial checkin of calendar/timezone code. 2012-04-01 23:28:00 +01:00
timezone_getTZDataVersion_error.phpt Sync leading and final newlines in *.phpt sections 2018-10-15 04:33:09 +02:00
timezone_getUnknown_basic.phpt Sync leading and final newlines in *.phpt sections 2018-10-15 04:33:09 +02:00
timezone_getUnknown_error.phpt Sync leading and final newlines in *.phpt sections 2018-10-15 04:33:09 +02:00
timezone_hasSameRules_basic.phpt Initial checkin of calendar/timezone code. 2012-04-01 23:28:00 +01:00
timezone_hasSameRules_error.phpt Sync leading and final newlines in *.phpt sections 2018-10-15 04:33:09 +02:00
timezone_IDforWindowsID_basic2.phpt Sync leading and final newlines in *.phpt sections 2018-10-15 04:33:09 +02:00
timezone_IDforWindowsID_basic.phpt Sync leading and final newlines in *.phpt sections 2018-10-15 04:33:09 +02:00
timezone_toDateTimeZone_basic.phpt Sync leading and final newlines in *.phpt sections 2018-10-15 04:33:09 +02:00
timezone_toDateTimeZone_error.phpt Sync leading and final newlines in *.phpt sections 2018-10-15 04:33:09 +02:00
timezone_useDaylightTime_basic.phpt Initial checkin of calendar/timezone code. 2012-04-01 23:28:00 +01:00
timezone_useDaylightTime_error.phpt Sync leading and final newlines in *.phpt sections 2018-10-15 04:33:09 +02:00
timezone_windowsID_basic2.phpt Sync leading and final newlines in *.phpt sections 2018-10-15 04:33:09 +02:00
timezone_windowsID_basic.phpt Sync leading and final newlines in *.phpt sections 2018-10-15 04:33:09 +02:00
transliterator_clone.phpt Sync leading and final newlines in *.phpt sections 2018-10-15 04:33:09 +02:00
transliterator_create_basic.phpt Sync leading and final newlines in *.phpt sections 2018-10-15 04:33:09 +02:00
transliterator_create_error.phpt typo fixes 2013-07-15 00:23:03 -07:00
transliterator_create_from_rule_basic.phpt - Added support for ICU Transformations (Transliterator). 2010-10-06 18:53:27 +00:00
transliterator_create_from_rule_error.phpt Sync leading and final newlines in *.phpt sections 2018-10-15 04:33:09 +02:00
transliterator_create_inverse_basic.phpt Fix test transliterator_create_inverse_basic.phpt 2017-08-02 18:04:43 +02:00
transliterator_create_inverse_error.phpt Sync leading and final newlines in *.phpt sections 2018-10-15 04:33:09 +02:00
transliterator_get_error_code_basic.phpt - Added support for ICU Transformations (Transliterator). 2010-10-06 18:53:27 +00:00
transliterator_get_error_code_error.phpt Sync leading and final newlines in *.phpt sections 2018-10-15 04:33:09 +02:00
transliterator_get_error_message_basic.phpt - Added support for ICU Transformations (Transliterator). 2010-10-06 18:53:27 +00:00
transliterator_get_error_message_error.phpt Sync leading and final newlines in *.phpt sections 2018-10-15 04:33:09 +02:00
transliterator_list_ids_basic.phpt - Added support for ICU Transformations (Transliterator). 2010-10-06 18:53:27 +00:00
transliterator_list_ids_error.phpt Sync leading and final newlines in *.phpt sections 2018-10-15 04:33:09 +02:00
transliterator_property_id.phpt - Added support for ICU Transformations (Transliterator). 2010-10-06 18:53:27 +00:00
transliterator_transliterate_basic.phpt - Added support for ICU Transformations (Transliterator). 2010-10-06 18:53:27 +00:00
transliterator_transliterate_error.phpt - Added support for ICU Transformations (Transliterator). 2010-10-06 18:53:27 +00:00
transliterator_transliterate_variant1.phpt typo fixes 2013-07-15 00:23:03 -07:00
uconverter___construct_error.phpt intl/converter in line w/ intl error handling 2013-01-29 19:06:15 +01:00
uconverter_bug66873.phpt Fix bug #66873: check if obj->src is set 2014-03-17 01:19:02 -07:00
uconverter_enum.phpt Sync leading and final newlines in *.phpt sections 2018-10-15 04:33:09 +02:00
uconverter_func_basic.phpt Add UConverter class (ICU's UConverter API) 2013-01-29 19:05:14 +01:00
uconverter_func_subst.phpt Sync leading and final newlines in *.phpt sections 2018-10-15 04:33:09 +02:00
uconverter_getAvailable_wrongparam_001.phpt sync with new tests from 7.0 for ICU 55_1 and 56_1 compat 2016-01-01 20:25:36 +01:00
uconverter_getstandards_basic.phpt Add tests for UConverter::getStandards() 2017-10-28 14:03:05 +02:00
uconverter_oop_algo.phpt Add UConverter class (ICU's UConverter API) 2013-01-29 19:05:14 +01:00
uconverter_oop_basic.phpt Add UConverter class (ICU's UConverter API) 2013-01-29 19:05:14 +01:00
uconverter_oop_callback2.phpt Sync and fix tests for ICU 60.1 compat 2017-11-02 12:37:04 +01:00
uconverter_oop_callback_return.phpt Add UConverter class (ICU's UConverter API) 2013-01-29 19:05:14 +01:00
uconverter_oop_callback.phpt Fix version checks in tests 2017-10-20 15:23:09 +02:00
uconverter_oop_subst.phpt Sync leading and final newlines in *.phpt sections 2018-10-15 04:33:09 +02:00
ut_common.inc Sync normalizer_get_raw_decomposition() to allow passing form 2018-04-06 11:13:15 +02:00