php_strip_tags 1194 ext/standard/file.c retval_len = php_strip_tags(retval, actual_len, &stream->fgetss_state, allowed_tags, allowed_tags_len); php_strip_tags 220 ext/standard/filters.c bucket->buflen = php_strip_tags(bucket->buf, bucket->buflen, &(inst->state), (char *)inst->allowed_tags, inst->allowed_tags_len); php_strip_tags 134 ext/standard/php_string.h PHPAPI size_t php_strip_tags(char *rbuf, int len, int *state, char *allow, int allow_len);