Home
last modified time | relevance | path

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

/php-src/Zend/
H A Dzend_multibyte.c158 ZEND_API zend_result zend_multibyte_parse_encoding_list(const char *encoding_list, size_t encoding_… 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.h71 ZEND_API zend_result zend_multibyte_parse_encoding_list(const char *encoding_list, size_t encoding_…
/php-src/ext/exif/
H A Dexif.c113 if (FAILURE == zend_multibyte_parse_encoding_list(ZSTR_VAL(new_value), ZSTR_LEN(new_value), in ZEND_DECLARE_MODULE_GLOBALS()
128 if (FAILURE == zend_multibyte_parse_encoding_list(ZSTR_VAL(new_value), ZSTR_LEN(new_value), in ZEND_INI_MH()

Completed in 21 milliseconds