Home
last modified time | relevance | path

Searched refs:PCRE_MULTILINE (Results 1 – 11 of 11) sorted by relevance

/PHP-7.0/ext/pcre/pcrelib/
H A Dpcreposix.c275 if ((cflags & REG_NEWLINE) != 0) options |= PCRE_MULTILINE; in regcomp()
H A Dpcre.h128 #define PCRE_MULTILINE 0x00000002 /* C1 */ macro
H A Dpcre_internal.h1115 (PCRE_CASELESS|PCRE_EXTENDED|PCRE_ANCHORED|PCRE_MULTILINE| \
H A Dpcre_compile.c4759 if ((options & PCRE_MULTILINE) != 0) in compile_branch()
4770 *code++ = ((options & PCRE_MULTILINE) != 0)? OP_DOLLM : OP_DOLL; in compile_branch()
7574 case CHAR_m: *optset |= PCRE_MULTILINE; break; in compile_branch()
H A DHACKING137 The /i, /m, or /s options (PCRE_CASELESS, PCRE_MULTILINE, PCRE_DOTALL, and some
H A DChangeLog1592 of the PCRE_CASELESS and PCRE_MULTILINE options is done entirely at compile
3721 16. If PCRE_DOTALL or PCRE_MULTILINE were set, pcre_dfa_exec() behaved as if
5899 7. Add PCRE_MULTILINE at compile and exec time, and (?m) as well. Add \M to
/PHP-7.0/ext/fileinfo/libmagic/
H A Dfuncs.c441 opts |= PCRE_MULTILINE; in file_replace()
H A Dsoftmagic.c1833 if (options & PCRE_MULTILINE) in convert_libmagic_pattern()
2006 options |= PCRE_MULTILINE; in magiccheck()
/PHP-7.0/ext/pcre/pcrelib/doc/
H A Dpcre.txt2158 if PCRE_MULTILINE is set. There is no equivalent to this option in
2263 PCRE_MULTILINE
2275 When PCRE_MULTILINE it is set, the "start of line" and "end of line"
2281 setting PCRE_MULTILINE has no effect.
2978 ^ unless PCRE_MULTILINE is set
5673 PCRE_MULTILINE is set.
5987 m for PCRE_MULTILINE
9662 $ matches \n in middle no PCRE_MULTILINE
9663 ^ matches \n in middle no PCRE_MULTILINE
9946 PCRE_MULTILINE multiple lines match /m
[all …]
/PHP-7.0/ext/fileinfo/
H A Dlibmagic.patch2270 + opts |= PCRE_MULTILINE;
3533 + if (options & PCRE_MULTILINE)
3558 + options |= PCRE_MULTILINE;
/PHP-7.0/ext/pcre/
H A Dphp_pcre.c440 case 'm': coptions |= PCRE_MULTILINE; break; in pcre_get_compiled_regex_cache()

Completed in 106 milliseconds