Home
last modified time | relevance | path

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

/PHP-7.4/sapi/phpdbg/
H A Dphpdbg.h195 #define PHPDBG_SHOW_REFCOUNTS (1ULL<<33) macro
208 #define PHPDBG_PRESERVE_FLAGS_MASK (PHPDBG_SHOW_REFCOUNTS | PHPDBG_IS_STEPONEVAL | PHPDBG_IS_BP_…
H A Dphpdbg_set.c278 PHPDBG_G(flags) |= PHPDBG_SHOW_REFCOUNTS; in PHPDBG_SET()
280 PHPDBG_G(flags) &= ~PHPDBG_SHOW_REFCOUNTS; in PHPDBG_SET()
H A Dphpdbg_watch.c1012 if (watch->type == WATCH_ON_REFCOUNTED && !(PHPDBG_G(flags) & PHPDBG_SHOW_REFCOUNTS)) {

Completed in 11 milliseconds