xml_utf8_decode 137 ext/xml/php_xml.h PHPAPI char *xml_utf8_decode(const XML_Char *, int, int *, const XML_Char *); xml_utf8_decode 416 ext/xml/xml.c Z_STRVAL_P(ret) = xml_utf8_decode(s, len, &Z_STRLEN_P(ret), encoding); xml_utf8_decode 760 ext/xml/xml.c newstr = xml_utf8_decode(tag, strlen(tag), &out_len, parser->target_encoding); xml_utf8_decode 793 ext/xml/xml.c val = xml_utf8_decode(attributes[1], strlen(attributes[1]), &val_len, parser->target_encoding); xml_utf8_decode 831 ext/xml/xml.c val = xml_utf8_decode(attributes[1], strlen(attributes[1]), &val_len, parser->target_encoding); xml_utf8_decode 935 ext/xml/xml.c decoded_value = xml_utf8_decode(s,len,&decoded_len,parser->target_encoding); xml_utf8_decode 1722 ext/xml/xml.c decoded = xml_utf8_decode(arg, arg_len, &len, "ISO-8859-1");