REG_EPAREN         86 ext/mbstring/oniguruma/regposix.c     { ONIGERR_UNMATCHED_CLOSE_PARENTHESIS,                REG_EPAREN  },
REG_EPAREN         87 ext/mbstring/oniguruma/regposix.c     { ONIGERR_END_PATTERN_WITH_UNMATCHED_PARENTHESIS,     REG_EPAREN  },
REG_EPAREN         80 ext/pcre/pcrelib/pcreposix.c   REG_EPAREN,  /* missing ) */
REG_EPAREN         84 ext/pcre/pcrelib/pcreposix.c   REG_EPAREN,  /* missing ) after comment */
REG_EPAREN         88 ext/pcre/pcrelib/pcreposix.c   REG_EPAREN,  /* unmatched brackets */
REG_EPAREN        254 regex/regcomp.c 		REQUIRE(MORE(), REG_EPAREN);
REG_EPAREN        267 regex/regcomp.c 		MUSTEAT(')', REG_EPAREN);
REG_EPAREN        278 regex/regcomp.c 		SETERROR(REG_EPAREN);
REG_EPAREN        488 regex/regcomp.c 		REQUIRE(EATTWO('\\', ')'), REG_EPAREN);
REG_EPAREN        492 regex/regcomp.c 		SETERROR(REG_EPAREN);
REG_EPAREN         46 regex/regerror.c 	{REG_EPAREN,	"REG_EPAREN",	"parentheses not balanced"},