REG_EXTENDED      140 ext/mbstring/oniguruma/regposix.c   if ((posix_options & REG_EXTENDED) == 0)
REG_EXTENDED       43 ext/mbstring/oniguruma/testc.c   r = regcomp(&reg, pattern, REG_EXTENDED | REG_NEWLINE);
REG_EXTENDED       71 ext/mbstring/oniguruma/testu.c   r = regcomp(&reg, pattern, REG_EXTENDED | REG_NEWLINE);
REG_EXTENDED       43 ext/mbstring/oniguruma/win32/testc.c   r = regcomp(&reg, pattern, REG_EXTENDED | REG_NEWLINE);
REG_EXTENDED       28 ext/opcache/zend_accelerator_blacklist.c # define REGEX_MODE (REG_EXTENDED|REG_NOSUB|REG_ICASE)
REG_EXTENDED       30 ext/opcache/zend_accelerator_blacklist.c # define REGEX_MODE (REG_EXTENDED|REG_NOSUB)