Searched refs:start_line (Results 1 – 3 of 3) sorted by relevance
573 char *start_line = NULL; in phpdbg_compile() local596 start_line = emalloc(start_line_len); in phpdbg_compile()597 memcpy(start_line, buf, start_line_len); in phpdbg_compile()607 if (start_line) { in phpdbg_compile()620 memcpy(data->buf, start_line, start_line_len); in phpdbg_compile()621 efree(start_line); in phpdbg_compile()
1111 #define RETURN_TOKEN(token) return emit_token(token, start_line);1116 int start_line = CG(zend_lineno); in lex_scan() local
1113 #define RETURN_TOKEN(token) return emit_token(token, start_line);1118 int start_line = CG(zend_lineno); in lex_scan() local
Completed in 26 milliseconds