PHPDBG_STEP_OPCODE 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))) {
PHPDBG_STEP_OPCODE  221 sapi/phpdbg/phpdbg_set.c 			PHPDBG_G(flags) & PHPDBG_STEP_OPCODE ? "opcode" : "line");
PHPDBG_STEP_OPCODE  226 sapi/phpdbg/phpdbg_set.c 				PHPDBG_G(flags) |= PHPDBG_STEP_OPCODE;
PHPDBG_STEP_OPCODE  229 sapi/phpdbg/phpdbg_set.c 				PHPDBG_G(flags) &= ~PHPDBG_STEP_OPCODE;