summaryrefslogtreecommitdiff
path: root/ext/mbstring/tests
Commit message (Expand)AuthorAgeFilesLines
* Trim trailing whitespace in *.phptPeter Kokot2018-10-14161-237/+237
* Trim trailing whitespace in testsGabriel Caruso2018-10-14127-265/+265
* Convert CRLF line endings to LFPeter Kokot2018-10-131-13/+13
* Merge branch 'PHP-7.3'Nikita Popov2018-10-021-0/+14
|\
| * Fixed bug #76958Nikita Popov2018-10-021-0/+14
* | Explain why the test was skippedGabriel Caruso2018-09-161-1/+1
* | Merge branch 'PHP-7.3'Christoph M. Becker2018-08-0512-8/+36
|\ \ | |/
| * Add missing skip conditionsChristoph M. Becker2018-08-0512-8/+36
* | Merge branch 'PHP-7.3'Christoph M. Becker2018-08-041-0/+16
|\ \ | |/
| * Merge branch 'PHP-7.2' into PHP-7.3Christoph M. Becker2018-08-041-0/+16
| |\
| | * Merge branch 'PHP-7.1' into PHP-7.2Christoph M. Becker2018-08-041-0/+16
| | |\
| | | * Fix #76704: mb_detect_order return value varies based on argument typeChristoph M. Becker2018-08-041-0/+16
* | | | Remove superfluous checks of always available functionsGabriel Caruso2018-08-032-6/+0
|/ / /
* | | Deprecate undocumented mbereg_* aliasesNikita Popov2018-07-215-13/+24
* | | adds support for named subpatterns to `mb_ereg_replace`ju1ius2018-07-062-1/+46
* | | adds support for named captures to mb_ereg & mb_ereg_searchju1ius2018-07-063-0/+118
* | | Merge branch 'PHP-7.2'Nikita Popov2018-06-281-0/+12
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.1' into PHP-7.2Nikita Popov2018-06-281-0/+12
| |\ \ | | |/
| | * Fixed bug #76532 (excessive memory usage in mb_strimwidth)Marcus Schwarz2018-06-281-0/+12
* | | Skip tests when Oniguruma is disabledAnatol Belski2018-06-112-0/+2
* | | 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
|\ \ \ | |/ /