Home
last modified time | relevance | path

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

123

/php-src/ext/iconv/tests/
H A Diconv_basic.phpt13 //All strings are the same when displayed in their respective encodings
/php-src/ext/mbstring/tests/
H A Dmb_encode_mimeheader_basic3.phpt13 //All strings are the same when displayed in their respective encodings
H A Dmb_str_split_error_conditions.phpt34 // For most other encodings, they are
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
95 // sequences for non-UTF-8 encodings only:
H A Dencoding_tests.inc132 // Only for encodings where valid characters can be concatenated together in any
203 // For variable-width encodings, where we have an exhaustive list of
207 // (For encodings where the first byte can tell you the length of a multi-byte
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_decode_numericentity_large_ints.phpt49 // because some text encodings did not properly invoke the next flush function in the chain
H A Deucjp_2004_encoding.phpt50 * which many legacy Japanese text encodings used to represent something
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_strlen.phpt7 // TODO: Add more encodings
H A Dmb_str_split_other.phpt2 mb_str_split() tests for more text encodings
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_stripos.phpt7 // TODO: Add more encodings
H A Dutf8_mobile_encodings.phpt112 // 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
/php-src/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-src/sapi/fuzzer/
H A DREADME.md76 For the mbstring fuzzer, a dictionary of encodings should be generated first:
/php-src/ext/mbstring/
H A Dmbstring.stub.php149 function mb_detect_encoding(string $string, array|string|null $encodings = null, bool $strict = fal… argument
H A Dmbstring_arginfo.h137 ZEND_ARG_TYPE_MASK(0, encodings, MAY_BE_ARRAY|MAY_BE_STRING|MAY_BE_NULL, "null")
H A Dmbstring.c3224 …ate_array(struct candidate *array, size_t length, const mbfl_encoding **encodings, const unsigned … in init_candidate_array() argument
3229 const mbfl_encoding *enc = encodings[i]; in init_candidate_array()
3474 for (const mbfl_encoding **encodings = mbfl_get_supported_encodings(); *encodings; encodings++) { in PHP_FUNCTION() local
3476 ZVAL_STRING(&tmp, (*encodings)->name); in PHP_FUNCTION()

Completed in 51 milliseconds

123