Home
last modified time | relevance | path

Searched refs:PCRE_ERROR_BADOPTION (Results 1 – 6 of 6) sorted by relevance

/PHP-7.0/ext/pcre/pcrelib/
H A Dpcre_config.c82 return PCRE_ERROR_BADOPTION; in pcre_config()
95 return PCRE_ERROR_BADOPTION; in pcre_config()
108 return PCRE_ERROR_BADOPTION; in pcre_config()
182 default: return PCRE_ERROR_BADOPTION; in pcre_config()
H A Dpcre_fullinfo.c237 default: return PCRE_ERROR_BADOPTION; in pcre_fullinfo()
H A Dpcreposix.c416 case PCRE_ERROR_BADOPTION: return REG_INVARG; in regexec()
H A Dpcre.h177 #define PCRE_ERROR_BADOPTION (-3) macro
H A Dpcre_exec.c6408 if ((options & ~PUBLIC_EXEC_OPTIONS) != 0) return PCRE_ERROR_BADOPTION; in pcre_exec()
/PHP-7.0/ext/pcre/pcrelib/doc/
H A Dpcre.txt435 fig(), the result is the PCRE_ERROR_BADOPTION error.
766 fig(), the result is the PCRE_ERROR_BADOPTION error.
1910 success, or the negative error code PCRE_ERROR_BADOPTION if the value
1920 PCRE_ERROR_BADOPTION.
1928 PCRE_ERROR_BADOPTION.
1936 PCRE_ERROR_BADOPTION.
2707 PCRE_ERROR_BADOPTION the value of what was invalid
3619 PCRE_ERROR_BADOPTION (-3)

Completed in 44 milliseconds