Home
last modified time | relevance | path

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

/PHP-8.0/sapi/phpdbg/
H A Dphpdbg.h193 #define PHPDBG_SHOW_REFCOUNTS (1ULL<<33) macro
206 #define PHPDBG_PRESERVE_FLAGS_MASK (PHPDBG_SHOW_REFCOUNTS | PHPDBG_IS_STEPONEVAL | PHPDBG_IS_BP_…
H A Dphpdbg_set.c276 PHPDBG_G(flags) |= PHPDBG_SHOW_REFCOUNTS; in PHPDBG_SET()
278 PHPDBG_G(flags) &= ~PHPDBG_SHOW_REFCOUNTS; in PHPDBG_SET()
H A Dphpdbg_watch.c1010 if (watch->type == WATCH_ON_REFCOUNTED && !(PHPDBG_G(flags) & PHPDBG_SHOW_REFCOUNTS)) {

Completed in 14 milliseconds