php_strip_tags_ex  203 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  137 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 4352 ext/standard/string.c 	retval_len = php_strip_tags_ex(buf, str_len, NULL, allowed_tags, allowed_tags_len, 0);
php_strip_tags_ex 4568 ext/standard/string.c 	return php_strip_tags_ex(rbuf, len, stateptr, allow, allow_len, 0);