summaryrefslogtreecommitdiff
path: root/ext/intl/tests
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'PHP-8.0'Christoph M. Becker2021-02-171-0/+16
|\
| * Merge branch 'PHP-7.4' into PHP-8.0Christoph M. Becker2021-02-171-0/+16
| |\
| | * Fix #80763: msgfmt_format() does not accept DateTime referencesChristoph M. Becker2021-02-171-0/+16
* | | Deprecate passing null to non-nullable arg of internal functionNikita Popov2021-02-119-16/+37
|/ /
* | Fixed bug #80644: ResourceBundle::get() doesn't reset error stateNikita Popov2021-01-191-0/+6
* | Merge branch 'PHP-7.4' into PHP-8.0Christoph M. Becker2020-11-068-4/+701
|\ \ | |/
| * Split tests for compatibility with ICU 68.1Christoph M. Becker2020-11-068-4/+701
* | Improve parameter names in ext/intlMáté Kocsis2020-10-1224-41/+41
* | Merge branch 'PHP-7.4' into PHP-8.0Nikita Popov2020-10-121-8/+8
|\ \ | |/
| * intl: report more information about message pattern parse errorsPhilip Hofstetter2020-10-121-8/+8
| * Update intl test suite for ICU 67.1Christoph M. Becker2020-06-054-3/+469
* | Fix out of bounds offset handling with empty needleNikita Popov2020-10-011-0/+52
* | Allow empty needle in grapheme_str*pos, grapheme_str*strChristian Schneider2020-10-011-76/+48
* | Skip test with ICU version < 58Matteo Beccati2020-09-261-1/+5
* | Promote warning to ValueError for Spoofchecker::setRestrictionLevel()George Peter Banyard2020-09-251-0/+17
* | Normalize substr() behaviorNikita Popov2020-09-254-64/+88
* | Try to fix testNikita Popov2020-09-221-2/+1
* | Handle out-of-bounds offset consistently in grapheme_* APINikita Popov2020-09-221-0/+76
* | Fix grapheme out of bounds checkNikita Popov2020-09-222-1/+96
* | Consolidate the usage of "either" and "one of" in error messagesMáté Kocsis2020-09-201-1/+1
* | Run tidyNikita Popov2020-09-18196-210/+210
* | Declare array|int and object-of-class|int types in stubsMáté Kocsis2020-09-141-2/+2
* | Improve error messages mentioning parameters instead of argumentsMáté Kocsis2020-09-0912-35/+35
* | Promote warnings to exceptions in ext/intlMáté Kocsis2020-09-077-57/+192
* | Prevent ResourceBundle double-constructionNikita Popov2020-08-261-0/+18
* | Prevent double-construction of NumberFormatterNikita Popov2020-08-261-0/+12
* | Prevent double-construction of IntlGregorianCalendarNikita Popov2020-08-261-0/+8
* | Prevent double-construction of IntlRuleBasedBreakIteratorNikita Popov2020-08-261-0/+9
* | Ensure RuleBasedBreakIterator constructor throws on failureNikita Popov2020-08-252-7/+4
* | Add many missing closing PHP tags to testsMáté Kocsis2020-08-09120-2/+120
* | Warning to ValueError promotion in Intl extension Part 1George Peter Banyard2020-07-3114-251/+305
* | Fix IntlGregorianCalendar constructor signatureNikita Popov2020-07-171-1/+1
* | Review the usage of apostrophes in error messagesMáté Kocsis2020-07-101-1/+1
* | Drop non-well numeric string in Intl testGeorge Peter Banyard2020-06-281-4/+0
* | Improve type error messages when an object is givenMáté Kocsis2020-05-262-2/+2
* | Deprecate old ReflectionParameter type declaration APIsNikita Popov2020-05-111-15/+0
* | Make float to string casts locale-independentMáté Kocsis2020-05-082-2/+2
* | Update intl test suite for ICU 67.1Christoph M. Becker2020-04-244-3/+469
* | Add Intl resource bundle files for big-endian architecture.George Peter Banyard2020-04-148-1/+10
* | Store default parameter values of internal functions in arg infoMáté Kocsis2020-04-081-8/+8
* | Display nullability in type error messages for internal functionsMáté Kocsis2020-03-311-2/+2
* | Change argument error message formatMáté Kocsis2020-02-2650-67/+67
* | Make type error messages more consistentMáté Kocsis2020-02-1750-67/+67
* | Constrain number parameter of numfmt_format to int|floatChristoph M. Becker2020-02-163-27/+12
* | Fix ZPP of intl_cal_set()Máté Kocsis2020-02-041-3/+14
* | Add stubs for IntlDateFormatter & MessageFormatterMáté Kocsis2020-02-041-1/+1
* | Reindent phpt filesNikita Popov2020-02-03155-3496/+3496
* | Merge branch 'PHP-7.4'Christoph M. Becker2020-02-031-2/+2
|\ \ | |/
| * Merge branch 'PHP-7.3' into PHP-7.4Christoph M. Becker2020-02-031-2/+2
| |\
| | * Relax test expectationChristoph M. Becker2020-02-031-2/+2