PHPDBG_IS_QUIET  1155 sapi/phpdbg/phpdbg.c 				flags &= ~PHPDBG_IS_QUIET;
PHPDBG_IS_QUIET   156 sapi/phpdbg/phpdbg.h #	define PHPDBG_DEFAULT_FLAGS (PHPDBG_IS_QUIET|PHPDBG_IS_COLOURED|PHPDBG_IS_BP_ENABLED)
PHPDBG_IS_QUIET   158 sapi/phpdbg/phpdbg.h #	define PHPDBG_DEFAULT_FLAGS (PHPDBG_IS_QUIET|PHPDBG_IS_BP_ENABLED)
PHPDBG_IS_QUIET   147 sapi/phpdbg/phpdbg_opcode.c 		(!(PHPDBG_G(flags) & PHPDBG_IS_QUIET) ||
PHPDBG_IS_QUIET   154 sapi/phpdbg/phpdbg_opcode.c 		if (ignore_flags || (!(PHPDBG_G(flags) & PHPDBG_IS_QUIET) || (PHPDBG_G(flags) & PHPDBG_IS_STEPPING))) {
PHPDBG_IS_QUIET   744 sapi/phpdbg/phpdbg_prompt.c 	phpdbg_writeln("Quietness\t%s", (PHPDBG_G(flags) & PHPDBG_IS_QUIET) ? "on" : "off");
PHPDBG_IS_QUIET   201 sapi/phpdbg/phpdbg_set.c 			PHPDBG_G(flags) & PHPDBG_IS_QUIET ? "on" : "off");
PHPDBG_IS_QUIET   205 sapi/phpdbg/phpdbg_set.c 				PHPDBG_G(flags) |= PHPDBG_IS_QUIET;
PHPDBG_IS_QUIET   207 sapi/phpdbg/phpdbg_set.c 				PHPDBG_G(flags) &= ~PHPDBG_IS_QUIET;
PHPDBG_IS_QUIET   244 sapi/phpdbg/phpdbg_set.c 		phpdbg_writeln("Refcount %s", PHPDBG_G(flags) & PHPDBG_IS_QUIET ? "on" : "off");