Home
last modified time | relevance | path

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

/PHP-7.0/sapi/phpdbg/
H A Dphpdbg_prompt.c573 char *start_line = NULL; in phpdbg_compile() local
596 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()
/PHP-7.0/Zend/
H A Dzend_language_scanner.l1111 #define RETURN_TOKEN(token) return emit_token(token, start_line);
1116 int start_line = CG(zend_lineno); in lex_scan() local
H A Dzend_language_scanner.c1113 #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