startline        6364 ext/pcre/pcrelib/pcre_exec.c BOOL startline;
startline        6544 ext/pcre/pcrelib/pcre_exec.c startline = (re->flags & PCRE_STARTLINE) != 0;
startline        6712 ext/pcre/pcrelib/pcre_exec.c     if (!startline && study != NULL &&
startline        6794 ext/pcre/pcrelib/pcre_exec.c     else if (startline)
startline         189 sapi/phpdbg/phpdbg_frame.c 	zval startline, startfile;
startline         191 sapi/phpdbg/phpdbg_frame.c 	zval *file = &startfile, *line = &startline;
startline         212 sapi/phpdbg/phpdbg_frame.c 	Z_LVAL(startline) = zend_get_executed_lineno();