Home
last modified time | relevance | path

Searched refs:DEC_ENTITY_MAXLEN (Results 1 – 1 of 1) sorted by relevance

/PHP-8.3/ext/mbstring/
H A Dmbstring.c3795 #define DEC_ENTITY_MAXLEN 12 /* For "&#" and 10 decimal digits */ macro
3906 if ((p2 == wchar_buf + out_len) && in_len && (p2 - p) <= DEC_ENTITY_MAXLEN) { in html_numeric_entity_decode()
3912 } else if ((p2 - p) < DEC_ENTITY_MINLEN || (p2 - p) > DEC_ENTITY_MAXLEN) { in html_numeric_entity_decode()

Completed in 29 milliseconds