Home
last modified time | relevance | path

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

/PHP-7.2/sapi/phpdbg/
H A Dphpdbg_frame.c266 zval startline, startfile; in phpdbg_dump_backtrace() local
268 zval *file = &startfile, *line = &startline; in phpdbg_dump_backtrace()
289 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.2/ext/pcre/pcrelib/
H A Dpcre_exec.c6366 BOOL startline; in pcre_exec() local
6546 startline = (re->flags & PCRE_STARTLINE) != 0; in pcre_exec()
6714 if (!startline && study != NULL && in pcre_exec()
6796 else if (startline) in pcre_exec()
/PHP-7.2/ext/pcre/pcrelib/testdata/
H A Dtestinput23695 settings of the anchored and startline bits. --/
H A Dtestoutput212344 settings of the anchored and startline bits. --/

Completed in 61 milliseconds