summaryrefslogtreecommitdiff
path: root/ext/mbstring/tests
Commit message (Expand)AuthorAgeFilesLines
* Fixed bug #76319Nikita Popov2018-05-251-0/+9
* Merge branch 'PHP-7.2'Christoph M. Becker2018-03-191-0/+13
|\
| * Merge branch 'PHP-7.1' into PHP-7.2Christoph M. Becker2018-03-191-0/+13
| |\
| | * Fix #75944: Wrong cp1251 detectionChristoph M. Becker2018-03-191-0/+13
* | | Merge branch 'PHP-7.2'Christoph M. Becker2018-03-111-0/+18
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.1' into PHP-7.2Christoph M. Becker2018-03-111-0/+18
| |\ \ | | |/
| | * Fix #62545: wrong unicode mapping in some charsetsChristoph M. Becker2018-03-111-0/+18
* | | Remove duplicated testsGabriel Caruso2018-02-222-64/+0
* | | Use EXPECT instead of EXPECTF when possibleGabriel Caruso2018-02-2044-44/+44
* | | Remove trailing whitespace in inc filesGabriel Caruso2018-02-101-3/+3
* | | Fix some misspellingsGabriel Caruso2018-02-061-2/+2
* | | Use bool instead of boolean while throwing a type errorGabriel Caruso2018-02-044-28/+28
* | | Use int instead of integer in type errorsGabriel Caruso2018-02-045-35/+35
* | | Cleanup some tests - remove unnecessary sectionsStanislav Malyshev2018-02-043-6/+0
* | | Add missing SKIPIF sectionsGabriel Caruso2018-02-0326-5/+51
* | | Update `mb_preferred_mime_name` testsNat Zimmermann2018-01-261-10/+9
* | | Add unknown encoding warning test for mb_encoding_aliasesNat Zimmermann2018-01-261-0/+4
* | | Add test for negative lengths in mb_strcut()Colin O'Dell2017-11-221-0/+18
* | | Add tests for mb_language()Colin O'Dell2017-11-221-0/+39
* | | Refactored recursion pretectionDmitry Stogov2017-10-061-2/+13
* | | Merge branch 'PHP-7.2'Nikita Popov2017-08-042-2/+13
|\ \ \ | |/ /
| * | Check for empty string in mb_ord()Nikita Popov2017-08-042-2/+13
* | | Merge branch 'PHP-7.2'Nikita Popov2017-08-041-1/+1
|\ \ \ | |/ /
| * | Also check for invalid codepoints in mb_ord()Nikita Popov2017-08-041-1/+1
* | | Merge branch 'PHP-7.2'Nikita Popov2017-08-032-20/+4
|\ \ \ | |/ /
| * | Return false on invalid codepoint in mb_chr()Nikita Popov2017-08-031-18/+2
| * | Always use Unicode codepoints in mb_ord() and mb_chr()Nikita Popov2017-08-032-2/+2
* | | Merge branch 'PHP-7.2'Nikita Popov2017-08-033-2/+8
|\ \ \ | |/ /
| * | Revert/fix substitution character fallbackNikita Popov2017-08-033-2/+8
* | | Merge branch 'PHP-7.2'Nikita Popov2017-08-035-32/+49
|\ \ \ | |/ /
| * | Revert/fix mb_substitute_character() codepoint checksNikita Popov2017-08-035-32/+49
* | | Fixed bug #65544 and #71298Nikita Popov2017-07-282-0/+16
* | | Merge branch 'PHP-7.2'Nikita Popov2017-07-281-0/+10
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.1' into PHP-7.2Nikita Popov2017-07-281-0/+10
| |\ \ | | |/
| | * Merge branch 'PHP-7.0' into PHP-7.1Nikita Popov2017-07-281-0/+10
| | |\
| | | * Fixed bug #62934Nikita Popov2017-07-281-0/+10
* | | | Implement full case mappingNikita Popov2017-07-283-2/+122
* | | | Use case-folding for case insensitive comparisonsNikita Popov2017-07-281-0/+38
* | | | Merge branch 'PHP-7.2'Nikita Popov2017-07-231-0/+44
|\ \ \ \ | |/ / /
| * | | Fixed bug #69267 completelyNikita Popov2017-07-231-0/+17
| * | | Another fix for bug #69267Nikita Popov2017-07-231-2/+20
| * | | Partial fix for bug #69267Nikita Popov2017-07-231-0/+9
* | | | Merge branch 'PHP-7.2'Nikita Popov2017-07-231-0/+13
|\ \ \ \ | |/ / /
| * | | Merge branch 'PHP-7.1' into PHP-7.2Nikita Popov2017-07-231-0/+13
| |\ \ \ | | |/ /
| | * | Merge branch 'PHP-7.0' into PHP-7.1Nikita Popov2017-07-231-0/+13
| | |\ \ | | | |/
| | | * Fix #71606: Segmentation fault mb_strcut with HTML-ENTITIESChristoph M. Becker2017-07-231-0/+13
* | | | Directly accept encoding in php_unicode_convert_case()Nikita Popov2017-07-192-26/+10
|/ / /
* | | Deprecate mbstring.func_overloadNikita Popov2017-02-034-0/+4
* | | Deprecate mb_parse_str() without second argumentNikita Popov2017-02-034-2/+17
* | | Merge branch 'pull-request/1094'Joe Watkins2017-01-041-0/+14
|\ \ \