Home
last modified time | relevance | path

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

/PHP-7.1/ext/pcre/pcrelib/
H A Dpcreposix.c321 regmatch_t pmatch[], int eflags) in regexec() argument
331 if ((eflags & REG_NOTBOL) != 0) options |= PCRE_NOTBOL; in regexec()
332 if ((eflags & REG_NOTEOL) != 0) options |= PCRE_NOTEOL; in regexec()
333 if ((eflags & REG_NOTEMPTY) != 0) options |= PCRE_NOTEMPTY; in regexec()
363 if ((eflags & REG_STARTEND) != 0) in regexec()
/PHP-7.1/ext/fileinfo/
H A Dlibmagic.patch2301 - regmatch_t* pmatch, int eflags)
2304 - return regexec(&rx->rx, str, nmatch, pmatch, eflags);
/PHP-7.1/ext/pcre/pcrelib/doc/
H A Dpcre.txt9524 size_t nmatch, regmatch_t pmatch[], int eflags);
9688 (but see REG_STARTEND below), subject to the options in eflags. These

Completed in 36 milliseconds