Home
last modified time | relevance | path

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

/PHP-5.6/ext/pcre/pcrelib/
H A Dpcreposix.c325 int rc, so, eo; in regexec() local
368 eo = pmatch[0].rm_eo; in regexec()
373 eo = (int)strlen(string); in regexec()
376 rc = pcre_exec((const pcre *)preg->re_pcre, NULL, string + so, (eo - so), in regexec()

Completed in 10 milliseconds