Home
last modified time | relevance | path

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

/PHP-8.0/ext/pcre/pcre2lib/
H A Dpcre2_convert.c87 static const char *pcre2_escaped_literals = variable
340 if (c < 128 && strchr(pcre2_escaped_literals, c) != NULL) in convert_posix()
816 with_escape = strchr(pcre2_escaped_literals, separator) != NULL; in convert_glob()
1002 if (c < 128 && strchr(pcre2_escaped_literals, c) != NULL) in convert_glob()

Completed in 5 milliseconds