PCRE_MULTILINE 454 ext/fileinfo/libmagic/funcs.c opts |= PCRE_MULTILINE; PCRE_MULTILINE 1843 ext/fileinfo/libmagic/softmagic.c if (options & PCRE_MULTILINE) PCRE_MULTILINE 2020 ext/fileinfo/libmagic/softmagic.c options |= PCRE_MULTILINE; PCRE_MULTILINE 3992 ext/pcre/pcrelib/pcre_compile.c if ((options & PCRE_MULTILINE) != 0) PCRE_MULTILINE 4002 ext/pcre/pcrelib/pcre_compile.c *code++ = ((options & PCRE_MULTILINE) != 0)? OP_DOLLM : OP_DOLL; PCRE_MULTILINE 6444 ext/pcre/pcrelib/pcre_compile.c case CHAR_m: *optset |= PCRE_MULTILINE; break; PCRE_MULTILINE 1165 ext/pcre/pcrelib/pcre_internal.h (PCRE_CASELESS|PCRE_EXTENDED|PCRE_ANCHORED|PCRE_MULTILINE| \ PCRE_MULTILINE 266 ext/pcre/pcrelib/pcreposix.c if ((cflags & REG_NEWLINE) != 0) options |= PCRE_MULTILINE; PCRE_MULTILINE 356 ext/pcre/php_pcre.c case 'm': coptions |= PCRE_MULTILINE; break;