Home
last modified time | relevance | path

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

/PHP-7.2/ext/standard/
H A Dphp_string.h138 PHPAPI size_t php_strip_tags(char *rbuf, size_t len, uint8_t *state, const char *allow, size_t allo…
H A Dfilters.c220 …bucket->buflen = php_strip_tags(bucket->buf, bucket->buflen, &(inst->state), inst->allowed_tags, i… in strfilter_strip_tags_filter()
H A Dfile.c1132 …retval_len = php_strip_tags(retval, actual_len, &stream->fgetss_state, allowed_tags, allowed_tags_… in PHP_FUNCTION()
H A Dstring.c4689 PHPAPI size_t php_strip_tags(char *rbuf, size_t len, uint8_t *stateptr, const char *allow, size_t a… function
/PHP-7.2/
H A DREADME.input_filter143 php_strip_tags(*val, val_len, NULL, NULL, 0);

Completed in 45 milliseconds