Home
last modified time | relevance | path

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

/PHP-8.3/ext/mbstring/libmbfl/filters/
H A Dmbfilter_htmlent.c38 static const int htmlentitifieds[256] = { variable
106 if (c < sizeof(htmlentitifieds) / sizeof(htmlentitifieds[0]) && in mbfl_filt_conv_html_enc()
107 htmlentitifieds[c] != 1) { in mbfl_filt_conv_html_enc()
441 if (w < sizeof(htmlentitifieds) / sizeof(htmlentitifieds[0]) && htmlentitifieds[w] != 1) { in mb_wchar_to_htmlent()

Completed in 5 milliseconds