summaryrefslogtreecommitdiff
path: root/ext/mbstring/tests
Commit message (Expand)AuthorAgeFilesLines
* Remove stray mentions of mbstring.func_overloadMax Semenik2021-02-154-4/+0
* Deprecate passing null to non-nullable arg of internal functionNikita Popov2021-02-115-66/+27
* Update 'East Asian Width' table to comply with Unicode 13.0Alex Dowad2021-01-191-25/+0
* CP5022{0,1,2}: treat truncated multibyte characters as errorAlex Dowad2021-01-151-0/+7
* Add test suite for CP5022{0,1,2}Alex Dowad2021-01-151-0/+286
* Print "interned" instead of fake refcount in debug_zval_dump()Nikita Popov2021-01-151-41/+41
* JIS7/JIS8 encoding: treat truncated multibyte characters as errorAlex Dowad2021-01-141-0/+11
* JIS7/JIS8 encoding: handle invalid 2nd byte for Kanji correctlyAlex Dowad2021-01-143-0/+6527
* ISO-2022-JP-2004 conversion: handle invalid characters correctlyAlex Dowad2021-01-143-0/+18662
* Convert U+00AF (MACRON) to 0x8150 (FULLWIDTH MACRON) in some SJIS variantsAlex Dowad2020-11-254-0/+9
* Convert U+FF5E (FULLWIDTH TILDE) to 0x8160 (WAVE DASH) in SJIS variantsAlex Dowad2020-11-251-0/+3
* Convert U+203E (OVERLINE) to 0x8150 (FULLWIDTH MACRON) in some SJIS variantsAlex Dowad2020-11-254-0/+11
* 0x7E is not a tilde in Shift-JIS{,-2004}Alex Dowad2020-11-252-4/+5
* 0x5C is not a Yen sign in CP932 (or CP51932)Alex Dowad2020-11-252-0/+5
* 0x5C is not a backslash in Shift-JIS-2004Alex Dowad2020-11-251-1/+4
* Enhance handling of CP51932 encodingAlex Dowad2020-11-252-0/+7717
* Fix mbstring support for SJIS-Mobile (DoCoMo, KDDI, and Softbank variants of ...Alex Dowad2020-11-253-0/+1059
* Enhance handling of CP932 text encodingAlex Dowad2020-11-252-0/+8098
* Bugfixes for findInvalidChars (helper for mbstring test suite)Alex Dowad2020-11-251-2/+2
* Leading BOM is stripped for UTF-32Alex Dowad2020-11-111-12/+9
* Add test suite for SJIS-mac encodingAlex Dowad2020-11-112-0/+7813
* Add test suite for SJIS-2004 encodingAlex Dowad2020-11-112-0/+11611
* Test EUC-JP and Shift-JIS more thoroughlyAlex Dowad2020-11-114-12/+13
* Remove mbstring identify filtersAlex Dowad2020-11-093-16/+15
* Fix mbstring support for EUC-JP text encodingAlex Dowad2020-11-092-0/+13214
* Fix mbstring support for Shift-JISAlex Dowad2020-11-093-525/+7158
* Remove useless byte{2,4}{be,le} encodings from mbstringAlex Dowad2020-11-091-40/+16
* Fix issues with mbstring encoding testsAlex Dowad2020-11-092-8/+22
* Add test suite for ARMSCII-8 encodingAlex Dowad2020-11-022-0/+288
* Add test suite for KOI8-U encodingAlex Dowad2020-11-022-0/+316
* Add test suite for KOI8-R encodingAlex Dowad2020-11-022-0/+309
* Add test suite for CP850 encodingAlex Dowad2020-11-022-0/+287
* Add test suite for CP866 encodingAlex Dowad2020-11-022-0/+288
* Add test suite for CP1254 encodingAlex Dowad2020-11-022-0/+289
* Add test suite for CP1251 encodingAlex Dowad2020-11-022-0/+289
* Test cases for mbstring encodings are less repetitiveAlex Dowad2020-11-023-41/+48
* Add test suite for CP1252 encodingAlex Dowad2020-10-305-60/+416
* Add test suite for ISO-8859-x encoding verification and conversionAlex Dowad2020-10-1617-0/+4474
* Merge branch 'PHP-8.0'Nikita Popov2020-10-1312-65/+65
|\
| * Normalize mb_ereg() return valueNikita Popov2020-10-1312-65/+65
* | Add identify filter for UTF-16, UTF-16LE, UTF-16BEAlex Dowad2020-10-131-0/+2
|/
* Update mbstring parameter namesNikita Popov2020-09-2812-21/+21
* Standardize mbstring and string on using 'string' as a parameter name.Larry Garfield2020-09-211-1/+1
* Consolidate the usage of "either" and "one of" in error messagesMáté Kocsis2020-09-202-2/+2
* Run tidyNikita Popov2020-09-189-21/+21
* Promote a few remaining errors in ext/standardMáté Kocsis2020-09-152-2/+3
* Throw ValueError on null bytes in mb_send_mail()Nikita Popov2020-09-111-0/+38
* Promote some warnings in MBString RegexesGeorge Peter Banyard2020-09-099-118/+117
* Throw on invalid mb_http_input() typeNikita Popov2020-09-071-0/+17
* Handle null encoding in mb_http_input()Nikita Popov2020-09-041-0/+11