Searched refs:get_next_char (Results 1 – 2 of 2) sorted by relevance
/PHP-7.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-7.4/ext/standard/ |
H A D | html.c | 97 static inline unsigned int get_next_char( in get_next_char() function 365 return get_next_char(cs_utf_8, str, str_len, cursor, status); in php_next_utf8_char() 1126 next_char = get_next_char(charset, old, oldlen, cursor, &status); in find_entity_for_char() 1232 unsigned int this_char = get_next_char(charset, old, oldlen, &cursor, &status); in php_escape_html_entities_ex()
|
Completed in 9 milliseconds