Home
last modified time | relevance | path

Searched refs:encoding_ht (Results 1 – 1 of 1) sorted by relevance

/PHP-8.3/ext/mbstring/
H A Dmbstring.c3145 HashTable *encoding_ht = NULL; in PHP_FUNCTION() local
3153 Z_PARAM_ARRAY_HT_OR_STR_OR_NULL(encoding_ht, encoding_str) in PHP_FUNCTION()
3164 if (encoding_ht) { in PHP_FUNCTION()
3165 if (encoding_ht == MBSTRG(all_encodings_list)) { in PHP_FUNCTION()
3168 if (FAILURE == php_mb_parse_encoding_array(encoding_ht, &elist, &size, 2)) { in PHP_FUNCTION()

Completed in 19 milliseconds