Home
last modified time | relevance | path

Searched refs:mbstring (Results 26 – 50 of 467) sorted by relevance

12345678910>>...19

/php-src/ext/mbstring/tests/
H A Dmb_internal_encoding_basic2.phpt9 mbstring
22 var_dump(ini_get('mbstring.http_input'));
23 var_dump(ini_get('mbstring.http_output'));
24 var_dump(ini_get('mbstring.internal_encoding'));
H A Dbug63447_001.phpt2 Bug #63447 (max_input_vars doesn't filter variables when mbstring.encoding_translation = On)
4 mbstring
8 mbstring.encoding_translation=1
H A Dbug63447_002.phpt2 Bug #63447 (max_input_vars doesn't filter variables when mbstring.encoding_translation = On)
4 mbstring
8 mbstring.encoding_translation=1
H A Dmb_parse_str_multi.phpt4 mbstring
6 mbstring.http_input=UTF-8,SJIS,EUC-JP,ISO-8859-1,ISO-2022-JP
10 // via mbstring.http_input
38 Deprecated: PHP Startup: Use of mbstring.http_input is deprecated in %s on line %d
H A Dmb_output_handler_pattern-05.phpt2 mb_output_handler() and mbstring.http_output_conv_mimetypes (5)
4 mbstring
H A Dmb_output_handler_pattern-11.phpt2 mb_output_handler() and mbstring.http_output_conv_mimetypes (11)
4 mbstring
H A Dmb_output_handler_pattern-01.phpt2 mb_output_handler() and mbstring.http_output_conv_mimetypes (1)
4 mbstring
H A Dmb_output_handler_pattern-02.phpt2 mb_output_handler() and mbstring.http_output_conv_mimetypes (2)
4 mbstring
H A Dmb_output_handler_pattern-06.phpt2 mb_output_handler() and mbstring.http_output_conv_mimetypes (6)
4 mbstring
H A Dmb_output_handler_pattern-12.phpt2 mb_output_handler() and mbstring.http_output_conv_mimetypes (12)
4 mbstring
H A Dqprint_encoding.phpt2 Temporary test of mbstring's QPrint 'encoding'
4 mbstring
8 /* Using mbstring to convert strings to and from QPrint has already been deprecated
32 Deprecated: mb_convert_encoding(): Handling QPrint via mbstring is deprecated; use quoted_printable…
34 Deprecated: mb_convert_encoding(): Handling QPrint via mbstring is deprecated; use quoted_printable…
36 Deprecated: mb_convert_encoding(): Handling QPrint via mbstring is deprecated; use quoted_printable…
38 Deprecated: mb_convert_encoding(): Handling QPrint via mbstring is deprecated; use quoted_printable…
H A Dmb_output_handler_pattern-03.phpt2 mb_output_handler() and mbstring.http_output_conv_mimetypes (3)
4 mbstring
H A Dmb_output_handler_pattern-04.phpt2 mb_output_handler() and mbstring.http_output_conv_mimetypes (4)
4 mbstring
H A Dbug71606.phpt4 mbstring
11 Deprecated: mb_strcut(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, h…
H A Dbug45722.phpt4 mbstring
10 Deprecated: mb_check_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecial…
H A Dmb_language.phpt4 mbstring
6 mbstring.language=
13 ini_set('mbstring.language', 'uni');
H A Dretry_limit.phpt4 mbstring
18 ini_set('mbstring.regex_retry_limit', '100000');
H A Duuencode_encoding.phpt2 Temporary test of mbstring's UUEncode 'encoding'
4 mbstring
9 /* Using mbstring to convert strings from UUEncode has already been deprecated
24 /* mbstring's uuencode requires the user to strip off the terminating "`\nend\n" */
H A Dmb_encode_mimeheader_variation6.phpt4 mbstring
9 * Source code: ext/mbstring/mbstring.c
/php-src/Zend/tests/multibyte/
H A Dmultibyte_encoding_004.phpt2 test for mbstring script_encoding for flex unsafe encoding (Shift_JIS)
4 mbstring
H A Dmultibyte_encoding_005.phpt4 mbstring
7 mbstring.encoding_translation = On
/php-src/ext/standard/tests/strings/
H A Dhtmlentities06.phpt2 htmlentities() test 6 (mbstring / ISO-8859-15)
7 mbstring
H A Dhtmlentities07.phpt2 htmlentities() test 7 (mbstring / ISO-8859-1)
7 mbstring
H A Dhtmlentities05.phpt2 htmlentities() test 5 (mbstring / cp1252)
7 mbstring
/php-src/sapi/fuzzer/
H A DREADME.md4 …API, as well as all available fuzzers. If you don't build the exif/json/mbstring extensions, fuzze…
15 --enable-mbstring
31 * `php-fuzz-mbstring`: Fuzzing `mb_convert_encoding()` (requires `--enable-mbstring`)
32 * `php-fuzz-mbregex`: Fuzzing `mb_ereg[i]()` (requires --enable-mbstring)
76 For the mbstring fuzzer, a dictionary of encodings should be generated first:
80 sapi/fuzzer/php-fuzz-mbstring -dict=$PWD/sapi/fuzzer/dict/mbstring ./my-mbstring-corpus

Completed in 25 milliseconds

12345678910>>...19