Home
last modified time | relevance | path

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

/PHP-7.1/ext/pcre/pcrelib/
H A Dpcreposix.c323 int rc, so, eo; in regexec() local
366 eo = pmatch[0].rm_eo; in regexec()
371 eo = (int)strlen(string); in regexec()
374 rc = pcre_exec((const pcre *)preg->re_pcre, NULL, string + so, (eo - so), in regexec()

Completed in 7 milliseconds