Home
last modified time | relevance | path

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

/PHP-7.4/ext/pcre/pcre2lib/
H A Dpcre2.h123 #define PCRE2_DOLLAR_ENDONLY 0x00000010u /* J M D */ macro
H A Dpcre2_dfa_match.c1034 ((mb->poptions & PCRE2_DOLLAR_ENDONLY) == 0 && IS_NEWLINE(ptr) && in internal_dfa_match()
1061 ((mb->poptions & PCRE2_DOLLAR_ENDONLY) == 0 && IS_NEWLINE(ptr))) in internal_dfa_match()
H A Dpcre2_match.c5721 if ((mb->poptions & PCRE2_DOLLAR_ENDONLY) == 0) goto ASSERT_NL_OR_EOS; in match()
H A Dpcre2_compile.c773 PCRE2_ALT_VERBNAMES|PCRE2_DOLLAR_ENDONLY|PCRE2_DOTALL|PCRE2_DUPNAMES| \
H A Dpcre2_jit_compile.c13467 common->endonly = (re->overall_options & PCRE2_DOLLAR_ENDONLY) != 0; in jit_compile()
/PHP-7.4/ext/pcre/
H A Dphp_pcre.c716 case 'D': coptions |= PCRE2_DOLLAR_ENDONLY;break; in pcre_get_compiled_regex_cache_ex()

Completed in 81 milliseconds