Home
last modified time | relevance | path

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

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

Completed in 38 milliseconds