Home
last modified time | relevance | path

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

/PHP-7.4/sapi/phpdbg/
H A Dphpdbg.h248 uint32_t last_line; /* last executed line */ variable
H A Dphpdbg_prompt.c1822 …&& (PHPDBG_G(flags) & PHPDBG_STEP_OPCODE || execute_data->opline->lineno != PHPDBG_G(last_line))) { in phpdbg_execute_ex()
1841 … && (brake->type != PHPDBG_BREAK_FILE || execute_data->opline->lineno != PHPDBG_G(last_line))) { in phpdbg_execute_ex()
1857 PHPDBG_G(last_line) = execute_data->opline->lineno; in phpdbg_execute_ex()
H A Dphpdbg.c184 pg->last_line = 0; in php_phpdbg_globals_ctor()

Completed in 330 milliseconds