Searched refs:start_line (Results 1 – 3 of 3) sorted by relevance
572 char *start_line = NULL; in phpdbg_compile() local595 start_line = emalloc(start_line_len); in phpdbg_compile()596 memcpy(start_line, buf, start_line_len); in phpdbg_compile()606 if (start_line) { in phpdbg_compile()619 memcpy(data->buf, start_line, start_line_len); in phpdbg_compile()620 efree(start_line); in phpdbg_compile()
1098 #define RETURN_TOKEN(token) return emit_token(token, start_line);1103 int start_line = CG(zend_lineno); in lex_scan() local
1100 #define RETURN_TOKEN(token) return emit_token(token, start_line);1105 int start_line = CG(zend_lineno); in lex_scan() local
Completed in 19 milliseconds