REG_INVARG         90 ext/pcre/pcrelib/pcreposix.c   REG_INVARG,  /* erroffset passed as NULL */
REG_INVARG         91 ext/pcre/pcrelib/pcreposix.c   REG_INVARG,  /* unknown option bit(s) set */
REG_INVARG        109 ext/pcre/pcrelib/pcreposix.c   REG_INVARG,  /* this version of PCRE is not compiled with PCRE_UTF8 support */
REG_INVARG        138 ext/pcre/pcrelib/pcreposix.c   REG_INVARG,  /* inconsistent NEWLINE options */
REG_INVARG        151 ext/pcre/pcrelib/pcreposix.c   REG_INVARG,  /* this version of PCRE is not compiled with PCRE_UCP support */
REG_INVARG        415 ext/pcre/pcrelib/pcreposix.c   case PCRE_ERROR_NULL: return REG_INVARG;
REG_INVARG        416 ext/pcre/pcrelib/pcreposix.c   case PCRE_ERROR_BADOPTION: return REG_INVARG;
REG_INVARG        417 ext/pcre/pcrelib/pcreposix.c   case PCRE_ERROR_BADMAGIC: return REG_INVARG;
REG_INVARG        421 ext/pcre/pcrelib/pcreposix.c   case PCRE_ERROR_BADUTF8: return REG_INVARG;
REG_INVARG        422 ext/pcre/pcrelib/pcreposix.c   case PCRE_ERROR_BADUTF8_OFFSET: return REG_INVARG;
REG_INVARG        423 ext/pcre/pcrelib/pcreposix.c   case PCRE_ERROR_BADMODE: return REG_INVARG;