PHPDBG_STEP_OPCODE  205 sapi/phpdbg/phpdbg.h #define PHPDBG_PRESERVE_FLAGS_MASK    (PHPDBG_SHOW_REFCOUNTS | PHPDBG_IS_STEPONEVAL | PHPDBG_IS_BP_ENABLED | PHPDBG_STEP_OPCODE | PHPDBG_IS_QUIET | PHPDBG_IS_COLOURED | PHPDBG_IS_REMOTE | PHPDBG_WRITE_XML | PHPDBG_IS_DISCONNECTED | PHPDBG_HAS_PAGINATION)
PHPDBG_STEP_OPCODE 1594 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))) {
PHPDBG_STEP_OPCODE  253 sapi/phpdbg/phpdbg_set.c 		phpdbg_writeln("setstepping", "type=\"%s\"", "Stepping %s", PHPDBG_G(flags) & PHPDBG_STEP_OPCODE ? "opcode" : "line");
PHPDBG_STEP_OPCODE  257 sapi/phpdbg/phpdbg_set.c 				PHPDBG_G(flags) |= PHPDBG_STEP_OPCODE;
PHPDBG_STEP_OPCODE  259 sapi/phpdbg/phpdbg_set.c 				PHPDBG_G(flags) &= ~PHPDBG_STEP_OPCODE;