Home
last modified time | relevance | path

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

/PHP-7.4/ext/pcre/pcre2lib/
H A Dpcre2_compile.c743 static int posix_substitutes[] = { variable
759 #define POSIX_SUBSIZE (sizeof(posix_substitutes) / (2*sizeof(uint32_t)))
3412 int ptype = posix_substitutes[2*posix_class]; in parse_regex()
3413 int pvalue = posix_substitutes[2*posix_class + 1]; in parse_regex()

Completed in 22 milliseconds