Home
last modified time | relevance | path

Searched refs:PCRE_ERROR_BADUTF8 (Results 1 – 5 of 5) sorted by relevance

/PHP-5.5/ext/pcre/pcrelib/
H A Dpcreposix.c423 case PCRE_ERROR_BADUTF8: return REG_INVARG; in regexec()
H A Dpcre.h185 #define PCRE_ERROR_BADUTF8 (-10) /* Same for 8/16/32 */ macro
H A Dpcre_exec.c6454 PCRE_ERROR_SHORTUTF8 : PCRE_ERROR_BADUTF8; in pcre_exec()
/PHP-5.5/ext/pcre/
H A Dphp_pcre.c72 case PCRE_ERROR_BADUTF8: in ZEND_DECLARE_MODULE_GLOBALS()
/PHP-5.5/ext/pcre/pcrelib/doc/
H A Dpcre.txt3411 PCRE_ERROR_BADUTF8 or, if PCRE_PARTIAL_HARD is set and the problem is a
3667 PCRE_ERROR_BADUTF8 (-10)
3677 PCRE_ERROR_SHORTUTF8 is returned instead of PCRE_ERROR_BADUTF8.
3724 This error is returned instead of PCRE_ERROR_BADUTF8 when the subject
3727 PCRE_ERROR_BADUTF8. It is in fact sufficient to detect this case, but
3783 When pcre_exec() returns either PCRE_ERROR_BADUTF8 or PCRE_ERROR_SHORT-
8853 the error PCRE_ERROR_BADUTF8 or PCRE_ERROR_BADUTF16. However, in the

Completed in 67 milliseconds