watchpoint        229 sapi/phpdbg/phpdbg_watch.c 			phpdbg_watchpoint_t **watchpoint;
watchpoint        244 sapi/phpdbg/phpdbg_watch.c 				if (zend_hash_find(&PHPDBG_G(watchpoints), str, str_len, (void **) &watchpoint) == SUCCESS) {
watchpoint        245 sapi/phpdbg/phpdbg_watch.c 					phpdbg_delete_watchpoint_recursive(*watchpoint, 1 TSRMLS_CC);