Home
last modified time | relevance | path

Searched refs:last_line (Results 1 – 2 of 2) sorted by relevance

/PHP-7.3/sapi/phpdbg/
H A Dphpdbg.h248 uint32_t last_line; /* last executed line */ variable
H A Dphpdbg_prompt.c1860 …&& (PHPDBG_G(flags) & PHPDBG_STEP_OPCODE || execute_data->opline->lineno != PHPDBG_G(last_line))) { in phpdbg_execute_ex()
1879 … && (brake->type != PHPDBG_BREAK_FILE || execute_data->opline->lineno != PHPDBG_G(last_line))) { in phpdbg_execute_ex()
1895 PHPDBG_G(last_line) = execute_data->opline->lineno; in phpdbg_execute_ex()

Completed in 14 milliseconds