Home
last modified time | relevance | path

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

/PHP-5.3/Zend/
H A Dzend_multibyte.c28 static size_t zend_multibyte_encoding_filter(unsigned char **to, size_t *to_length, const char *to_…
643 …return zend_multibyte_encoding_filter(to, to_length, name, from, from_length, LANG_SCNG(script_enc… in zend_multibyte_script_encoding_filter()
656 …return zend_multibyte_encoding_filter(to, to_length, LANG_SCNG(internal_encoding)->name, from, fro… in zend_multibyte_internal_encoding_filter()
659 static size_t zend_multibyte_encoding_filter(unsigned char **to, size_t *to_length, const char *to_… in zend_multibyte_encoding_filter() function

Completed in 9 milliseconds