Home
last modified time | relevance | path

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

/PHP-7.4/Zend/
H A Dzend_multibyte.c158 ZEND_API int zend_multibyte_parse_encoding_list(const char *encoding_list, size_t encoding_list_len… in zend_multibyte_parse_encoding_list() function
198 if (FAILURE == zend_multibyte_parse_encoding_list(new_value, new_value_length, &list, &size, 1)) { in zend_multibyte_set_script_encoding_by_string()
H A Dzend_multibyte.h69 ZEND_API int zend_multibyte_parse_encoding_list(const char *encoding_list, size_t encoding_list_len…
/PHP-7.4/ext/exif/
H A Dexif.c154 if (FAILURE == zend_multibyte_parse_encoding_list(ZSTR_VAL(new_value), ZSTR_LEN(new_value), in ZEND_DECLARE_MODULE_GLOBALS()
169 if (FAILURE == zend_multibyte_parse_encoding_list(ZSTR_VAL(new_value), ZSTR_LEN(new_value), in ZEND_INI_MH()

Completed in 24 milliseconds