Home
last modified time | relevance | path

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

/php-src/sapi/phpdbg/
H A Dphpdbg_set.c246 PHPDBG_G(flags) |= PHPDBG_SHOW_REFCOUNTS; in PHPDBG_SET()
248 PHPDBG_G(flags) &= ~PHPDBG_SHOW_REFCOUNTS; in PHPDBG_SET()
H A Dphpdbg.h163 #define PHPDBG_SHOW_REFCOUNTS (1ULL<<30) macro
174 (PHPDBG_SHOW_REFCOUNTS | \
H A Dphpdbg_watch.c1061 if (watch->type == WATCH_ON_REFCOUNTED && !(PHPDBG_G(flags) & PHPDBG_SHOW_REFCOUNTS)) {

Completed in 19 milliseconds