Home
last modified time | relevance | path

Searched refs:allow_tag_spaces (Results 1 – 2 of 2) sorted by relevance

/PHP-7.4/ext/standard/
H A Dphp_string.h133 …f, size_t len, uint8_t *stateptr, const char *allow, size_t allow_len, zend_bool allow_tag_spaces);
H A Dstring.c5169 …uf, size_t len, uint8_t *stateptr, const char *allow, size_t allow_len, zend_bool allow_tag_spaces) argument
5218 if (isspace(*(p + 1)) && !allow_tag_spaces) {
5265 if (isspace(*(p + 1)) && !allow_tag_spaces) {

Completed in 16 milliseconds