php_strip_tags_ex 202 ext/filter/sanitizing_filters.c new_len = php_strip_tags_ex(Z_STRVAL_P(value), Z_STRLEN_P(value), NULL, NULL, 0, 1); php_strip_tags_ex 135 ext/standard/php_string.h PHPAPI size_t php_strip_tags_ex(char *rbuf, int len, int *stateptr, char *allow, int allow_len, zend_bool allow_tag_spaces); php_strip_tags_ex 4094 ext/standard/string.c retval_len = php_strip_tags_ex(buf, Z_STRLEN_PP(str), NULL, allowed_tags, allowed_tags_len, 0); php_strip_tags_ex 4308 ext/standard/string.c return php_strip_tags_ex(rbuf, len, stateptr, allow, allow_len, 0);