Home
last modified time | relevance | path

Searched refs:encoding_ht (Results 1 – 1 of 1) sorted by last modified time

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

Completed in 46 milliseconds