Home
last modified time | relevance | path

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

/PHP-8.3/ext/pcre/pcre2lib/
H A Dpcre2.h153 #define PCRE2_EXTRA_ESCAPED_CR_IS_LF 0x00000010u /* C */ macro
H A Dpcre2_compile.c787 PCRE2_EXTRA_ESCAPED_CR_IS_LF|PCRE2_EXTRA_ALT_BSUX| \
1542 if (c == CHAR_CR && (extra_options & PCRE2_EXTRA_ESCAPED_CR_IS_LF) != 0) in PRIV()

Completed in 45 milliseconds