Home
last modified time | relevance | path

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

/PHP-8.1/ext/pcre/pcre2lib/
H A Dpcre2_internal.h520 #define PCRE2_HASTHEN 0x00001000 /* pattern contains (*THEN) */ macro
H A Dpcre2_compile.c6174 cb->external_flags |= PCRE2_HASTHEN; in compile_branch()
6186 cb->external_flags |= PCRE2_HASTHEN; in compile_branch()
H A Dpcre2_match.c6541 mb->hasthen = (re->flags & PCRE2_HASTHEN) != 0; in pcre2_match()

Completed in 44 milliseconds