Searched refs:encoding_from (Results 1 – 3 of 3) sorted by relevance
/PHP-7.4/Zend/ |
H A D | zend_multibyte.c | 46 …ar *from, size_t from_length, const zend_encoding *encoding_to, const zend_encoding *encoding_from) in dummy_encoding_converter() argument 153 …ar *from, size_t from_length, const zend_encoding *encoding_to, const zend_encoding *encoding_from) in zend_multibyte_encoding_converter() argument 155 …ltibyte_functions.encoding_converter(to, to_length, from, from_length, encoding_to, encoding_from); in zend_multibyte_encoding_converter()
|
H A D | zend_multibyte.h | 31 …r *from, size_t from_length, const zend_encoding *encoding_to, const zend_encoding *encoding_from); 68 …r *from, size_t from_length, const zend_encoding *encoding_to, const zend_encoding *encoding_from);
|
/PHP-7.4/ext/mbstring/ |
H A D | mbstring.c | 924 …ar *from, size_t from_length, const zend_encoding *encoding_to, const zend_encoding *encoding_from) in php_mb_zend_encoding_converter() argument 933 string.encoding = (const mbfl_encoding*)encoding_from; in php_mb_zend_encoding_converter() 939 …convd = mbfl_buffer_converter_new((const mbfl_encoding *)encoding_from, (const mbfl_encoding *)enc… in php_mb_zend_encoding_converter()
|
Completed in 17 milliseconds