Home
last modified time | relevance | path

Searched refs:REG_NOMATCH (Results 1 – 9 of 9) sorted by relevance

/PHP-7.1/ext/pcre/pcrelib/
H A Dpcreposix.h91 REG_NOMATCH /* match failed */ enumerator
H A Dpcreposix.c414 case PCRE_ERROR_NOMATCH: return REG_NOMATCH; in regexec()
/PHP-7.1/ext/mbstring/oniguruma/
H A Dregposix.c59 { ONIG_MISMATCH, REG_NOMATCH }, in onig2posix_error_code()
204 r = REG_NOMATCH; in regexec()
H A Donigposix.h46 #define REG_NOMATCH 1 macro
H A Dtestc.c52 if (r != 0 && r != REG_NOMATCH) { in xx()
59 if (r == REG_NOMATCH) { in xx()
H A Dtestu.c80 if (r != 0 && r != REG_NOMATCH) { in xx()
87 if (r == REG_NOMATCH) { in xx()
/PHP-7.1/ext/mbstring/oniguruma/win32/
H A Dtestc.c52 if (r != 0 && r != REG_NOMATCH) { in xx()
59 if (r == REG_NOMATCH) { in xx()
/PHP-7.1/ext/fileinfo/
H A Dlibmagic.patch3665 - case REG_NOMATCH:
/PHP-7.1/ext/pcre/pcrelib/doc/
H A Dpcre.txt9737 defined in the header file, of which REG_NOMATCH is the "expected"

Completed in 82 milliseconds