Home
last modified time | relevance | path

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

/PHP-8.1/ext/standard/
H A Dphp_string.h55 …_strip_tags_ex(char *rbuf, size_t len, const char *allow, size_t allow_len, bool allow_tag_spaces);
H A Dstring.c4874 …p_strip_tags_ex(char *rbuf, size_t len, const char *allow, size_t allow_len, bool allow_tag_spaces) argument
4911 if (isspace(*(p + 1)) && !allow_tag_spaces) {
4958 if (isspace(*(p + 1)) && !allow_tag_spaces) {

Completed in 18 milliseconds