Searched refs:zend_multibyte_get_encoding_name (Results 1 – 5 of 5) sorted by relevance
66 ZEND_API const char *zend_multibyte_get_encoding_name(const zend_encoding *encoding);
133 ZEND_API const char *zend_multibyte_get_encoding_name(const zend_encoding *encoding) in zend_multibyte_get_encoding_name() function
535 …"encoding \"%s\" to a compatible encoding", zend_multibyte_get_encoding_name(LANG_SCNG(script_enco… in open_file_for_scanning()697 …"encoding \"%s\" to a compatible encoding", zend_multibyte_get_encoding_name(LANG_SCNG(script_enco… in zend_prepare_string_for_scanning()864 …"encoding \"%s\" to a compatible encoding", zend_multibyte_get_encoding_name(LANG_SCNG(script_enco… in zend_multibyte_yyinput_again()
537 …"encoding \"%s\" to a compatible encoding", zend_multibyte_get_encoding_name(LANG_SCNG(script_enco… in open_file_for_scanning()699 …"encoding \"%s\" to a compatible encoding", zend_multibyte_get_encoding_name(LANG_SCNG(script_enco… in zend_prepare_string_for_scanning()866 …"encoding \"%s\" to a compatible encoding", zend_multibyte_get_encoding_name(LANG_SCNG(script_enco… in zend_multibyte_yyinput_again()
393 charset_hint = (char *)zend_multibyte_get_encoding_name(zenc); in determine_charset()
Completed in 33 milliseconds