Home
last modified time | relevance | path

Searched refs:start_line (Results 1 – 3 of 3) sorted by relevance

/PHP-7.2/sapi/phpdbg/
H A Dphpdbg_prompt.c569 char *start_line = NULL; in phpdbg_compile() local
592 start_line = emalloc(start_line_len); in phpdbg_compile()
593 memcpy(start_line, buf, start_line_len); in phpdbg_compile()
603 if (start_line) { in phpdbg_compile()
616 memcpy(data->buf, start_line, start_line_len); in phpdbg_compile()
617 efree(start_line); in phpdbg_compile()
/PHP-7.2/Zend/
H A Dzend_language_scanner.l1098 #define RETURN_TOKEN(token) return emit_token(token, start_line);
1103 int start_line = CG(zend_lineno); in lex_scan() local
H A Dzend_language_scanner.c1101 #define RETURN_TOKEN(token) return emit_token(token, start_line);
1106 int start_line = CG(zend_lineno); in lex_scan() local

Completed in 35 milliseconds