PCRE_NO_AUTO_CAPTURE 180 ext/opcache/zend_accelerator_blacklist.c if ((it->re = pcre_compile(regexp, PCRE_NO_AUTO_CAPTURE, &pcre_error, &pcre_error_offset, 0)) == NULL) { PCRE_NO_AUTO_CAPTURE 7642 ext/pcre/pcrelib/pcre_compile.c else if ((options & PCRE_NO_AUTO_CAPTURE) != 0) PCRE_NO_AUTO_CAPTURE 1117 ext/pcre/pcrelib/pcre_internal.h PCRE_NO_AUTO_CAPTURE|PCRE_NO_AUTO_POSSESS| \ PCRE_NO_AUTO_CAPTURE 277 ext/pcre/pcrelib/pcreposix.c if ((cflags & REG_NOSUB) != 0) options |= PCRE_NO_AUTO_CAPTURE; PCRE_NO_AUTO_CAPTURE 329 ext/pcre/pcrelib/pcreposix.c (REAL_PCRE_OPTIONS((const pcre *)preg->re_pcre) & PCRE_NO_AUTO_CAPTURE) != 0; PCRE_NO_AUTO_CAPTURE 5724 ext/pgsql/pgsql.c int options = PCRE_NO_AUTO_CAPTURE, res;