PCRE_NO_AUTO_CAPTURE 6517 ext/pcre/pcrelib/pcre_compile.c else if ((options & PCRE_NO_AUTO_CAPTURE) != 0) PCRE_NO_AUTO_CAPTURE 1167 ext/pcre/pcrelib/pcre_internal.h PCRE_NO_AUTO_CAPTURE|PCRE_NO_UTF8_CHECK|PCRE_AUTO_CALLOUT|PCRE_FIRSTLINE| \ PCRE_NO_AUTO_CAPTURE 268 ext/pcre/pcrelib/pcreposix.c if ((cflags & REG_NOSUB) != 0) options |= PCRE_NO_AUTO_CAPTURE; PCRE_NO_AUTO_CAPTURE 320 ext/pcre/pcrelib/pcreposix.c (REAL_PCRE_OPTIONS((const pcre *)preg->re_pcre) & PCRE_NO_AUTO_CAPTURE) != 0;