Home
last modified time | relevance | path

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

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

Completed in 37 milliseconds