show_ref          646 sapi/phpdbg/phpdbg_watch.c 					int show_ref = ((zval *)oldPtr)->refcount__gc != watch->addr.zv->refcount__gc || ((zval *)oldPtr)->is_ref__gc != watch->addr.zv->is_ref__gc;
show_ref          657 sapi/phpdbg/phpdbg_watch.c 					if (PHPDBG_G(flags) & PHPDBG_SHOW_REFCOUNTS && (removed || show_ref)) {
show_ref          680 sapi/phpdbg/phpdbg_watch.c 					if (PHPDBG_G(flags) & PHPDBG_SHOW_REFCOUNTS && show_ref) {