summaryrefslogtreecommitdiff
path: root/ext/intl/tests/breakiter___construct_error.phpt
Commit message (Expand)AuthorAgeFilesLines
* Improve parameter names in ext/intlMáté Kocsis2020-10-121-1/+1
* Improve error messages mentioning parameters instead of argumentsMáté Kocsis2020-09-091-2/+2
* Prevent double-construction of IntlRuleBasedBreakIteratorNikita Popov2020-08-261-0/+9
* Ensure RuleBasedBreakIterator constructor throws on failureNikita Popov2020-08-251-3/+2
* Add many missing closing PHP tags to testsMáté Kocsis2020-08-091-0/+1
* Change argument error message formatMáté Kocsis2020-02-261-1/+1
* Make type error messages more consistentMáté Kocsis2020-02-171-1/+1
* Reindent phpt filesNikita Popov2020-02-031-11/+11
* Sync leading and final newlines in *.phpt sectionsPeter Kokot2018-10-151-1/+0
* Require ICU ≥ 50.1Christoph M. Becker2018-09-151-1/+0
* Use bool instead of boolean while throwing a type errorGabriel Caruso2018-02-041-1/+1
* Updated tests to reflect exception class changes.Aaron Piotrowski2015-05-161-3/+3
* Always throw TypeException on throwing zpp failuresNikita Popov2015-04-061-3/+3
* Patch improvement:Dmitry Stogov2015-03-301-22/+34
* Fix typo in error messageGustavo André dos Santos Lopes2012-06-251-1/+1
* BreakIterator: fix compat with old ICU versionsGustavo André dos Santos Lopes2012-06-251-0/+3
* Add Intl prefix to BreakIterator/RuleBasedBIGustavo André dos Santos Lopes2012-06-101-14/+14
* Tests for (RuleBased)BreakIterator.Gustavo André dos Santos Lopes2012-06-041-0/+35