curTest           915 sapi/phpdbg/phpdbg_watch.c 	void *curTest;
curTest           931 sapi/phpdbg/phpdbg_watch.c 			if ((curTest = zend_symtable_find(watch->parent_container, watch->name_in_parent))) {
curTest           932 sapi/phpdbg/phpdbg_watch.c 				while (Z_TYPE_P((zval *) curTest) == IS_INDIRECT) {
curTest           933 sapi/phpdbg/phpdbg_watch.c 					curTest = Z_INDIRECT_P((zval *) curTest);
curTest           937 sapi/phpdbg/phpdbg_watch.c 					switch (Z_TYPE_P((zval *) curTest)) {
curTest           939 sapi/phpdbg/phpdbg_watch.c 							curTest = (void *) Z_ARRVAL_P((zval *) curTest);
curTest           942 sapi/phpdbg/phpdbg_watch.c 							curTest = (void *) Z_OBJPROP_P((zval *) curTest);
curTest           947 sapi/phpdbg/phpdbg_watch.c 				if (curTest != watch->addr.ptr) {
curTest           950 sapi/phpdbg/phpdbg_watch.c 					watch->addr.ptr = curTest;