php-src/ext/mbstring/tests
Niels Dossche 2b383848a7
Fix handling of references in zval_try_get_long()
This API can't handle references, yet everyone keeps forgetting that it
can't and that you should DEREF upfront. Fix every type of this issue
once and for all by moving the reference handling to this Zend API.

Closes GH-18761.
2025-06-04 21:00:05 +02:00
..
data Add mbstring support for GB18030-2022 text encoding 2023-12-30 18:29:47 +02:00
armscii8_encoding.phpt New internal interface for fast text conversion in mbstring 2021-12-21 08:33:11 +02:00
base64_encoding.phpt Implement fast text conversion interface for Base64 2022-05-28 21:53:37 +02:00
big5_encoding.phpt mbstring no longer provides 'long' substitutions for erroneous input bytes 2021-08-31 13:41:34 +02:00
bug25140.phpt Migrate more SKIPIF -> EXTENSIONS (#7139) 2021-06-11 12:58:44 +02:00
bug26639.phpt Migrate more SKIPIF -> EXTENSIONS (#7139) 2021-06-11 12:58:44 +02:00
bug30549.phpt Migrate more SKIPIF -> EXTENSIONS (#7139) 2021-06-11 12:58:44 +02:00
bug31911.phpt Migrate more SKIPIF -> EXTENSIONS (#7139) 2021-06-11 12:58:44 +02:00
bug40685.phpt mb_decode_numericentity decodes valid entities which are truncated at end of string 2022-07-18 15:11:47 +02:00
bug43840.phpt Remove unnecessary mbstring skipifs 2021-06-14 15:27:28 +02:00
bug43841.phpt Remove unnecessary mbstring skipifs 2021-06-14 15:27:28 +02:00
bug43993.phpt Migrate more SKIPIF -> EXTENSIONS (#7139) 2021-06-11 12:58:44 +02:00
bug43994.phpt Use "must not" instead of "cannot" wording 2024-08-21 21:12:17 +01:00
bug43998.phpt Remove unnecessary mbstring skipifs 2021-06-14 15:27:28 +02:00
bug45239.phpt Migrate more SKIPIF -> EXTENSIONS (#7139) 2021-06-11 12:58:44 +02:00
bug45722.phpt Deprecate use of mbstring to convert text to Base64/QPrint/HTML entities/etc 2021-11-01 11:23:21 +02:00
bug45923.phpt Migrate more SKIPIF -> EXTENSIONS (#7139) 2021-06-11 12:58:44 +02:00
bug46806.phpt Migrate SKIPIF -> EXTENSIONS (#7138) 2021-06-11 11:57:42 +02:00
bug46843.phpt Migrate more SKIPIF -> EXTENSIONS (#7139) 2021-06-11 12:58:44 +02:00
bug48645.phpt Migrate more SKIPIF -> EXTENSIONS (#7139) 2021-06-11 12:58:44 +02:00
bug48697.phpt Migrate more SKIPIF -> EXTENSIONS (#7139) 2021-06-11 12:58:44 +02:00
bug49354.phpt Add test cases for mb_strcut 2023-10-04 09:10:25 +02:00
bug49528.phpt Migrate more SKIPIF -> EXTENSIONS (#7139) 2021-06-11 12:58:44 +02:00
bug49536.phpt Implement mb_detect_encoding using fast text conversion filters 2023-01-03 09:10:10 +02:00
bug52681.phpt Run mb_send_mail tests on Windows, too 2022-01-07 22:46:02 +01:00
bug52981.phpt Migrate more SKIPIF -> EXTENSIONS (#7139) 2021-06-11 12:58:44 +02:00
bug54494.phpt Migrate more SKIPIF -> EXTENSIONS (#7139) 2021-06-11 12:58:44 +02:00
bug60306.phpt Migrate more SKIPIF -> EXTENSIONS (#7139) 2021-06-11 12:58:44 +02:00
bug62934.phpt Port mbstring to use EXTENSIONS 2021-06-11 14:00:43 +02:00
bug63447_001.phpt Update request startup error messages 2022-07-18 23:19:59 +01:00
bug63447_002.phpt Update request startup error messages 2022-07-18 23:19:59 +01:00
bug63447_003.phpt Migrate more SKIPIF -> EXTENSIONS (#7139) 2021-06-11 12:58:44 +02:00
bug65045.phpt New internal interface for fast text conversion in mbstring 2021-12-21 08:33:11 +02:00
bug65544.phpt Port mbstring to use EXTENSIONS 2021-06-11 14:00:43 +02:00
bug66797.phpt Migrate SKIPIF -> EXTENSIONS (#7138) 2021-06-11 11:57:42 +02:00
bug66964.phpt Migrate more SKIPIF -> EXTENSIONS (#7139) 2021-06-11 12:58:44 +02:00
bug68846.phpt Migrate more SKIPIF -> EXTENSIONS (#7139) 2021-06-11 12:58:44 +02:00
bug69079.phpt Migrate more SKIPIF -> EXTENSIONS (#7139) 2021-06-11 12:58:44 +02:00
bug69086.phpt Migrate more SKIPIF -> EXTENSIONS (#7139) 2021-06-11 12:58:44 +02:00
bug69151.phpt Migrate more SKIPIF -> EXTENSIONS (#7139) 2021-06-11 12:58:44 +02:00
bug69267.phpt Port mbstring to use EXTENSIONS 2021-06-11 14:00:43 +02:00
bug71298.phpt Port mbstring to use EXTENSIONS 2021-06-11 14:00:43 +02:00
bug71606.phpt Deprecate use of mbstring to convert text to Base64/QPrint/HTML entities/etc 2021-11-01 11:23:21 +02:00
bug72164.phpt Migrate more SKIPIF -> EXTENSIONS (#7139) 2021-06-11 12:58:44 +02:00
bug72399.phpt Port mbstring to use EXTENSIONS 2021-06-11 14:00:43 +02:00
bug72402.phpt Migrate more SKIPIF -> EXTENSIONS (#7139) 2021-06-11 12:58:44 +02:00
bug72691.phpt Migrate SKIPIF -> EXTENSIONS (#7138) 2021-06-11 11:57:42 +02:00
bug72693.phpt Migrate SKIPIF -> EXTENSIONS (#7138) 2021-06-11 11:57:42 +02:00
bug72694.phpt Migrate SKIPIF -> EXTENSIONS (#7138) 2021-06-11 11:57:42 +02:00
bug72710.phpt Migrate SKIPIF -> EXTENSIONS (#7138) 2021-06-11 11:57:42 +02:00
bug73532.phpt Port mbstring to use EXTENSIONS 2021-06-11 14:00:43 +02:00
bug73646.phpt Port mbstring to use EXTENSIONS 2021-06-11 14:00:43 +02:00
bug75944.phpt Migrate more SKIPIF -> EXTENSIONS (#7139) 2021-06-11 12:58:44 +02:00
bug76319.phpt Migrate SKIPIF -> EXTENSIONS (#7138) 2021-06-11 11:57:42 +02:00
bug76532.phpt Port mbstring to use EXTENSIONS 2021-06-11 14:00:43 +02:00
bug76704.phpt Migrate SKIPIF -> EXTENSIONS (#7138) 2021-06-11 11:57:42 +02:00
bug76958.phpt Migrate SKIPIF -> EXTENSIONS (#7138) 2021-06-11 11:57:42 +02:00
bug76999.phpt Migrate SKIPIF -> EXTENSIONS (#7138) 2021-06-11 11:57:42 +02:00
bug77025.phpt Migrate SKIPIF -> EXTENSIONS (#7138) 2021-06-11 11:57:42 +02:00
bug77165.phpt Port mbstring to use EXTENSIONS 2021-06-11 14:00:43 +02:00
bug77367.phpt Migrate SKIPIF -> EXTENSIONS (#7138) 2021-06-11 11:57:42 +02:00
bug77370.phpt Migrate SKIPIF -> EXTENSIONS (#7138) 2021-06-11 11:57:42 +02:00
bug77371.phpt Migrate SKIPIF -> EXTENSIONS (#7138) 2021-06-11 11:57:42 +02:00
bug77381.phpt Migrate SKIPIF -> EXTENSIONS (#7138) 2021-06-11 11:57:42 +02:00
bug77418.phpt Migrate SKIPIF -> EXTENSIONS (#7138) 2021-06-11 11:57:42 +02:00
bug77428.phpt Migrate SKIPIF -> EXTENSIONS (#7138) 2021-06-11 11:57:42 +02:00
bug77454.phpt Port mbstring to use EXTENSIONS 2021-06-11 14:00:43 +02:00
bug77514.phpt Migrate SKIPIF -> EXTENSIONS (#7138) 2021-06-11 11:57:42 +02:00
bug78559.phpt Migrate SKIPIF -> EXTENSIONS (#7138) 2021-06-11 11:57:42 +02:00
bug78609.phpt Migrate SKIPIF -> EXTENSIONS (#7138) 2021-06-11 11:57:42 +02:00
bug78633.phpt Migrate SKIPIF -> EXTENSIONS (#7138) 2021-06-11 11:57:42 +02:00
bug79037.phpt Add some missing EXTENSIONS sections to misc tests 2021-06-14 14:52:44 +02:00
bug79149.phpt Migrate SKIPIF -> EXTENSIONS (#7138) 2021-06-11 11:57:42 +02:00
bug79154.phpt Migrate SKIPIF -> EXTENSIONS (#7138) 2021-06-11 11:57:42 +02:00
bug79371.phpt Migrate SKIPIF -> EXTENSIONS (#7138) 2021-06-11 11:57:42 +02:00
bug79441.phpt Migrate more SKIPIF -> EXTENSIONS (#7139) 2021-06-11 12:58:44 +02:00
bug79787.phpt Migrate more SKIPIF -> EXTENSIONS (#7139) 2021-06-11 12:58:44 +02:00
bug81011.phpt Migrate SKIPIF -> EXTENSIONS (#7138) 2021-06-11 11:57:42 +02:00
bug81298.phpt mb_detect_encoding will not return non-encodings 2021-10-19 18:05:52 +02:00
bug81349.phpt Add EXTENSIONS section 2021-08-11 14:03:18 +02:00
bug81693.phpt Fix #81693: mb_check_encoding(7bit) segfaults 2021-12-03 22:49:47 +01:00
casefold.phpt Remove unnecessary mbstring skipifs 2021-06-14 15:27:28 +02:00
casefolding.phpt Port mbstring to use EXTENSIONS 2021-06-11 14:00:43 +02:00
casemapping.phpt Implement conditional casing for Greek letter sigma when title-casing text 2023-01-12 17:41:11 +02:00
common.inc Reindent phpt files 2020-02-03 22:52:20 +01:00
cp850_encoding.phpt New internal interface for fast text conversion in mbstring 2021-12-21 08:33:11 +02:00
cp866_encoding.phpt New internal interface for fast text conversion in mbstring 2021-12-21 08:33:11 +02:00
cp932_encoding.phpt Combine CJK encoding conversion code in a single source file 2023-05-20 21:27:48 -07:00
cp936_encoding.phpt mbstring no longer provides 'long' substitutions for erroneous input bytes 2021-08-31 13:41:34 +02:00
cp950_encoding.phpt mbstring no longer provides 'long' substitutions for erroneous input bytes 2021-08-31 13:41:34 +02:00
cp1251_encoding.phpt mbstring no longer provides 'long' substitutions for erroneous input bytes 2021-08-31 13:41:34 +02:00
cp1252_encoding.phpt Merge branch 'PHP-8.1' into PHP-8.2 2022-12-09 15:37:56 +02:00
cp1254_encoding.phpt New internal interface for fast text conversion in mbstring 2021-12-21 08:33:11 +02:00
cp5022x_encoding.phpt Fix new conversion filter for CP50220 (multi-codepoint kana at end of buffer) 2022-07-18 15:11:31 +02:00
cp51932_encoding.phpt mbstring no longer provides 'long' substitutions for erroneous input bytes 2021-08-31 13:41:34 +02:00
empty_pattern.phpt Use "must not" instead of "cannot" wording 2024-08-21 21:12:17 +01:00
encoding_tests.inc Align hex dumps in mbstring unit test failure message for easy comparison 2023-12-30 18:29:47 +02:00
euc_cn_encoding.phpt mbstring no longer provides 'long' substitutions for erroneous input bytes 2021-08-31 13:41:34 +02:00
euc_kr_encoding.phpt mbstring no longer provides 'long' substitutions for erroneous input bytes 2021-08-31 13:41:34 +02:00
euc_tw_encoding.phpt Fix failing 32-bit mbstring tests (#13069) 2024-01-04 08:30:17 +01:00
eucjp_2004_encoding.phpt mbstring no longer provides 'long' substitutions for erroneous input bytes 2021-08-31 13:41:34 +02:00
eucjp_encoding.phpt mbstring no longer provides 'long' substitutions for erroneous input bytes 2021-08-31 13:41:34 +02:00
eucjp_ms_encoding.phpt mbstring no longer provides 'long' substitutions for erroneous input bytes 2021-08-31 13:41:34 +02:00
gb18030_2022_encoding.phpt Fix failing 32-bit mbstring tests (#13069) 2024-01-04 08:30:17 +01:00
gb18030_encoding.phpt Fix legacy conversion filter for GB18030 2022-07-18 15:11:31 +02:00
gh7902.phpt Fix GH-10489: run-tests.php does not escape path when building cmd (#10560) 2023-02-25 14:02:06 +00:00
gh8086.phpt Use EXTENSIONS instead of SKIPIF sections in *.phpt 2024-01-31 11:18:21 +01:00
gh8208.phpt Merge branch 'PHP-8.0' into PHP-8.1 2022-03-17 17:34:31 +01:00
gh9008.phpt Fix GH-9008: mb_detect_encoding(): wrong results with null $encodings 2022-07-20 16:58:55 +02:00
gh9248.phpt Fix GH-9248: Segmentation fault in mb_strimwidth() 2022-08-08 18:35:37 +02:00
gh9535.phpt Fix regression test for GH-9535 on PHP-8.2+ 2022-11-14 11:46:12 +02:00
gh9535b.phpt Remove XFAIL from test cases for mb_strcut when used with JIS or ISO-2022-JP encoding 2023-04-02 13:52:14 +02:00
gh9683.phpt Add regression test for problem with mb_encode_mimeheader reported as GH-9683 2022-10-10 20:46:12 +09:00
gh10192_utf7.phpt Use pakutoma's encoding check functions for mb_detect_encoding even in non-strict mode 2023-05-16 07:01:07 -07:00
gh10192_utf7imap.phpt Fix phpGH-10648: add check function pointer into mbfl_encoding 2023-03-25 09:52:10 +02:00
gh10627.phpt New test case from ed0c0df351 exercises the code it was intended to 2023-02-22 23:06:47 +02:00
gh10648.phpt Fix phpGH-10648: add check function pointer into mbfl_encoding 2023-03-25 09:52:10 +02:00
gh11217.phpt Fix segfault in mb_strrpos/mb_strripos with ASCII encoding and negative offset 2023-05-15 10:36:37 +02:00
gh11476.phpt Fix GH-11476: crash with count_demerits negative-size-param 2023-06-19 22:05:15 +02:00
gh13123.phpt Fix segfault caused by use of 'pass' encoding when mbstring converts multipart form POST data 2024-01-24 17:15:27 +02:00
gh13815.phpt Fix GH-13815: mb_trim() inaccurate $characters default value (#13820) 2024-04-24 09:07:55 +02:00
gh15824.phpt Fix GH-15824 mb_detect_encoding() invalid "UTF8" (#15829) 2024-09-11 09:40:35 +09:00
gh16229.phpt Fix GH-16229: Address overflowed in mb_send_mail when empty string 2024-10-05 18:24:09 +09:00
gh16261.phpt Fix GH-16261: Reference invariant broken in mb_convert_variables() 2024-10-07 17:46:06 +02:00
gh16360.phpt Fix GH-16360 mb_substr overflow on start and length arguments. 2024-10-11 08:46:48 +01:00
gh17503.phpt Fix GH-17503: Undefined float conversion in mb_convert_variables 2025-02-04 15:51:48 +01:00
gh17989.phpt Fix GH-17989: mb_output_handler crash with unset http_output_conv_mimetypes 2025-03-09 11:16:33 +01:00
htmlent.phpt Migrate more SKIPIF -> EXTENSIONS (#7139) 2021-06-11 12:58:44 +02:00
htmlent_encoding.phpt Fix new conversion filter for HTML entities 2022-07-18 15:11:31 +02:00
hz_encoding.phpt Fix legacy conversion filter for HZ 2022-07-18 15:11:31 +02:00
illformed_utf_sequences.phpt Merge branch 'PHP-8.1' 2022-04-16 20:32:12 +02:00
ini_encoding.phpt Migrate more SKIPIF -> EXTENSIONS (#7139) 2021-06-11 12:58:44 +02:00
ini_encoding2.phpt Migrate more SKIPIF -> EXTENSIONS (#7139) 2021-06-11 12:58:44 +02:00
ini_language.phpt Migrate more SKIPIF -> EXTENSIONS (#7139) 2021-06-11 12:58:44 +02:00
ini_mbstring_invalid.phpt Migrate more SKIPIF -> EXTENSIONS (#7139) 2021-06-11 12:58:44 +02:00
internal_encoding.phpt Port mbstring to use EXTENSIONS 2021-06-11 14:00:43 +02:00
iso2022jp_2004_encoding.phpt Add more tests for mbstring encoding conversion 2022-05-28 21:53:38 +02:00
iso2022jp_encoding.phpt Fix phpGH-10648: add check function pointer into mbfl_encoding 2023-03-25 09:52:10 +02:00
iso2022jp_kddi_encoding.phpt Add more tests for mbstring encoding conversion 2022-05-28 21:53:38 +02:00
iso2022jp_ms_encoding.phpt mbstring no longer provides 'long' substitutions for erroneous input bytes 2021-08-31 13:41:34 +02:00
iso2022kr_encoding.phpt Fix problems with ISO-2022-KR conversion 2022-08-16 16:43:27 +02:00
iso8859_encodings.phpt New internal interface for fast text conversion in mbstring 2021-12-21 08:33:11 +02:00
koi8r_encoding.phpt New internal interface for fast text conversion in mbstring 2021-12-21 08:33:11 +02:00
koi8u_encoding.phpt New internal interface for fast text conversion in mbstring 2021-12-21 08:33:11 +02:00
mb_check_encoding.phpt Migrate more SKIPIF -> EXTENSIONS (#7139) 2021-06-11 12:58:44 +02:00
mb_check_encoding_array.phpt Migrate more SKIPIF -> EXTENSIONS (#7139) 2021-06-11 12:58:44 +02:00
mb_check_encoding_invalid_encodings.phpt Migrate more SKIPIF -> EXTENSIONS (#7139) 2021-06-11 12:58:44 +02:00
mb_check_encoding_without_arg.phpt Deprecate calling mb_check_encoding() without argument 2021-07-08 15:34:49 +02:00
mb_chr.phpt Migrate more SKIPIF -> EXTENSIONS (#7139) 2021-06-11 12:58:44 +02:00
mb_chr_ord.phpt Migrate more SKIPIF -> EXTENSIONS (#7139) 2021-06-11 12:58:44 +02:00
mb_convert_case_various_mode.phpt Implement conditional casing for Greek letter sigma when title-casing text 2023-01-12 17:41:11 +02:00
mb_convert_encoding.phpt Merge branch 'PHP-8.1' 2021-12-20 22:47:18 +02:00
mb_convert_encoding_array.phpt Remove unnecessary mbstring skipifs 2021-06-14 15:27:28 +02:00
mb_convert_encoding_array2.phpt Remove unnecessary mbstring skipifs 2021-06-14 15:27:28 +02:00
mb_convert_encoding_array_error_001.phpt QA -mb_convert_encoding_array - error for object item in array 2022-07-15 17:34:35 +02:00
mb_convert_encoding_basic.phpt Remove unnecessary mbstring skipifs 2021-06-14 15:27:28 +02:00
mb_convert_encoding_empty_encoding_list.phpt Remove unnecessary mbstring skipifs 2021-06-14 15:27:28 +02:00
mb_convert_encoding_failed_detection.phpt Add some missing EXTENSIONS sections to misc tests 2021-06-14 14:52:44 +02:00
mb_convert_encoding_leak.phpt Port mbstring to use EXTENSIONS 2021-06-11 14:00:43 +02:00
mb_convert_encoding_stateful.phpt Migrate more SKIPIF -> EXTENSIONS (#7139) 2021-06-11 12:58:44 +02:00
mb_convert_kana.phpt Allow 'h' and 'k' flags to be combined for mb_convert_kana 2022-12-29 20:38:01 +02:00
mb_convert_variables.phpt mb_parse_str, mb_http_input, and mb_convert_variables use fast text conversion code for automatic encoding detection 2023-04-12 19:57:52 +02:00
mb_convert_variables_empty_encoding_list.phpt Migrate more SKIPIF -> EXTENSIONS (#7139) 2021-06-11 12:58:44 +02:00
mb_decode_mimeheader_basic.phpt Remove unnecessary mbstring skipifs 2021-06-14 15:27:28 +02:00
mb_decode_mimeheader_variation2.phpt Remove unnecessary mbstring skipifs 2021-06-14 15:27:28 +02:00
mb_decode_mimeheader_variation3.phpt Remove unnecessary mbstring skipifs 2021-06-14 15:27:28 +02:00
mb_decode_mimeheader_variation4.phpt Implement mb_decode_mimeheader using fast text conversion filters 2023-02-22 23:08:03 +02:00
mb_decode_mimeheader_variation5.phpt mb_decode_mimeheader obeys RFC 2047 regarding underscores and QPrint encoding 2023-02-22 23:19:57 +02:00
mb_decode_numericentity.phpt ext/mbstring: move another test case that only works on 64 bits 2023-12-08 17:17:28 +00:00
mb_decode_numericentity_errors.phpt ext/mbstring: Check conversion map only has integers 2023-12-06 23:47:00 +00:00
mb_decode_numericentity_large_ints.phpt ext/mbstring: move another test case that only works on 64 bits 2023-12-08 17:17:28 +00:00
mb_detect_encoding.phpt Fix infinite loop when mb_detect_encoding is used on UTF-8 BOM 2023-10-28 18:51:06 +02:00
mb_detect_encoding_empty_encoding_list.phpt Migrate more SKIPIF -> EXTENSIONS (#7139) 2021-06-11 12:58:44 +02:00
mb_detect_encoding_incomplete_sequence.phpt Flush filter during non-strict encoding detection 2021-08-27 14:48:32 +02:00
mb_detect_order.phpt Migrate more SKIPIF -> EXTENSIONS (#7139) 2021-06-11 12:58:44 +02:00
mb_detect_order_empty_encoding_list.phpt Migrate more SKIPIF -> EXTENSIONS (#7139) 2021-06-11 12:58:44 +02:00
mb_encode_mimeheader_basic.phpt Remove unnecessary mbstring skipifs 2021-06-14 15:27:28 +02:00
mb_encode_mimeheader_basic2.phpt Remove unnecessary mbstring skipifs 2021-06-14 15:27:28 +02:00
mb_encode_mimeheader_basic3.phpt Remove unnecessary mbstring skipifs 2021-06-14 15:27:28 +02:00
mb_encode_mimeheader_basic4.phpt Adapt regression test 2024-04-09 23:52:19 -05:00
mb_encode_mimeheader_crash.phpt mb_encode_mimeheader does not crash if provided encoding has no MIME name set 2023-03-07 11:30:21 +02:00
mb_encode_mimeheader_indent.phpt Remove unnecessary mbstring skipifs 2021-06-14 15:27:28 +02:00
mb_encode_mimeheader_variation6.phpt Remove unnecessary mbstring skipifs 2021-06-14 15:27:28 +02:00
mb_encode_numericentity.phpt ext/mbstring: move unsigned 32 bit integer tests to a new test (#12891) 2023-12-07 20:19:11 +00:00
mb_encode_numericentity_errors.phpt ext/mbstring: Check conversion map only has integers 2023-12-06 23:47:00 +00:00
mb_encode_numericentity_large_ints.phpt ext/mbstring: move unsigned 32 bit integer tests to a new test (#12891) 2023-12-07 20:19:11 +00:00
mb_encode_numericentity_references.phpt Fix handling of references in zval_try_get_long() 2025-06-04 21:00:05 +02:00
mb_encoding_aliases.phpt Migrate more SKIPIF -> EXTENSIONS (#7139) 2021-06-11 12:58:44 +02:00
mb_ereg-compat-01.phpt Migrate more SKIPIF -> EXTENSIONS (#7139) 2021-06-11 12:58:44 +02:00
mb_ereg-compat-02.phpt Migrate more SKIPIF -> EXTENSIONS (#7139) 2021-06-11 12:58:44 +02:00
mb_ereg.phpt Migrate more SKIPIF -> EXTENSIONS (#7139) 2021-06-11 12:58:44 +02:00
mb_ereg1.phpt Use "must not" instead of "cannot" wording 2024-08-21 21:12:17 +01:00
mb_ereg2.phpt Migrate SKIPIF -> EXTENSIONS (#7138) 2021-06-11 11:57:42 +02:00
mb_ereg_basic.phpt Migrate more SKIPIF -> EXTENSIONS (#7139) 2021-06-11 12:58:44 +02:00
mb_ereg_dupnames.phpt Migrate SKIPIF -> EXTENSIONS (#7138) 2021-06-11 11:57:42 +02:00
mb_ereg_match_basic.phpt Migrate more SKIPIF -> EXTENSIONS (#7139) 2021-06-11 12:58:44 +02:00
mb_ereg_named_subpatterns.phpt Migrate SKIPIF -> EXTENSIONS (#7138) 2021-06-11 11:57:42 +02:00
mb_ereg_replace-compat-01.phpt Migrate more SKIPIF -> EXTENSIONS (#7139) 2021-06-11 12:58:44 +02:00
mb_ereg_replace-compat-02.phpt Migrate more SKIPIF -> EXTENSIONS (#7139) 2021-06-11 12:58:44 +02:00
mb_ereg_replace-compat-03.phpt Migrate more SKIPIF -> EXTENSIONS (#7139) 2021-06-11 12:58:44 +02:00
mb_ereg_replace-compat-04.phpt Migrate more SKIPIF -> EXTENSIONS (#7139) 2021-06-11 12:58:44 +02:00
mb_ereg_replace-compat-05.phpt Migrate more SKIPIF -> EXTENSIONS (#7139) 2021-06-11 12:58:44 +02:00
mb_ereg_replace-compat-06.phpt Migrate more SKIPIF -> EXTENSIONS (#7139) 2021-06-11 12:58:44 +02:00
mb_ereg_replace-compat-07.phpt Migrate more SKIPIF -> EXTENSIONS (#7139) 2021-06-11 12:58:44 +02:00
mb_ereg_replace-compat-08.phpt Migrate more SKIPIF -> EXTENSIONS (#7139) 2021-06-11 12:58:44 +02:00
mb_ereg_replace-compat-09.phpt Migrate more SKIPIF -> EXTENSIONS (#7139) 2021-06-11 12:58:44 +02:00
mb_ereg_replace-compat-10.phpt Migrate more SKIPIF -> EXTENSIONS (#7139) 2021-06-11 12:58:44 +02:00
mb_ereg_replace-compat-11.phpt Migrate more SKIPIF -> EXTENSIONS (#7139) 2021-06-11 12:58:44 +02:00
mb_ereg_replace-compat-12.phpt Migrate more SKIPIF -> EXTENSIONS (#7139) 2021-06-11 12:58:44 +02:00
mb_ereg_replace-compat-13.phpt Migrate more SKIPIF -> EXTENSIONS (#7139) 2021-06-11 12:58:44 +02:00
mb_ereg_replace.phpt Migrate more SKIPIF -> EXTENSIONS (#7139) 2021-06-11 12:58:44 +02:00
mb_ereg_replace_basic.phpt Migrate more SKIPIF -> EXTENSIONS (#7139) 2021-06-11 12:58:44 +02:00
mb_ereg_replace_callback.phpt Migrate more SKIPIF -> EXTENSIONS (#7139) 2021-06-11 12:58:44 +02:00
mb_ereg_replace_named_subpatterns.phpt Migrate more SKIPIF -> EXTENSIONS (#7139) 2021-06-11 12:58:44 +02:00
mb_ereg_replace_variation1.phpt Migrate more SKIPIF -> EXTENSIONS (#7139) 2021-06-11 12:58:44 +02:00
mb_ereg_search.phpt Migrate SKIPIF -> EXTENSIONS (#7138) 2021-06-11 11:57:42 +02:00
mb_ereg_search_invalid_pattern.phpt Add some missing EXTENSIONS sections to misc tests 2021-06-14 14:52:44 +02:00
mb_ereg_search_named_subpatterns_1.phpt Migrate SKIPIF -> EXTENSIONS (#7138) 2021-06-11 11:57:42 +02:00
mb_ereg_search_named_subpatterns_2.phpt Migrate SKIPIF -> EXTENSIONS (#7138) 2021-06-11 11:57:42 +02:00
mb_ereg_search_pos.phpt Migrate SKIPIF -> EXTENSIONS (#7138) 2021-06-11 11:57:42 +02:00
mb_ereg_search_regs.phpt Migrate SKIPIF -> EXTENSIONS (#7138) 2021-06-11 11:57:42 +02:00
mb_ereg_search_setpos.phpt Migrate SKIPIF -> EXTENSIONS (#7138) 2021-06-11 11:57:42 +02:00
mb_ereg_search_syntax.phpt Fix skip clause 2022-05-06 15:41:10 +02:00
mb_ereg_search_xxx.phpt Migrate more SKIPIF -> EXTENSIONS (#7139) 2021-06-11 12:58:44 +02:00
mb_ereg_variation3.phpt Migrate more SKIPIF -> EXTENSIONS (#7139) 2021-06-11 12:58:44 +02:00
mb_ereg_variation4.phpt Migrate more SKIPIF -> EXTENSIONS (#7139) 2021-06-11 12:58:44 +02:00
mb_ereg_variation5.phpt Migrate more SKIPIF -> EXTENSIONS (#7139) 2021-06-11 12:58:44 +02:00
mb_ereg_variation6.phpt Migrate more SKIPIF -> EXTENSIONS (#7139) 2021-06-11 12:58:44 +02:00
mb_ereg_variation7.phpt Migrate more SKIPIF -> EXTENSIONS (#7139) 2021-06-11 12:58:44 +02:00
mb_eregi.phpt Migrate SKIPIF -> EXTENSIONS (#7138) 2021-06-11 11:57:42 +02:00
mb_eregi_replace.phpt Migrate SKIPIF -> EXTENSIONS (#7138) 2021-06-11 11:57:42 +02:00
mb_get_info.phpt Migrate more SKIPIF -> EXTENSIONS (#7139) 2021-06-11 12:58:44 +02:00
mb_get_info_errors.phpt ext/mbstring: Refactor mb_get_info() 2023-12-18 00:31:29 +00:00
mb_get_info_http_input.phpt Return value of mb_get_info can be NULL 2023-11-27 20:53:37 +02:00
mb_http_input.phpt ext/mbstring: Always throw ValueErrors for invalid mb_http_input() type 2023-12-07 17:23:01 +00:00
mb_http_input_001.phpt QA - mb_http_input - function returns FALSE for type 'L' or 'l' 2022-07-15 14:22:39 +02:00
mb_http_input_errors.phpt ext/mbstring: Always throw ValueErrors for invalid mb_http_input() type 2023-12-07 17:23:01 +00:00
mb_http_input_multi_post.phpt mb_parse_str, mb_http_input, and mb_convert_variables use fast text conversion code for automatic encoding detection 2023-04-12 19:57:52 +02:00
mb_http_input_pass.phpt Migrate more SKIPIF -> EXTENSIONS (#7139) 2021-06-11 12:58:44 +02:00
mb_http_output.phpt Migrate more SKIPIF -> EXTENSIONS (#7139) 2021-06-11 12:58:44 +02:00
mb_internal_encoding.phpt Migrate more SKIPIF -> EXTENSIONS (#7139) 2021-06-11 12:58:44 +02:00
mb_internal_encoding_basic.phpt Remove unnecessary mbstring skipifs 2021-06-14 15:27:28 +02:00
mb_internal_encoding_basic2.phpt Remove unnecessary mbstring skipifs 2021-06-14 15:27:28 +02:00
mb_internal_encoding_error2.phpt Remove unnecessary mbstring skipifs 2021-06-14 15:27:28 +02:00
mb_internal_encoding_ini_basic2.phpt Remove unnecessary mbstring skipifs 2021-06-14 15:27:28 +02:00
mb_internal_encoding_ini_invalid_encoding.phpt Remove unnecessary mbstring skipifs 2021-06-14 15:27:28 +02:00
mb_internal_encoding_variation2.phpt Reintroduce legacy 'SJIS-win' text encoding in mbstring 2022-08-16 20:18:54 +02:00
mb_language.phpt Migrate more SKIPIF -> EXTENSIONS (#7139) 2021-06-11 12:58:44 +02:00
mb_list_encodings.phpt Migrate more SKIPIF -> EXTENSIONS (#7139) 2021-06-11 12:58:44 +02:00
mb_list_encodings_gc_uaf.phpt Fix uaf of MBSTRG(all_encodings_list) 2023-07-31 13:31:50 +02:00
mb_ord.phpt Use "must not" instead of "cannot" wording 2024-08-21 21:12:17 +01:00
mb_output_handler_euc_jp.phpt Migrate more SKIPIF -> EXTENSIONS (#7139) 2021-06-11 12:58:44 +02:00
mb_output_handler_pass.phpt Migrate more SKIPIF -> EXTENSIONS (#7139) 2021-06-11 12:58:44 +02:00
mb_output_handler_pattern-01.phpt Migrate more SKIPIF -> EXTENSIONS (#7139) 2021-06-11 12:58:44 +02:00
mb_output_handler_pattern-02.phpt Migrate more SKIPIF -> EXTENSIONS (#7139) 2021-06-11 12:58:44 +02:00
mb_output_handler_pattern-03.phpt Migrate more SKIPIF -> EXTENSIONS (#7139) 2021-06-11 12:58:44 +02:00
mb_output_handler_pattern-04.phpt Migrate more SKIPIF -> EXTENSIONS (#7139) 2021-06-11 12:58:44 +02:00
mb_output_handler_pattern-05.phpt Migrate more SKIPIF -> EXTENSIONS (#7139) 2021-06-11 12:58:44 +02:00
mb_output_handler_pattern-06.phpt Migrate more SKIPIF -> EXTENSIONS (#7139) 2021-06-11 12:58:44 +02:00
mb_output_handler_pattern-07.phpt Migrate more SKIPIF -> EXTENSIONS (#7139) 2021-06-11 12:58:44 +02:00
mb_output_handler_pattern-08.phpt Migrate more SKIPIF -> EXTENSIONS (#7139) 2021-06-11 12:58:44 +02:00
mb_output_handler_pattern-09.phpt Migrate more SKIPIF -> EXTENSIONS (#7139) 2021-06-11 12:58:44 +02:00
mb_output_handler_pattern-10.phpt Migrate more SKIPIF -> EXTENSIONS (#7139) 2021-06-11 12:58:44 +02:00
mb_output_handler_pattern-11.phpt Migrate more SKIPIF -> EXTENSIONS (#7139) 2021-06-11 12:58:44 +02:00
mb_output_handler_pattern-12.phpt Migrate more SKIPIF -> EXTENSIONS (#7139) 2021-06-11 12:58:44 +02:00
mb_output_handler_runtime_ini_alteration-01.phpt Migrate more SKIPIF -> EXTENSIONS (#7139) 2021-06-11 12:58:44 +02:00
mb_output_handler_runtime_ini_alteration-02.phpt Migrate more SKIPIF -> EXTENSIONS (#7139) 2021-06-11 12:58:44 +02:00
mb_output_handler_shift_jis.phpt Migrate more SKIPIF -> EXTENSIONS (#7139) 2021-06-11 12:58:44 +02:00
mb_parse_str.phpt Migrate more SKIPIF -> EXTENSIONS (#7139) 2021-06-11 12:58:44 +02:00
mb_parse_str02.phpt Migrate more SKIPIF -> EXTENSIONS (#7139) 2021-06-11 12:58:44 +02:00
mb_parse_str_error.phpt Use new encoding conversion filters for mb_parse_str and php_mb_post_handler 2022-08-16 16:43:26 +02:00
mb_parse_str_multi.phpt mb_parse_str, mb_http_input, and mb_convert_variables use fast text conversion code for automatic encoding detection 2023-04-12 19:57:52 +02:00
mb_preferred_mime_name.phpt Migrate more SKIPIF -> EXTENSIONS (#7139) 2021-06-11 12:58:44 +02:00
mb_regex_encoding_basic.phpt Migrate more SKIPIF -> EXTENSIONS (#7139) 2021-06-11 12:58:44 +02:00
mb_regex_encoding_error2.phpt Migrate more SKIPIF -> EXTENSIONS (#7139) 2021-06-11 12:58:44 +02:00
mb_regex_encoding_variation2.phpt Migrate more SKIPIF -> EXTENSIONS (#7139) 2021-06-11 12:58:44 +02:00
mb_regex_set_options.phpt Migrate more SKIPIF -> EXTENSIONS (#7139) 2021-06-11 12:58:44 +02:00
mb_scrub.phpt mb_scrub does not attempt to scrub known-valid UTF-8 strings 2023-01-22 13:53:04 +02:00
mb_send_mail01.phpt Run mb_send_mail tests on Windows, too 2022-01-07 22:46:02 +01:00
mb_send_mail02.phpt Run mb_send_mail tests on Windows, too 2022-01-07 22:46:02 +01:00
mb_send_mail03.phpt Run mb_send_mail tests on Windows, too 2022-01-07 22:46:02 +01:00
mb_send_mail04.phpt Run mb_send_mail tests on Windows, too 2022-01-07 22:46:02 +01:00
mb_send_mail05.phpt Run mb_send_mail tests on Windows, too 2022-01-07 22:46:02 +01:00
mb_send_mail06.phpt Run mb_send_mail tests on Windows, too 2022-01-07 22:46:02 +01:00
mb_send_mail07.phpt Fix legacy conversion filter for ISO-2022-KR 2022-07-20 07:44:20 +02:00
mb_send_mail_null_bytes.phpt Add some missing EXTENSIONS sections to misc tests 2021-06-14 14:52:44 +02:00
mb_split-compat-01.phpt Migrate more SKIPIF -> EXTENSIONS (#7139) 2021-06-11 12:58:44 +02:00
mb_split.phpt Migrate more SKIPIF -> EXTENSIONS (#7139) 2021-06-11 12:58:44 +02:00
mb_split_empty_match.phpt Fix redundant double dash in mbstring test output 2024-01-15 22:42:05 +01:00
mb_str_functions_opt-parameter.phpt Migrate more SKIPIF -> EXTENSIONS (#7139) 2021-06-11 12:58:44 +02:00
mb_str_pad.phpt Use "must not" instead of "cannot" wording 2024-08-21 21:12:17 +01:00
mb_str_split_error_conditions.phpt Implement mb_str_split using fast text conversion filters 2023-01-03 09:02:21 +02:00
mb_str_split_jp.phpt Add unit tests for mb_str_split/mb_substr on MacJapanese encoding 2023-01-08 17:23:47 +02:00
mb_str_split_other.phpt Implement mb_str_split using fast text conversion filters 2023-01-03 09:02:21 +02:00
mb_str_split_ru.phpt Migrate more SKIPIF -> EXTENSIONS (#7139) 2021-06-11 12:58:44 +02:00
mb_str_split_utf8_utf16.phpt Migrate more SKIPIF -> EXTENSIONS (#7139) 2021-06-11 12:58:44 +02:00
mb_str_unknown_encoding.phpt Migrate more SKIPIF -> EXTENSIONS (#7139) 2021-06-11 12:58:44 +02:00
mb_strcut.phpt Add specialized implementation of mb_strcut for GB18030 2023-12-18 17:01:20 +02:00
mb_strcut_missing_boundary_check.phpt Remove unnecessary mbstring skipifs 2021-06-14 15:27:28 +02:00
mb_strcut_negative_length.phpt Migrate more SKIPIF -> EXTENSIONS (#7139) 2021-06-11 12:58:44 +02:00
mb_strimwidth.phpt Deprecate passing a negative width to mb_strimwidth() 2023-07-17 05:01:13 +01:00
mb_strimwidth_deprecated.phpt Deprecate passing a negative width to mb_strimwidth() 2023-07-17 05:01:13 +01:00
mb_stripos.phpt mb_str{i,}pos does not match illegal byte sequences against occurrences of mb_substitute_char 2022-12-18 15:31:20 +02:00
mb_stripos_basic.phpt Remove unnecessary mbstring skipifs 2021-06-14 15:27:28 +02:00
mb_stripos_basic2.phpt Remove unnecessary mbstring skipifs 2021-06-14 15:27:28 +02:00
mb_stripos_empty_needle.phpt Remove unnecessary mbstring skipifs 2021-06-14 15:27:28 +02:00
mb_stripos_error2.phpt Remove unnecessary mbstring skipifs 2021-06-14 15:27:28 +02:00
mb_stripos_invalid_offset.phpt Migrate more SKIPIF -> EXTENSIONS (#7139) 2021-06-11 12:58:44 +02:00
mb_stripos_variation5_Bug45923.phpt Remove unnecessary mbstring skipifs 2021-06-14 15:27:28 +02:00
mb_stristr_basic.phpt Remove unnecessary mbstring skipifs 2021-06-14 15:27:28 +02:00
mb_stristr_empty_needle.phpt Remove unnecessary mbstring skipifs 2021-06-14 15:27:28 +02:00
mb_stristr_error2.phpt Remove unnecessary mbstring skipifs 2021-06-14 15:27:28 +02:00
mb_stristr_variation5.phpt Remove unnecessary mbstring skipifs 2021-06-14 15:27:28 +02:00
mb_strlen.phpt Merge branch 'PHP-8.2' 2023-05-30 14:02:16 -07:00
mb_strlen_basic.phpt Remove unnecessary mbstring skipifs 2021-06-14 15:27:28 +02:00
mb_strlen_error2.phpt Remove unnecessary mbstring skipifs 2021-06-14 15:27:28 +02:00
mb_strlen_variation3.phpt Deprecate use of mbstring to convert text to Base64/QPrint/HTML entities/etc 2021-11-01 11:23:21 +02:00
mb_strpos.phpt mb_str{i,}pos does not match illegal byte sequences against occurrences of mb_substitute_char 2022-12-18 15:31:20 +02:00
mb_strpos_basic.phpt Remove unnecessary mbstring skipifs 2021-06-14 15:27:28 +02:00
mb_strpos_empty_needle.phpt Remove unnecessary mbstring skipifs 2021-06-14 15:27:28 +02:00
mb_strpos_error2.phpt Remove unnecessary mbstring skipifs 2021-06-14 15:27:28 +02:00
mb_strpos_invalid_offset.phpt Migrate more SKIPIF -> EXTENSIONS (#7139) 2021-06-11 12:58:44 +02:00
mb_strpos_offset_errors.phpt Add some missing EXTENSIONS sections to misc tests 2021-06-14 14:52:44 +02:00
mb_strpos_variation5.phpt Remove unnecessary mbstring skipifs 2021-06-14 15:27:28 +02:00
mb_strrchr_basic.phpt Use fast text conversion filters for mb_strpos, mb_stripos, mb_substr, etc 2022-12-12 16:28:49 +02:00
mb_strrchr_empty_needle.phpt Remove unnecessary mbstring skipifs 2021-06-14 15:27:28 +02:00
mb_strrchr_error2.phpt Remove unnecessary mbstring skipifs 2021-06-14 15:27:28 +02:00
mb_strrchr_variation5.phpt Remove unnecessary mbstring skipifs 2021-06-14 15:27:28 +02:00
mb_strrchr_variation6.phpt Remove unnecessary mbstring skipifs 2021-06-14 15:27:28 +02:00
mb_strrichr_basic.phpt Remove unnecessary mbstring skipifs 2021-06-14 15:27:28 +02:00
mb_strrichr_error2.phpt Remove unnecessary mbstring skipifs 2021-06-14 15:27:28 +02:00
mb_strrichr_variation5.phpt Remove unnecessary mbstring skipifs 2021-06-14 15:27:28 +02:00
mb_strripos_basic.phpt Remove unnecessary mbstring skipifs 2021-06-14 15:27:28 +02:00
mb_strripos_basic2.phpt Remove unnecessary mbstring skipifs 2021-06-14 15:27:28 +02:00
mb_strripos_empty_needle.phpt Remove unnecessary mbstring skipifs 2021-06-14 15:27:28 +02:00
mb_strripos_error2.phpt Remove unnecessary mbstring skipifs 2021-06-14 15:27:28 +02:00
mb_strripos_variation5_Bug45923.phpt Remove unnecessary mbstring skipifs 2021-06-14 15:27:28 +02:00
mb_strrpos_basic.phpt Added negative offset test for mb_strrpos 2023-05-15 10:36:37 +02:00
mb_strrpos_empty_needle.phpt Remove unnecessary mbstring skipifs 2021-06-14 15:27:28 +02:00
mb_strrpos_error2.phpt Remove unnecessary mbstring skipifs 2021-06-14 15:27:28 +02:00
mb_strstr.phpt Character indices used by mb_strpos and mb_substr have same meaning, even on invalid strings 2023-12-10 14:40:30 +02:00
mb_strstr_basic.phpt Remove unnecessary mbstring skipifs 2021-06-14 15:27:28 +02:00
mb_strstr_empty_needle.phpt Remove unnecessary mbstring skipifs 2021-06-14 15:27:28 +02:00
mb_strstr_error2.phpt Remove unnecessary mbstring skipifs 2021-06-14 15:27:28 +02:00
mb_strstr_variation5.phpt Remove unnecessary mbstring skipifs 2021-06-14 15:27:28 +02:00
mb_strstr_variation6.phpt Remove unnecessary mbstring skipifs 2021-06-14 15:27:28 +02:00
mb_strtolower_basic.phpt Implement Unicode conditional casing rules for Greek letter sigma 2023-01-12 17:41:11 +02:00
mb_strtolower_error2.phpt Remove unnecessary mbstring skipifs 2021-06-14 15:27:28 +02:00
mb_strtolower_variation3.phpt Remove unnecessary mbstring skipifs 2021-06-14 15:27:28 +02:00
mb_strtolower_variation4.phpt Remove unnecessary mbstring skipifs 2021-06-14 15:27:28 +02:00
mb_strtoupper_basic.phpt Remove unnecessary mbstring skipifs 2021-06-14 15:27:28 +02:00
mb_strtoupper_error2.phpt Remove unnecessary mbstring skipifs 2021-06-14 15:27:28 +02:00
mb_strtoupper_variation3.phpt Remove unnecessary mbstring skipifs 2021-06-14 15:27:28 +02:00
mb_strtoupper_variation4.phpt Remove unnecessary mbstring skipifs 2021-06-14 15:27:28 +02:00
mb_strwidth.phpt Migrate more SKIPIF -> EXTENSIONS (#7139) 2021-06-11 12:58:44 +02:00
mb_substitute_character.phpt Migrate more SKIPIF -> EXTENSIONS (#7139) 2021-06-11 12:58:44 +02:00
mb_substitute_character_basic.phpt Migrate more SKIPIF -> EXTENSIONS (#7139) 2021-06-11 12:58:44 +02:00
mb_substitute_character_variation2.phpt New internal interface for fast text conversion in mbstring 2021-12-21 08:33:11 +02:00
mb_substitute_character_variation_strict_types.phpt Fix GH-8329 Print true/false instead of bool in error and debug messages (#8385) 2023-01-23 10:52:14 +01:00
mb_substitute_character_variation_weak_types.phpt Migrate more SKIPIF -> EXTENSIONS (#7139) 2021-06-11 12:58:44 +02:00
mb_substr.phpt Fix bug in mb_get_substr_slow (sometimes outputs wrong number of characters) 2023-12-20 14:32:53 +02:00
mb_substr_basic.phpt Remove unnecessary mbstring skipifs 2021-06-14 15:27:28 +02:00
mb_substr_count.phpt Use "must not" instead of "cannot" wording 2024-08-21 21:12:17 +01:00
mb_substr_count_basic.phpt Remove unnecessary mbstring skipifs 2021-06-14 15:27:28 +02:00
mb_substr_count_error2.phpt Remove unnecessary mbstring skipifs 2021-06-14 15:27:28 +02:00
mb_substr_count_variation4.phpt Remove unnecessary mbstring skipifs 2021-06-14 15:27:28 +02:00
mb_substr_error2.phpt Remove unnecessary mbstring skipifs 2021-06-14 15:27:28 +02:00
mb_substr_variation4.phpt Remove unnecessary mbstring skipifs 2021-06-14 15:27:28 +02:00
mb_substr_variation5.phpt Remove unnecessary mbstring skipifs 2021-06-14 15:27:28 +02:00
mb_substr_variation6.phpt Remove unnecessary mbstring skipifs 2021-06-14 15:27:28 +02:00
mb_substr_variation7.phpt Remove unnecessary mbstring skipifs 2021-06-14 15:27:28 +02:00
mb_trim.phpt Optimizations for mb_trim (#12803) 2023-11-28 19:49:36 +01:00
mb_ucfirst_lcfirst.phpt [RFC] Add mb_ucfirst and mb_lcfirst functions (#13161) 2024-03-20 17:25:19 +01:00
mbregex_stack_limit.phpt Migrate more SKIPIF -> EXTENSIONS (#7139) 2021-06-11 12:58:44 +02:00
mbregex_stack_limit2.phpt Add mb_trim function 2023-11-24 08:04:51 +02:00
other_encodings.phpt Legacy conversion code for '7bit' to '8bit' inserts error markers 2022-08-16 16:43:27 +02:00
php_gr_jp_10830.phpt Migrate more SKIPIF -> EXTENSIONS (#7139) 2021-06-11 12:58:44 +02:00
php_gr_jp_16242.phpt Migrate more SKIPIF -> EXTENSIONS (#7139) 2021-06-11 12:58:44 +02:00
php_gr_jp_dev_884-1.phpt Migrate more SKIPIF -> EXTENSIONS (#7139) 2021-06-11 12:58:44 +02:00
php_gr_jp_dev_884-2.phpt Migrate more SKIPIF -> EXTENSIONS (#7139) 2021-06-11 12:58:44 +02:00
pictogram1.phpt Migrate more SKIPIF -> EXTENSIONS (#7139) 2021-06-11 12:58:44 +02:00
qprint_encoding.phpt Fix new conversion filter for QPrint (same order of check as legacy code) 2022-07-18 15:11:32 +02:00
retry_limit.phpt Migrate more SKIPIF -> EXTENSIONS (#7139) 2021-06-11 12:58:44 +02:00
simpletest.phpt Migrate more SKIPIF -> EXTENSIONS (#7139) 2021-06-11 12:58:44 +02:00
sjis2004_encoding.phpt Restore backwards-compatible mappings of U+005C and U+007E to SJIS-2004 2022-10-05 12:18:38 +09:00
sjis_encoding.phpt Restore backwards-compatible mappings of 0x5C and 0x7E in SJIS 2022-06-11 16:31:47 +02:00
sjis_mobile_encodings.phpt SJIS-Mobile#SOFTBANK string can end immediately after special escape sequence 2022-08-16 16:43:27 +02:00
sjismac_encoding.phpt Implement fast text conversion interface for SJIS-mac 2022-05-28 21:53:35 +02:00
ucs2_encoding.phpt Add another test for UCS-2 text conversion 2021-09-06 13:16:23 +02:00
ucs4_encoding.phpt Add more tests for mbstring encoding conversion 2022-05-28 21:53:38 +02:00
uhc_encoding.phpt Fix problem with CP949 conversion when 0xC9 precedes byte lower than 0xA1 2023-05-20 21:27:48 -07:00
unicode_versions.phpt ext/mbstring: Update to Unicode 16 2024-09-17 10:40:00 +09:00
utf7imap_encoding.phpt Add tests to document behavior of UTF7-IMAP conversion in obscure corner case 2023-10-01 14:44:05 +02:00
utf8_error_handling.phpt Error handling for UTF-8 complies with WHATWG specification 2022-04-16 15:04:38 +02:00
utf8_mobile_encodings.phpt Adjust number of error markers emitted for truncated UTF-8 code units 2022-08-16 16:43:27 +02:00
utf_encodings.phpt Fix GH-11992: utf_encodings.phpt fails on Windows 32-bit 2023-11-19 16:45:53 +01:00
uuencode_encoding.phpt Fix new conversion filter for UUEncode 2022-07-18 15:11:32 +02:00
zend_multibyte-01.phpt Port mbstring to use EXTENSIONS 2021-06-11 14:00:43 +02:00
zend_multibyte-02.phpt Port mbstring to use EXTENSIONS 2021-06-11 14:00:43 +02:00
zend_multibyte-03.phpt Port mbstring to use EXTENSIONS 2021-06-11 14:00:43 +02:00
zend_multibyte-04.phpt Port mbstring to use EXTENSIONS 2021-06-11 14:00:43 +02:00
zend_multibyte-05.phpt Port mbstring to use EXTENSIONS 2021-06-11 14:00:43 +02:00
zend_multibyte-06.phpt Port mbstring to use EXTENSIONS 2021-06-11 14:00:43 +02:00
zend_multibyte-07.phpt Port mbstring to use EXTENSIONS 2021-06-11 14:00:43 +02:00
zend_multibyte-08.phpt Port mbstring to use EXTENSIONS 2021-06-11 14:00:43 +02:00
zend_multibyte-09.phpt Port mbstring to use EXTENSIONS 2021-06-11 14:00:43 +02:00
zend_multibyte-10.phpt Port mbstring to use EXTENSIONS 2021-06-11 14:00:43 +02:00
zend_multibyte-11.phpt Port mbstring to use EXTENSIONS 2021-06-11 14:00:43 +02:00
zend_multibyte-12.phpt Port mbstring to use EXTENSIONS 2021-06-11 14:00:43 +02:00
zend_multibyte-13.phpt Port mbstring to use EXTENSIONS 2021-06-11 14:00:43 +02:00
zend_multibyte-14.phpt Port mbstring to use EXTENSIONS 2021-06-11 14:00:43 +02:00
zend_multibyte-15.phpt Port mbstring to use EXTENSIONS 2021-06-11 14:00:43 +02:00
zend_multibyte-16.phpt Port mbstring to use EXTENSIONS 2021-06-11 14:00:43 +02:00