Searched refs:encode_utf8 (Results 1 – 2 of 2) sorted by relevance
/PHP-8.2/ext/fileinfo/libmagic/ |
H A D | ascmagic.c | 53 private unsigned char *encode_utf8(unsigned char *, size_t, file_unichar_t *, 150 if ((utf8_end = encode_utf8(utf8_buf, mlen, ubuf, ulen)) in file_ascmagic_with_encoding() 346 encode_utf8(unsigned char *buf, size_t len, file_unichar_t *ubuf, size_t ulen) in encode_utf8() function
|
/PHP-8.2/ext/fileinfo/ |
H A D | libmagic.patch | 967 if ((utf8_end = encode_utf8(utf8_buf, mlen, ubuf, ulen))
|
Completed in 9 milliseconds