Home
last modified time | relevance | path

Searched refs:encodings (Results 26 – 50 of 54) sorted by relevance

123

/PHP-8.1/ext/mbstring/tests/
H A Dencoding_tests.inc104 // Only for encodings where valid characters can be concatenated together in any
161 // For variable-width encodings, where we have an exhaustive list of
165 // (For encodings where the first byte can tell you the length of a multi-byte
H A Dmb_encode_mimeheader_basic2.phpt13 //All strings are the same when displayed in their respective encodings
H A Dmb_strpos.phpt7 // TODO: Add more encodings
H A Dmb_convert_encoding_basic.phpt13 //All strings are the same when displayed in their respective encodings
H A Dmb_convert_encoding_array.phpt13 //All strings are the same when displayed in their respective encodings
H A Dmb_strlen.phpt7 // TODO: Add more encodings
H A Deucjp_2004_encoding.phpt50 * which many legacy Japanese text encodings used to represent something
H A Dmb_stripos.phpt7 // TODO: Add more encodings
H A Dmb_strlen_variation3.phpt2 Test mb_strlen() function : usage variations - Pass list of encodings
8 * Pass all encodings listed on php.net to mb_strlen to test that function recognises them
H A Dmb_convert_encoding_array2.phpt13 //All strings are the same when displayed in their respective encodings
H A Dmb_internal_encoding_variation2.phpt2 Test mb_internal_encoding() function : usage variations - Test different encodings
H A Dmb_substr.phpt9 // TODO: Add more encodings
H A Dutf8_mobile_encodings.phpt104 // However, when converting Unicode to Docomo vendor-specific encodings, we still
H A Dmb_regex_encoding_variation2.phpt2 Test mb_regex_encoding() function : usage variations - test different encodings
H A Dsjis_mobile_encodings.phpt16 * (The SJIS-Mobile encodings all use MS extensions) */
86 /* Now read table of vendor-specific emoji encodings */
H A Diso2022jp_encoding.phpt2 Test of ASCII and JIS X 0201/0208/0212 support in ISO-2022-JP and JIS7/8 encodings
H A Dcp5022x_encoding.phpt2 Exhaustive test of CP50220, CP50221, and CP50222 encodings
/PHP-8.1/ext/standard/html_tables/mappings/
H A DROMAN.TXT57 # For general information about Mac OS encodings and these mapping
95 # Turkish, Romanian, and other encodings. Separate mapping tables
96 # are available for these encodings.
112 # In all Mac OS encodings, fonts such as Chicago which are used
/PHP-8.1/ext/mbstring/
H A Dmbstring.stub.php91 function mb_detect_encoding(string $string, array|string|null $encodings = null, bool $strict = fal… argument
H A Dmbstring_arginfo.h123 ZEND_ARG_TYPE_MASK(0, encodings, MAY_BE_ARRAY|MAY_BE_STRING|MAY_BE_NULL, "null")
H A Dmbstring.c2790 for (const mbfl_encoding **encodings = mbfl_get_supported_encodings(); *encodings; encodings++) { in PHP_FUNCTION() local
2791 add_next_index_string(return_value, (*encodings)->name); in PHP_FUNCTION()
/PHP-8.1/
H A DUPGRADING497 if multiple encodings are passed to from_encoding
543 …tto is a technique for constructing prime order elliptic curve groups with non-malleable encodings.
H A Dphp.ini-development363 ; If enabled, scripts may be written in encodings that are incompatible with
365 ; encodings. To use this feature, mbstring extension must be enabled.
H A Dphp.ini-production363 ; If enabled, scripts may be written in encodings that are incompatible with
365 ; encodings. To use this feature, mbstring extension must be enabled.
H A DNEWS1090 . Fixed bug GH-9008 (mb_detect_encoding(): wrong results with null $encodings).

Completed in 71 milliseconds

123