Home
last modified time | relevance | path

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

/PHP-7.3/ext/pcre/pcre2lib/
H A Dpcre2_compile.c676 static int posix_substitutes[] = { variable
692 #define POSIX_SUBSIZE (sizeof(posix_substitutes) / (2*sizeof(uint32_t)))
3204 int ptype = posix_substitutes[2*posix_class]; in parse_regex()
3205 int pvalue = posix_substitutes[2*posix_class + 1]; in parse_regex()

Completed in 24 milliseconds