Home
last modified time | relevance | path

Searched refs:eflags (Results 1 – 3 of 3) sorted by relevance

/PHP-7.2/ext/pcre/pcrelib/
H A Dpcreposix.c324 regmatch_t pmatch[], int eflags) in regexec() argument
334 if ((eflags & REG_NOTBOL) != 0) options |= PCRE_NOTBOL; in regexec()
335 if ((eflags & REG_NOTEOL) != 0) options |= PCRE_NOTEOL; in regexec()
336 if ((eflags & REG_NOTEMPTY) != 0) options |= PCRE_NOTEMPTY; in regexec()
366 if ((eflags & REG_STARTEND) != 0) in regexec()
/PHP-7.2/ext/fileinfo/
H A Dlibmagic.patch2250 - regmatch_t* pmatch, int eflags)
2255 - return regexec(&rx->rx, str, nmatch, pmatch, eflags);
/PHP-7.2/ext/pcre/pcrelib/doc/
H A Dpcre.txt9571 size_t nmatch, regmatch_t pmatch[], int eflags);
9735 (but see REG_STARTEND below), subject to the options in eflags. These

Completed in 41 milliseconds