Home
last modified time | relevance | path

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

/php-src/ext/mbstring/
H A Dmbstring.c2825 HashTable *input_ht, *from_encodings_ht = NULL; in PHP_FUNCTION() local
2834 Z_PARAM_ARRAY_HT_OR_STR_OR_NULL(from_encodings_ht, from_encodings_str) in PHP_FUNCTION()
2842 if (from_encodings_ht) { in PHP_FUNCTION()
2843 …if (php_mb_parse_encoding_array(from_encodings_ht, &from_encodings, &num_from_encodings, 3) == FAI… in PHP_FUNCTION()

Completed in 43 milliseconds