Home
last modified time | relevance | path

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

/PHP-7.4/sapi/phpdbg/
H A Dphpdbg_frame.c267 zval startline, startfile; in phpdbg_dump_backtrace() local
269 zval *file = &startfile, *line = &startline; in phpdbg_dump_backtrace()
290 Z_LVAL(startline) = zend_get_executed_lineno(); in phpdbg_dump_backtrace()
H A Dxml.md368 - startline: the first line of code where the method or function is defined
/PHP-7.4/ext/pcre/pcre2lib/
H A Dpcre2_dfa_match.c3254 BOOL utf, anchored, startline, firstline; in pcre2_dfa_match() local
3367 startline = (re->flags & PCRE2_STARTLINE) != 0; in pcre2_dfa_match()
3542 if (!startline && (re->flags & PCRE2_FIRSTMAPSET) != 0) in pcre2_dfa_match()
3733 else if (startline) in pcre2_dfa_match()
H A Dpcre2_match.c6115 BOOL startline; in pcre2_match() local
6517 startline = (re->flags & PCRE2_STARTLINE) != 0; in pcre2_match()
6677 if (!startline && (re->flags & PCRE2_FIRSTMAPSET) != 0) in pcre2_match()
6863 else if (startline) in pcre2_match()

Completed in 35 milliseconds