Home
last modified time | relevance | path

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

/php-src/ext/mbstring/
H A Dmbstring.c3395 HashTable *encoding_ht = NULL; in PHP_FUNCTION() local
3403 Z_PARAM_ARRAY_HT_OR_STR_OR_NULL(encoding_ht, encoding_str) in PHP_FUNCTION()
3414 if (encoding_ht) { in PHP_FUNCTION()
3415 if (encoding_ht == MBSTRG(all_encodings_list)) { in PHP_FUNCTION()
3418 if (FAILURE == php_mb_parse_encoding_array(encoding_ht, &elist, &size, 2)) { in PHP_FUNCTION()

Completed in 21 milliseconds