Home
last modified time | relevance | path

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

/PHP-7.3/ext/pcre/pcre2lib/
H A Dpcre2.h146 #define PCRE2_UNGREEDY 0x00040000u /* C */ macro
H A Dpcre2_compile.c710 PCRE2_NO_DOTSTAR_ANCHOR|PCRE2_UCP|PCRE2_UNGREEDY)
2300 PCRE2_UNGREEDY)
3644 case CHAR_U: *optset |= PCRE2_UNGREEDY; break; in parse_regex()
4968 greedy_default = ((options & PCRE2_UNGREEDY) != 0); in compile_branch()
5793 greedy_default = ((options & PCRE2_UNGREEDY) != 0); in compile_branch()
/PHP-7.3/ext/pcre/
H A Dphp_pcre.c683 case 'U': coptions |= PCRE2_UNGREEDY; break; in pcre_get_compiled_regex_cache_ex()

Completed in 50 milliseconds