Home
last modified time | relevance | path

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

/PHP-7.4/ext/fileinfo/libmagic/
H A Dfuncs.c530 opts |= PCRE2_MULTILINE; in file_replace()
H A Dsoftmagic.c1953 if (options & PCRE2_MULTILINE) in convert_libmagic_pattern()
2144 options |= PCRE2_MULTILINE; in magiccheck()
/PHP-7.4/ext/pcre/pcre2lib/
H A Dpcre2.h129 #define PCRE2_MULTILINE 0x00000400u /* C */ macro
H A Dpcre2_compile.c775 PCRE2_MULTILINE|PCRE2_NEVER_BACKSLASH_C|PCRE2_NEVER_UCP| \
2467 PCRE2_EXTENDED|PCRE2_EXTENDED_MORE|PCRE2_MULTILINE|PCRE2_NO_AUTO_CAPTURE| \
3947 options &= ~(PCRE2_CASELESS|PCRE2_MULTILINE|PCRE2_NO_AUTO_CAPTURE| in parse_regex()
3975 case CHAR_m: *optset |= PCRE2_MULTILINE; break; in parse_regex()
5476 if ((options & PCRE2_MULTILINE) != 0) in compile_branch()
5486 *code++ = ((options & PCRE2_MULTILINE) != 0)? OP_DOLLM : OP_DOLL; in compile_branch()
/PHP-7.4/ext/fileinfo/
H A Dlibmagic.patch2485 + opts |= PCRE2_MULTILINE;
3483 + if (options & PCRE2_MULTILINE)
3508 + options |= PCRE2_MULTILINE;
/PHP-7.4/ext/pcre/
H A Dphp_pcre.c710 case 'm': coptions |= PCRE2_MULTILINE; break; in pcre_get_compiled_regex_cache_ex()

Completed in 60 milliseconds