Searched refs:allow_len (Results 1 – 2 of 2) sorted by relevance
/php-src/ext/standard/ |
H A D | php_string.h | 49 PHPAPI size_t php_strip_tags(char *rbuf, size_t len, const char *allow, size_t allow_len); 50 PHPAPI size_t php_strip_tags_ex(char *rbuf, size_t len, const char *allow, size_t allow_len, bool a…
|
H A D | string.c | 5066 PHPAPI size_t php_strip_tags(char *rbuf, size_t len, const char *allow, size_t allow_len) /* {{{ */ argument 5068 return php_strip_tags_ex(rbuf, len, allow, allow_len, 0); 5092 PHPAPI size_t php_strip_tags_ex(char *rbuf, size_t len, const char *allow, size_t allow_len, bool a… argument 5109 allow_free = zend_str_tolower_dup_ex(allow, allow_len);
|
Completed in 20 milliseconds