PHPDBG_IS_STEPPING  177 sapi/phpdbg/phpdbg_opcode.c 		(PHPDBG_G(flags) & PHPDBG_IS_STEPPING) ||
PHPDBG_IS_STEPPING  183 sapi/phpdbg/phpdbg_opcode.c 		if (ignore_flags || (!(PHPDBG_G(flags) & PHPDBG_IS_QUIET) || (PHPDBG_G(flags) & PHPDBG_IS_STEPPING))) {
PHPDBG_IS_STEPPING  510 sapi/phpdbg/phpdbg_prompt.c 		PHPDBG_G(flags) |= PHPDBG_IS_STEPPING;
PHPDBG_IS_STEPPING  562 sapi/phpdbg/phpdbg_prompt.c 	PHPDBG_G(flags) |= PHPDBG_IS_STEPPING;
PHPDBG_IS_STEPPING  798 sapi/phpdbg/phpdbg_prompt.c 	zend_bool stepping = ((PHPDBG_G(flags) & PHPDBG_IS_STEPPING) == PHPDBG_IS_STEPPING);
PHPDBG_IS_STEPPING  822 sapi/phpdbg/phpdbg_prompt.c 		PHPDBG_G(flags) &= ~PHPDBG_IS_STEPPING;
PHPDBG_IS_STEPPING  861 sapi/phpdbg/phpdbg_prompt.c 		PHPDBG_G(flags) |= PHPDBG_IS_STEPPING;
PHPDBG_IS_STEPPING  919 sapi/phpdbg/phpdbg_prompt.c 	phpdbg_writeln("info", "stepping=\"%s\"", "Stepping   %s", (PHPDBG_G(flags) & PHPDBG_IS_STEPPING) ? "on" : "off");
PHPDBG_IS_STEPPING 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_IS_STEPPING 1595 sapi/phpdbg/phpdbg_prompt.c 			PHPDBG_G(flags) &= ~PHPDBG_IS_STEPPING;