Searched refs:startline (Results 1 – 5 of 5) sorted by relevance
266 zval startline, startfile; in phpdbg_dump_backtrace() local268 zval *file = &startfile, *line = &startline; in phpdbg_dump_backtrace()289 Z_LVAL(startline) = zend_get_executed_lineno(); in phpdbg_dump_backtrace()
368 - startline: the first line of code where the method or function is defined
6366 BOOL startline; in pcre_exec() local6546 startline = (re->flags & PCRE_STARTLINE) != 0; in pcre_exec()6714 if (!startline && study != NULL && in pcre_exec()6796 else if (startline) in pcre_exec()
3695 settings of the anchored and startline bits. --/
12344 settings of the anchored and startline bits. --/
Completed in 61 milliseconds