PHPDBG_IS_INTERACTIVE  748 sapi/phpdbg/phpdbg.c 		if (!(PHPDBG_G(flags) & PHPDBG_IS_INTERACTIVE)) {
PHPDBG_IS_INTERACTIVE  644 sapi/phpdbg/phpdbg_prompt.c 			PHPDBG_G(flags) ^= PHPDBG_IS_INTERACTIVE;
PHPDBG_IS_INTERACTIVE  646 sapi/phpdbg/phpdbg_prompt.c 			PHPDBG_G(flags) ^= PHPDBG_IS_INTERACTIVE;
PHPDBG_IS_INTERACTIVE 1001 sapi/phpdbg/phpdbg_prompt.c 	PHPDBG_G(flags) |= PHPDBG_IS_INTERACTIVE;
PHPDBG_IS_INTERACTIVE 1063 sapi/phpdbg/phpdbg_prompt.c 	PHPDBG_G(flags) &= ~PHPDBG_IS_INTERACTIVE;