PCRE_MULTILINE    454 ext/fileinfo/libmagic/funcs.c 	opts |= PCRE_MULTILINE;
PCRE_MULTILINE   1878 ext/fileinfo/libmagic/softmagic.c 		if (options & PCRE_MULTILINE)
PCRE_MULTILINE   2055 ext/fileinfo/libmagic/softmagic.c 		options |= PCRE_MULTILINE;
PCRE_MULTILINE   4746 ext/pcre/pcrelib/pcre_compile.c     if ((options & PCRE_MULTILINE) != 0)
PCRE_MULTILINE   4757 ext/pcre/pcrelib/pcre_compile.c     *code++ = ((options & PCRE_MULTILINE) != 0)? OP_DOLLM : OP_DOLL;
PCRE_MULTILINE   7453 ext/pcre/pcrelib/pcre_compile.c             case CHAR_m: *optset |= PCRE_MULTILINE; break;
PCRE_MULTILINE   1118 ext/pcre/pcrelib/pcre_internal.h   (PCRE_CASELESS|PCRE_EXTENDED|PCRE_ANCHORED|PCRE_MULTILINE| \
PCRE_MULTILINE    277 ext/pcre/pcrelib/pcreposix.c if ((cflags & REG_NEWLINE) != 0)  options |= PCRE_MULTILINE;
PCRE_MULTILINE    376 ext/pcre/php_pcre.c 			case 'm':	coptions |= PCRE_MULTILINE;		break;