Home
last modified time | relevance | path

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

/PHP-8.0/ext/pcre/pcre2lib/
H A Dpcre2_convert.c96 static const char *posix_meta_escapes = variable
282 if (*posix < 127 && strchr(posix_meta_escapes, *posix) != NULL) in convert_posix()

Completed in 5 milliseconds