Home
last modified time | relevance | path

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

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

Completed in 19 milliseconds