Home
last modified time | relevance | path

Searched refs:PHPDBG_IS_BP_ENABLED (Results 1 – 3 of 3) sorted by relevance

/PHP-8.1/sapi/phpdbg/
H A Dphpdbg.h166 #define PHPDBG_IS_BP_ENABLED (1ULL<<29) macro
180 PHPDBG_IS_BP_ENABLED | \
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_set.c124 phpdbg_writeln("Breakpoints %s",PHPDBG_G(flags) & PHPDBG_IS_BP_ENABLED ? "on" : "off"); in PHPDBG_SET()
H A Dphpdbg_bp.c1146 if (!(PHPDBG_G(flags) & PHPDBG_IS_BP_ENABLED)) { in phpdbg_find_breakpoint()
1415 PHPDBG_G(flags) |= PHPDBG_IS_BP_ENABLED; in phpdbg_enable_breakpoints()
1419 PHPDBG_G(flags) &= ~PHPDBG_IS_BP_ENABLED; in phpdbg_disable_breakpoints()

Completed in 12 milliseconds