Searched refs:get_next_char (Results 1 – 2 of 2) sorted by relevance
/PHP-8.4/ext/standard/tests/strings/ |
H A D | htmlentities-utf-3.phpt | 2 Test get_next_char(), used by htmlentities()/htmlspecialchars(): validity of UTF-8 sequences
|
/PHP-8.4/ext/standard/ |
H A D | html.c | 89 static inline unsigned int get_next_char( in get_next_char() function 357 return get_next_char(cs_utf_8, str, str_len, cursor, status); in php_next_utf8_char() 1051 next_char = get_next_char(charset, old, oldlen, cursor, &status); in find_entity_for_char() 1156 unsigned int this_char = get_next_char(charset, old, oldlen, &cursor, &status); in php_escape_html_entities_ex()
|
Completed in 12 milliseconds