Home
last modified time | relevance | path

Searched refs:TRAVERSE_FOR_ENTITIES_EXPAND_SIZE (Results 1 – 1 of 1) sorted by last modified time

/php-src/ext/standard/
H A Dhtml.c818 #define TRAVERSE_FOR_ENTITIES_EXPAND_SIZE(oldlen) ((oldlen) + (oldlen) / 5 + 2) macro
999 new_size = TRAVERSE_FOR_ENTITIES_EXPAND_SIZE(ZSTR_LEN(str)); in php_unescape_html_entities()

Completed in 8 milliseconds