PHPDBG_IS_STEPPING 1427 sapi/phpdbg/phpdbg.c 			PHPDBG_G(flags) |= PHPDBG_IS_STEPPING;
PHPDBG_IS_STEPPING  148 sapi/phpdbg/phpdbg_opcode.c 		(PHPDBG_G(flags) & PHPDBG_IS_STEPPING) ||
PHPDBG_IS_STEPPING  154 sapi/phpdbg/phpdbg_opcode.c 		if (ignore_flags || (!(PHPDBG_G(flags) & PHPDBG_IS_QUIET) || (PHPDBG_G(flags) & PHPDBG_IS_STEPPING))) {
PHPDBG_IS_STEPPING  413 sapi/phpdbg/phpdbg_prompt.c 		PHPDBG_G(flags) |= PHPDBG_IS_STEPPING;
PHPDBG_IS_STEPPING  679 sapi/phpdbg/phpdbg_prompt.c 	zend_bool stepping = ((PHPDBG_G(flags) & PHPDBG_IS_STEPPING)==PHPDBG_IS_STEPPING);
PHPDBG_IS_STEPPING  683 sapi/phpdbg/phpdbg_prompt.c 		PHPDBG_G(flags) &= ~ PHPDBG_IS_STEPPING;
PHPDBG_IS_STEPPING  702 sapi/phpdbg/phpdbg_prompt.c 		PHPDBG_G(flags) |= PHPDBG_IS_STEPPING;
PHPDBG_IS_STEPPING  743 sapi/phpdbg/phpdbg_prompt.c 	phpdbg_writeln("Stepping\t%s", (PHPDBG_G(flags) & PHPDBG_IS_STEPPING) ? "on" : "off");
PHPDBG_IS_STEPPING 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_IS_STEPPING 1278 sapi/phpdbg/phpdbg_prompt.c 			PHPDBG_G(flags) &= ~PHPDBG_IS_STEPPING;