Searched refs:from_encodings_str (Results 1 – 1 of 1) sorted by relevance
2839 zend_string *input_str, *from_encodings_str = NULL; in PHP_FUNCTION() local2849 Z_PARAM_ARRAY_HT_OR_STR_OR_NULL(from_encodings_ht, from_encodings_str) in PHP_FUNCTION()2862 } else if (from_encodings_str) { in PHP_FUNCTION()2863 if (php_mb_parse_encoding_list(ZSTR_VAL(from_encodings_str), ZSTR_LEN(from_encodings_str), in PHP_FUNCTION()
Completed in 21 milliseconds