Home
last modified time | relevance | path

Searched refs:PHPDBG_IS_QUIET (Results 1 – 5 of 5) sorted by relevance

/PHP-8.1/sapi/phpdbg/
H A Dphpdbg_set.c202 phpdbg_writeln("Quietness %s", PHPDBG_G(flags) & PHPDBG_IS_QUIET ? "on" : "off"); in PHPDBG_SET()
206 PHPDBG_G(flags) |= PHPDBG_IS_QUIET; in PHPDBG_SET()
208 PHPDBG_G(flags) &= ~PHPDBG_IS_QUIET; in PHPDBG_SET()
242 phpdbg_writeln("Showing refcounts %s", PHPDBG_G(flags) & PHPDBG_IS_QUIET ? "on" : "off"); in PHPDBG_SET()
H A Dphpdbg.h150 #define PHPDBG_IS_QUIET (1ULL<<15) macro
182 PHPDBG_IS_QUIET | \
187 # define PHPDBG_DEFAULT_FLAGS (PHPDBG_IS_QUIET | PHPDBG_IS_COLOURED | PHPDBG_IS_BP_ENABLED | PHPDBG…
189 # define PHPDBG_DEFAULT_FLAGS (PHPDBG_IS_QUIET | PHPDBG_IS_BP_ENABLED | PHPDBG_HAS_PAGINATION)
H A Dphpdbg_print.c367 …if (ignore_flags || (!(PHPDBG_G(flags) & PHPDBG_IS_QUIET) && (PHPDBG_G(flags) & PHPDBG_IS_STEPPING… in phpdbg_print_opline()
H A Dphpdbg.c1275 flags &= ~PHPDBG_IS_QUIET; in main()
H A Dphpdbg_prompt.c1110 phpdbg_writeln("Quietness %s", (PHPDBG_G(flags) & PHPDBG_IS_QUIET) ? "on" : "off"); in PHPDBG_COMMAND()

Completed in 20 milliseconds