allow_tag_spaces 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); allow_tag_spaces 4587 ext/standard/string.c PHPAPI size_t php_strip_tags_ex(char *rbuf, int len, int *stateptr, char *allow, int allow_len, zend_bool allow_tag_spaces) allow_tag_spaces 4625 ext/standard/string.c if (isspace(*(p + 1)) && !allow_tag_spaces) {