zend_multibyte_encoding_filter 28 Zend/zend_multibyte.c static int zend_multibyte_encoding_filter(char **to, int *to_length, const char *to_encoding, const char *from, int from_length, const char *from_encoding TSRMLS_DC); zend_multibyte_encoding_filter 600 Zend/zend_multibyte.c return zend_multibyte_encoding_filter(to, to_length, name, from, from_length, LANG_SCNG(script_encoding)->name TSRMLS_CC); zend_multibyte_encoding_filter 613 Zend/zend_multibyte.c return zend_multibyte_encoding_filter(to, to_length, LANG_SCNG(internal_encoding)->name, from, from_length, name TSRMLS_CC);