REG_NOSUB         178 ext/mbstring/oniguruma/regposix.c   if (nmatch == 0 || (reg->comp_options & REG_NOSUB) != 0) {
REG_NOSUB          28 ext/opcache/zend_accelerator_blacklist.c # define REGEX_MODE (REG_EXTENDED|REG_NOSUB|REG_ICASE)
REG_NOSUB          30 ext/opcache/zend_accelerator_blacklist.c # define REGEX_MODE (REG_EXTENDED|REG_NOSUB)
REG_NOSUB         277 ext/pcre/pcrelib/pcreposix.c if ((cflags & REG_NOSUB) != 0)    options |= PCRE_NO_AUTO_CAPTURE;