PCRE_MLSET 8999 ext/pcre/pcrelib/pcre_compile.c cd->external_flags |= PCRE_MLSET; PCRE_MLSET 6530 ext/pcre/pcrelib/pcre_exec.c if ((re->flags & PCRE_MLSET) != 0 && re->limit_match < md->match_limit) PCRE_MLSET 226 ext/pcre/pcrelib/pcre_fullinfo.c if ((re->flags & PCRE_MLSET) == 0) return PCRE_ERROR_UNSET; PCRE_MLSET 10339 ext/pcre/pcrelib/pcre_jit_compile.c functions->limit_match = (re->flags & PCRE_MLSET) != 0 ? re->limit_match : 0;