REG_NOSUB 314 ext/ereg/ereg.c copts |= REG_NOSUB;
REG_NOSUB 84 ext/ereg/regex/engine.c if (g->cflags®_NOSUB)
REG_NOSUB 103 ext/ereg/regex/main.c if (!(copts®_NOSUB)) {
REG_NOSUB 277 ext/ereg/regex/main.c } else if (opts®_NOSUB) {
REG_NOSUB 333 ext/ereg/regex/main.c o |= REG_NOSUB;
REG_NOSUB 178 ext/mbstring/oniguruma/regposix.c if (nmatch == 0 || (reg->comp_options & REG_NOSUB) != 0) {
REG_NOSUB 38 ext/opcache/zend_accelerator_blacklist.c # define REGEX_MODE (REG_EXTENDED|REG_NOSUB|REG_ICASE)
REG_NOSUB 40 ext/opcache/zend_accelerator_blacklist.c # define REGEX_MODE (REG_EXTENDED|REG_NOSUB)
REG_NOSUB 279 ext/pcre/pcrelib/pcreposix.c if ((cflags & REG_NOSUB) != 0) options |= PCRE_NO_AUTO_CAPTURE;