Home
last modified time | relevance | path

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

/PHP-7.2/Zend/
H A Dzend_multibyte.c160 ZEND_API int zend_multibyte_parse_encoding_list(const char *encoding_list, size_t encoding_list_len… in zend_multibyte_parse_encoding_list() function
200 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.h71 ZEND_API int zend_multibyte_parse_encoding_list(const char *encoding_list, size_t encoding_list_len…
/PHP-7.2/ext/exif/
H A Dexif.c178 if (FAILURE == zend_multibyte_parse_encoding_list(ZSTR_VAL(new_value), ZSTR_LEN(new_value), in ZEND_DECLARE_MODULE_GLOBALS()
193 if (FAILURE == zend_multibyte_parse_encoding_list(ZSTR_VAL(new_value), ZSTR_LEN(new_value), in ZEND_INI_MH()

Completed in 27 milliseconds