Home
last modified time | relevance | path

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

/PHP-5.3/ext/pcre/pcrelib/
H A Dpcreposix.h91 REG_NOMATCH /* match failed */ enumerator
H A Dpcreposix.c405 case PCRE_ERROR_NOMATCH: return REG_NOMATCH; in regexec()
/PHP-5.3/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.3/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.3/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
/PHP-5.3/ext/fileinfo/
H A Dlibmagic.patch3161 - case REG_NOMATCH:
/PHP-5.3/ext/pgsql/
H A Dpgsql.c5090 if (regerr == REG_NOMATCH) {
/PHP-5.3/ext/pcre/pcrelib/doc/
H A Dpcre.txt9196 defined in the header file, of which REG_NOMATCH is the "expected"

Completed in 89 milliseconds