Home
last modified time | relevance | path

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

/PHP-7.3/Zend/
H A Dzend_language_scanner.l1239 int start_line = CG(zend_lineno); in lex_scan() local
2787 elem->ast = zend_ast_create_zval_with_lineno(zendlval, start_line);
2792 SCNG(on_event)(ON_TOKEN, token, start_line, SCNG(on_event_context));
2799 SCNG(on_event)(ON_TOKEN, T_WHITESPACE, start_line, SCNG(on_event_context));
2802 start_line = CG(zend_lineno);
2810 SCNG(on_event)(ON_TOKEN, token, start_line, SCNG(on_event_context));
2812 start_line = CG(zend_lineno);
H A Dzend_language_scanner.c1242 int start_line = CG(zend_lineno); in lex_scan() local
8164 elem->ast = zend_ast_create_zval_with_lineno(zendlval, start_line); in lex_scan()
8169 SCNG(on_event)(ON_TOKEN, token, start_line, SCNG(on_event_context)); in lex_scan()
8176 SCNG(on_event)(ON_TOKEN, T_WHITESPACE, start_line, SCNG(on_event_context)); in lex_scan()
8179 start_line = CG(zend_lineno); in lex_scan()
8187 SCNG(on_event)(ON_TOKEN, token, start_line, SCNG(on_event_context)); in lex_scan()
8189 start_line = CG(zend_lineno); in lex_scan()
/PHP-7.3/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()

Completed in 47 milliseconds