Home
last modified time | relevance | path

Searched refs:old_watch (Results 1 – 1 of 1) sorted by relevance

/PHP-7.0/sapi/phpdbg/
H A Dphpdbg_watch.c337 phpdbg_watchpoint_t *old_watch = zend_hash_find_ptr(&PHPDBG_G(watchpoints), watch->str); in phpdbg_create_watchpoint() local
339 if (old_watch) { in phpdbg_create_watchpoint()
341 phpdbg_watchpoint_t *ref = phpdbg_get_refcount_watch(old_watch); \ in phpdbg_create_watchpoint()
345 if (watch != old_watch) { \ in phpdbg_create_watchpoint()
352 if (old_watch->flags & PHPDBG_WATCH_RECURSIVE) { in phpdbg_create_watchpoint()
355 old_watch->flags &= ~(PHPDBG_WATCH_SIMPLE | PHPDBG_WATCH_IMPLICIT); in phpdbg_create_watchpoint()
356 old_watch->flags |= PHPDBG_WATCH_RECURSIVE; in phpdbg_create_watchpoint()
357 return_and_free_watch(old_watch); in phpdbg_create_watchpoint()
360 if (!(old_watch->flags & PHPDBG_WATCH_RECURSIVE)) { in phpdbg_create_watchpoint()
361 old_watch->flags |= watch->flags & (PHPDBG_WATCH_IMPLICIT | PHPDBG_WATCH_SIMPLE); in phpdbg_create_watchpoint()

Completed in 8 milliseconds