last_line 183 sapi/phpdbg/phpdbg.h zend_uint last_line; /* last executed line */ last_line 1277 sapi/phpdbg/phpdbg_prompt.c if (PHPDBG_G(flags) & PHPDBG_IS_STEPPING && (PHPDBG_G(flags) & PHPDBG_STEP_OPCODE || execute_data->opline->lineno != PHPDBG_G(last_line))) { last_line 1295 sapi/phpdbg/phpdbg_prompt.c && (brake->type != PHPDBG_BREAK_FILE || execute_data->opline->lineno != PHPDBG_G(last_line))) { last_line 1309 sapi/phpdbg/phpdbg_prompt.c PHPDBG_G(last_line) = execute_data->opline->lineno;