REG_EXTENDED 319 ext/ereg/ereg.c err = regcomp(&re, Z_STRVAL_PP(regex), REG_EXTENDED | copts); REG_EXTENDED 422 ext/ereg/ereg.c copts |= REG_EXTENDED; REG_EXTENDED 649 ext/ereg/ereg.c err = regcomp(&re, spliton, REG_EXTENDED | copts); REG_EXTENDED 15 ext/ereg/regex/main.c int copts = REG_EXTENDED; REG_EXTENDED 164 ext/ereg/regex/main.c options('c', f[1]) &~ REG_EXTENDED); REG_EXTENDED 221 ext/ereg/regex/main.c char *type = (opts & REG_EXTENDED) ? "ERE" : "BRE"; REG_EXTENDED 327 ext/ereg/regex/main.c o &= ~REG_EXTENDED; REG_EXTENDED 339 ext/ereg/regex/main.c o &= ~REG_EXTENDED; REG_EXTENDED 105 ext/ereg/regex/regcomp.c if ((cflags®_EXTENDED) && (cflags®_NOSPEC)) REG_EXTENDED 165 ext/ereg/regex/regcomp.c if (cflags®_EXTENDED) REG_EXTENDED 140 ext/mbstring/oniguruma/regposix.c if ((posix_options & REG_EXTENDED) == 0) REG_EXTENDED 43 ext/mbstring/oniguruma/testc.c r = regcomp(®, pattern, REG_EXTENDED | REG_NEWLINE); REG_EXTENDED 71 ext/mbstring/oniguruma/testu.c r = regcomp(®, pattern, REG_EXTENDED | REG_NEWLINE); REG_EXTENDED 43 ext/mbstring/oniguruma/win32/testc.c r = regcomp(®, pattern, REG_EXTENDED | REG_NEWLINE); REG_EXTENDED 38 ext/opcache/zend_accelerator_blacklist.c # define REGEX_MODE (REG_EXTENDED|REG_NOSUB|REG_ICASE) REG_EXTENDED 40 ext/opcache/zend_accelerator_blacklist.c # define REGEX_MODE (REG_EXTENDED|REG_NOSUB) REG_EXTENDED 5337 ext/pgsql/pgsql.c int regopt = REG_EXTENDED;