WATCH_ON_ZVAL     157 sapi/phpdbg/phpdbg_watch.c 	watch->type = WATCH_ON_ZVAL;
WATCH_ON_ZVAL     312 sapi/phpdbg/phpdbg_watch.c 	ZEND_ASSERT(parent->type == WATCH_ON_ZVAL);
WATCH_ON_ZVAL     325 sapi/phpdbg/phpdbg_watch.c 	if (watch->type == WATCH_ON_ZVAL) {
WATCH_ON_ZVAL     336 sapi/phpdbg/phpdbg_watch.c 	if (!watch->parent || watch->parent->type != WATCH_ON_ZVAL || watch->type == WATCH_ON_HASHTABLE) {
WATCH_ON_ZVAL     375 sapi/phpdbg/phpdbg_watch.c 	if (watch->parent && watch->parent->type == WATCH_ON_ZVAL && Z_REFCOUNTED_P(watch->parent->addr.zv)) {
WATCH_ON_ZVAL     379 sapi/phpdbg/phpdbg_watch.c 	if (watch->type == WATCH_ON_ZVAL) {
WATCH_ON_ZVAL     443 sapi/phpdbg/phpdbg_watch.c 	if (watch->type != WATCH_ON_ZVAL) {
WATCH_ON_ZVAL     492 sapi/phpdbg/phpdbg_watch.c 	ZEND_ASSERT(watch->type == WATCH_ON_ZVAL);
WATCH_ON_ZVAL     538 sapi/phpdbg/phpdbg_watch.c 		if (parent->type == WATCH_ON_ZVAL && Z_REFCOUNTED_P(watch->addr.zv)) {
WATCH_ON_ZVAL     560 sapi/phpdbg/phpdbg_watch.c 	} else if (watch->type == WATCH_ON_ZVAL) {
WATCH_ON_ZVAL     595 sapi/phpdbg/phpdbg_watch.c 	if (watch->type == WATCH_ON_ZVAL) {
WATCH_ON_ZVAL     855 sapi/phpdbg/phpdbg_watch.c 		if (watch->type == WATCH_ON_ZVAL) {
WATCH_ON_ZVAL     930 sapi/phpdbg/phpdbg_watch.c 		if ((watch->type == WATCH_ON_HASHTABLE || watch->type == WATCH_ON_ZVAL) && watch->parent_container) {
WATCH_ON_ZVAL     966 sapi/phpdbg/phpdbg_watch.c 				case WATCH_ON_ZVAL:
WATCH_ON_ZVAL    1001 sapi/phpdbg/phpdbg_watch.c 				case WATCH_ON_ZVAL: {
WATCH_ON_ZVAL    1149 sapi/phpdbg/phpdbg_watch.c 				if (watch->type == WATCH_ON_ZVAL) {
WATCH_ON_ZVAL    1156 sapi/phpdbg/phpdbg_watch.c 				if (watch->type == WATCH_ON_HASHTABLE || watch->parent == NULL || watch->parent->type != WATCH_ON_ZVAL) { /* no references */