Home
last modified time | relevance | path

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

/PHP-7.4/ext/pcre/pcre2lib/
H A Dpcre2_compile.c2466 #define PARSE_TRACKED_OPTIONS (PCRE2_CASELESS|PCRE2_DOTALL|PCRE2_DUPNAMES| \ macro
3784 top_nest->options = options & PARSE_TRACKED_OPTIONS; in parse_regex()
3916 top_nest->options = options & PARSE_TRACKED_OPTIONS; in parse_regex()
4498 top_nest->options = options & PARSE_TRACKED_OPTIONS; in parse_regex()
4631 options = (options & ~PARSE_TRACKED_OPTIONS) | top_nest->options; in parse_regex()

Completed in 22 milliseconds