Home
last modified time | relevance | path

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

/PHP-8.3/ext/mbstring/
H A Dmbstring.c2783 HashTable *input_ht, *from_encodings_ht = NULL; in PHP_FUNCTION() local
2789 Z_PARAM_ARRAY_HT_OR_STR(input_ht, input_str) in PHP_FUNCTION()
2837 input_ht, to_encoding, from_encodings, num_from_encodings); in PHP_FUNCTION()
5334 HashTable *input_ht = NULL; in PHP_FUNCTION() local
5339 Z_PARAM_ARRAY_HT_OR_STR_OR_NULL(input_ht, input_str) in PHP_FUNCTION()
5348 if (input_ht) { in PHP_FUNCTION()
5349 RETURN_BOOL(php_mb_check_encoding_recursive(input_ht, encoding)); in PHP_FUNCTION()

Completed in 19 milliseconds