summaryrefslogtreecommitdiff
path: root/ext/mbstring/tests
Commit message (Expand)AuthorAgeFilesLines
* Check for empty string in mb_ord()Nikita Popov2017-08-042-2/+13
* Also check for invalid codepoints in mb_ord()Nikita Popov2017-08-041-1/+1
* 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
* Revert/fix substitution character fallbackNikita Popov2017-08-033-2/+8
* Revert/fix mb_substitute_character() codepoint checksNikita Popov2017-08-035-32/+49
* 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
* | | 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.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
* | | 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
|\ \ \
| * \ \ delete duplicate functionsMasaki Kagaya2016-08-1440-331/+3023
| |\ \ \
| * | | | added php_mb_check_code_point for mb_substitute_characterMasaki Kagaya2015-02-191-0/+14
* | | | | Merge branch 'PHP-7.1'Xinchen Hui2016-12-091-0/+11
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | Fixed bug #73646 (mb_ereg_search_init null pointer dereference)Xinchen Hui2016-12-091-0/+11
* | | | | fix testsAnatol Belski2016-11-253-5/+11
* | | | | upgrade to Oniguruma 6.1.2Anatol Belski2016-11-251-1/+1
* | | | | Remove more PHP 6 leftovers from testsNikita Popov2016-11-241-1/+1
* | | | | Fix CRLF line-endings in testsNikita Popov2016-11-201-23/+23
* | | | | Remove the b prefix from literals on unrelated testsPedro Magalhães2016-11-2094-356/+356
* | | | | Merge branch 'PHP-7.1'Xinchen Hui2016-11-161-0/+8
|\ \ \ \ \ | |/ / / /
| * | | | Fixed bug #73532 (Null pointer dereference in mb_eregi)Xinchen Hui2016-11-161-0/+8
* | | | | Add testsYasuo Ohgaki2016-10-152-0/+127
* | | | | Fix test and cleanup code a littleYasuo Ohgaki2016-10-151-13/+13
* | | | | mb_check_encoding()/mb_convert_encoding() - Improve and add recursion detection.Yasuo Ohgaki2016-10-152-0/+254
* | | | | Merge branch 'PHP-7.1'Christoph M. Becker2016-09-061-1/+1
|\ \ \ \ \ | |/ / / /
| * | | | Merge branch 'pull-request/2115' into PHP-7.1Christoph M. Becker2016-09-061-1/+1
| |\ \ \ \
| | * | | | Fix #72948: Uncatchable "Catchable" fatal error for class to string conversionsChristoph M. Becker2016-09-031-1/+1
* | | | | | Merge branch 'PHP-7.1'Yasuo Ohgaki2016-09-061-0/+53
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Merge branch 'PHP-7.0' into PHP-7.1Yasuo Ohgaki2016-09-061-0/+53
| |\ \ \ \ \ | | | |_|_|/ | | |/| | |
| | * | | | Merge branch 'PHP-5.6' into PHP-7.0Yasuo Ohgaki2016-09-061-0/+53
| | |\ \ \ \
| | | * | | | Fixed Bug #66964 mb_convert_variables() cannot detect recursionYasuo Ohgaki2016-09-061-0/+53
* | | | | | | Added array parameter support to mb_convert_encoding()Yasuo Ohgaki2016-09-061-0/+187
* | | | | | | Merge branch 'PHP-7.1'Christoph M. Becker2016-09-041-0/+17
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | Merge branch 'PHP-7.0' into PHP-7.1Christoph M. Becker2016-09-041-0/+17
| |\ \ \ \ \ \ | | |/ / / / / | | | | / / / | | |_|/ / / | |/| | | |
| | * | | | Merge branch 'PHP-5.6' into PHP-7.0Christoph M. Becker2016-09-041-0/+17
| | |\ \ \ \ | | | |/ / /
| | | * | | Fix #72994: mbc_to_code() out of bounds readChristoph M. Becker2016-09-041-0/+17
* | | | | | Allow array input for mb_check_encoding()Yasuo Ohgaki2016-09-021-0/+24
* | | | | | Merge branch 'PHP-7.1'Christoph M. Becker2016-08-301-0/+23
|\ \ \ \ \ \ | |/ / / / / | | | | | / | |_|_|_|/ |/| | | |
| * | | | Merge branch 'PHP-7.0' into PHP-7.1Christoph M. Becker2016-08-301-0/+23
| |\ \ \ \ | | |/ / /
| | * | | Merge branch 'PHP-5.6' into PHP-7.0Christoph M. Becker2016-08-301-0/+23
| | |\ \ \ | | | |/ /
| | | * | Fix #66797: mb_substr only takes 32-bit signed integerChristoph M. Becker2016-08-301-0/+23
* | | | | Merge pull request #1098Yasuo Ohgaki2016-08-101-0/+17