curTest           591 sapi/phpdbg/phpdbg_watch.c 	void *curTest;
curTest           605 sapi/phpdbg/phpdbg_watch.c 		if (zend_hash_find(watch->parent_container, watch->name_in_parent, watch->name_in_parent_len + 1, &curTest) == SUCCESS) {
curTest           607 sapi/phpdbg/phpdbg_watch.c 				switch (Z_TYPE_PP((zval **)curTest)) {
curTest           609 sapi/phpdbg/phpdbg_watch.c 						curTest = (void *)Z_ARRVAL_PP((zval **)curTest);
curTest           612 sapi/phpdbg/phpdbg_watch.c 						curTest = (void *)Z_OBJPROP_PP((zval **)curTest);
curTest           616 sapi/phpdbg/phpdbg_watch.c 				curTest = *(void **)curTest;
curTest           619 sapi/phpdbg/phpdbg_watch.c 			if (curTest != watch->addr.ptr) {
curTest           622 sapi/phpdbg/phpdbg_watch.c 				watch->addr.ptr = curTest;