Home
last modified time | relevance | path

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

/PHP-5.5/ext/pcre/pcrelib/
H A Dpcreposix.h91 REG_NOMATCH /* match failed */ enumerator
H A Dpcreposix.c416 case PCRE_ERROR_NOMATCH: return REG_NOMATCH; in regexec()
/PHP-5.5/ext/ereg/regex/
H A Dregex.h46 #define REG_NOMATCH 1 macro
H A Dregerror.c40 {REG_NOMATCH, "REG_NOMATCH", "regexec() failed to match"},
H A Dmain.c262 if (err != 0 && (f3 != NULL || err != REG_NOMATCH)) {
H A Dengine.c103 return(REG_NOMATCH);
126 return(REG_NOMATCH);
/PHP-5.5/ext/ereg/
H A Dereg.c343 if (err && err != REG_NOMATCH) { in php_ereg()
351 if (array && err != REG_NOMATCH) { in php_ereg()
374 if (err == REG_NOMATCH) { in php_ereg()
445 if (err && err != REG_NOMATCH) { in php_ereg_replace()
694 if (err && err != REG_NOMATCH) { in php_split()
/PHP-5.5/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-5.5/ext/mbstring/oniguruma/win32/
H A Dtestc.c52 if (r != 0 && r != REG_NOMATCH) { in xx()
59 if (r == REG_NOMATCH) { in xx()
/PHP-5.5/ext/fileinfo/
H A Dlibmagic.patch3548 - case REG_NOMATCH:
/PHP-5.5/ext/pgsql/
H A Dpgsql.c5363 if (regerr == REG_NOMATCH) {
/PHP-5.5/ext/pcre/pcrelib/doc/
H A Dpcre.txt9737 defined in the header file, of which REG_NOMATCH is the "expected"

Completed in 70 milliseconds