Home
last modified time | relevance | path

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

/php-src/ext/pcre/pcre2lib/
H A Dpcre2_compile.c2742 #define PARSE_TRACKED_OPTIONS (PCRE2_CASELESS|PCRE2_DOTALL|PCRE2_DUPNAMES| \ macro
4051 top_nest->options = options & PARSE_TRACKED_OPTIONS; in parse_regex()
4184 top_nest->options = options & PARSE_TRACKED_OPTIONS; in parse_regex()
4817 top_nest->options = options & PARSE_TRACKED_OPTIONS; in parse_regex()
4951 options = (options & ~PARSE_TRACKED_OPTIONS) | top_nest->options; in parse_regex()

Completed in 31 milliseconds