REG_INVARG         94 ext/ereg/regex/engine.c 		return(REG_INVARG);
REG_INVARG        106 ext/ereg/regex/regcomp.c 		return(REG_INVARG);
REG_INVARG        110 ext/ereg/regex/regcomp.c 			return(REG_INVARG);
REG_INVARG         55 ext/ereg/regex/regerror.c 	{REG_INVARG,	"REG_INVARG",	"invalid argument to regex routine"},
REG_INVARG         92 ext/pcre/pcrelib/pcreposix.c   REG_INVARG,  /* erroffset passed as NULL */
REG_INVARG         93 ext/pcre/pcrelib/pcreposix.c   REG_INVARG,  /* unknown option bit(s) set */
REG_INVARG        111 ext/pcre/pcrelib/pcreposix.c   REG_INVARG,  /* this version of PCRE is not compiled with PCRE_UTF8 support */
REG_INVARG        140 ext/pcre/pcrelib/pcreposix.c   REG_INVARG,  /* inconsistent NEWLINE options */
REG_INVARG        153 ext/pcre/pcrelib/pcreposix.c   REG_INVARG,  /* this version of PCRE is not compiled with PCRE_UCP support */
REG_INVARG        406 ext/pcre/pcrelib/pcreposix.c   case PCRE_ERROR_NULL: return REG_INVARG;
REG_INVARG        407 ext/pcre/pcrelib/pcreposix.c   case PCRE_ERROR_BADOPTION: return REG_INVARG;
REG_INVARG        408 ext/pcre/pcrelib/pcreposix.c   case PCRE_ERROR_BADMAGIC: return REG_INVARG;
REG_INVARG        412 ext/pcre/pcrelib/pcreposix.c   case PCRE_ERROR_BADUTF8: return REG_INVARG;
REG_INVARG        413 ext/pcre/pcrelib/pcreposix.c   case PCRE_ERROR_BADUTF8_OFFSET: return REG_INVARG;
REG_INVARG        414 ext/pcre/pcrelib/pcreposix.c   case PCRE_ERROR_BADMODE: return REG_INVARG;