Home
last modified time | relevance | path

Searched refs:allowed_tags (Results 1 – 4 of 4) sorted by relevance

/php-src/ext/standard/tests/strings/
H A Dstrip_tags_variation2.phpt128 strip_tags(): Argument #2 ($allowed_tags) must be of type array|string|null, resource given
/php-src/ext/standard/
H A Dstring.c4853 const char *allowed_tags=NULL; local
4876 allowed_tags = ZSTR_VAL(tags_ss.s);
4880 allowed_tags = ZSTR_VAL(allow_str);
4885 ZSTR_LEN(buf) = php_strip_tags_ex(ZSTR_VAL(buf), ZSTR_LEN(str), allowed_tags, allowed_tags_len, 0);
H A Dbasic_functions.stub.php2565 function strip_tags(string $string, array|string|null $allowed_tags = null): string {}
H A Dbasic_functions_arginfo.h1003 ZEND_ARG_TYPE_MASK(0, allowed_tags, MAY_BE_ARRAY|MAY_BE_STRING|MAY_BE_NULL, "null")

Completed in 45 milliseconds