Home
last modified time | relevance | path

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

/PHP-8.3/ext/mbstring/
H A Dmbstring.c3793 #define DEC_ENTITY_MINLEN 3 /* For "&#" and 1 decimal digit */ macro
3912 } else if ((p2 - p) < DEC_ENTITY_MINLEN || (p2 - p) > DEC_ENTITY_MAXLEN) { in html_numeric_entity_decode()

Completed in 27 milliseconds