Home
last modified time | relevance | path

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

/PHP-8.1/sapi/phpdbg/
H A Dphpdbg_frame.c251 zval startline, startfile; in phpdbg_dump_backtrace() local
253 zval *file = &startfile, *line = &startline; in phpdbg_dump_backtrace()
272 Z_LVAL(startline) = zend_get_executed_lineno(); in phpdbg_dump_backtrace()
/PHP-8.1/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()
3752 else if (startline) in pcre2_dfa_match()
H A Dpcre2_match.c6117 BOOL startline; in pcre2_match() local
6519 startline = (re->flags & PCRE2_STARTLINE) != 0; in pcre2_match()
6679 if (!startline && (re->flags & PCRE2_FIRSTMAPSET) != 0) in pcre2_match()
6889 else if (startline) in pcre2_match()

Completed in 46 milliseconds