Home
last modified time | relevance | path

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

/PHP-5.3/ext/pcre/pcrelib/
H A Dpcre_refcount.c83 if (re == NULL) return PCRE_ERROR_NULL; in pcre_refcount()
H A Dpcre_fullinfo.c85 if (re == NULL || where == NULL) return PCRE_ERROR_NULL; in pcre_fullinfo()
H A Dpcreposix.c406 case PCRE_ERROR_NULL: return REG_INVARG; in regexec()
H A Dpcre.h166 #define PCRE_ERROR_NULL (-2) macro
H A Dpcre_exec.c6296 return PCRE_ERROR_NULL; in pcre_exec()
/PHP-5.3/ext/pcre/pcrelib/doc/
H A Dpcre.txt2582 PCRE_ERROR_NULL the argument code was NULL
3449 PCRE_ERROR_NULL (-2)
3903 returns the negative error code PCRE_ERROR_NULL, but with this special

Completed in 51 milliseconds