Home
last modified time | relevance | path

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

/PHP-7.1/sapi/phpdbg/
H A Dphpdbg_prompt.c572 char *start_line = NULL; in phpdbg_compile() local
595 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()
/PHP-7.1/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.c1100 #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