Home
last modified time | relevance | path

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

/php-src/ext/mbstring/
H A Dmbstring.c2824 HashTable *input_ht, *from_encodings_ht = NULL; in PHP_FUNCTION() local
2830 Z_PARAM_ARRAY_HT_OR_STR(input_ht, input_str) in PHP_FUNCTION()
2878 input_ht, to_encoding, from_encodings, num_from_encodings); in PHP_FUNCTION()
5595 HashTable *input_ht = NULL; in PHP_FUNCTION() local
5600 Z_PARAM_ARRAY_HT_OR_STR_OR_NULL(input_ht, input_str) in PHP_FUNCTION()
5609 if (input_ht) { in PHP_FUNCTION()
5610 RETURN_BOOL(php_mb_check_encoding_recursive(input_ht, encoding)); in PHP_FUNCTION()

Completed in 37 milliseconds