Home
last modified time | relevance | path

Searched refs:PCRE_ERROR_BADMAGIC (Results 1 – 7 of 7) sorted by relevance

/PHP-5.5/ext/pcre/pcrelib/
H A Dpcre_refcount.c84 if (re->magic_number != MAGIC_NUMBER) return PCRE_ERROR_BADMAGIC; in pcre_refcount()
H A Dpcre_fullinfo.c97 PCRE_ERROR_BADENDIANNESS:PCRE_ERROR_BADMAGIC; in pcre_fullinfo()
H A Dpcreposix.c419 case PCRE_ERROR_BADMAGIC: return REG_INVARG; in regexec()
H A Dpcre.h178 #define PCRE_ERROR_BADMAGIC (-4) macro
H A Dpcre_exec.c6424 PCRE_ERROR_BADENDIANNESS:PCRE_ERROR_BADMAGIC; in pcre_exec()
/PHP-5.5/ext/pcre/
H A Dphp_pcre.c287 if (pcre_fullinfo(pce->re, NULL, PCRE_INFO_CAPTURECOUNT, &count) == PCRE_ERROR_BADMAGIC) { in pcre_get_compiled_regex_cache()
/PHP-5.5/ext/pcre/pcrelib/doc/
H A Dpcre.txt2704 PCRE_ERROR_BADMAGIC the "magic number" was not found
3623 PCRE_ERROR_BADMAGIC (-4)

Completed in 86 milliseconds