Searched refs:from_enc_ht (Results 1 – 1 of 1) sorted by relevance
3821 HashTable *from_enc_ht; in PHP_FUNCTION() local3829 Z_PARAM_ARRAY_HT_OR_STR(from_enc_ht, from_enc_str) in PHP_FUNCTION()3844 if (from_enc_ht) { in PHP_FUNCTION()3845 if (from_enc_ht == MBSTRG(all_encodings_list)) { in PHP_FUNCTION()3850 if (php_mb_parse_encoding_array(from_enc_ht, &elist, &elistsz, 2) == FAILURE) { in PHP_FUNCTION()
Completed in 29 milliseconds