Home
last modified time | relevance | path

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

/PHP-7.0/sapi/phpdbg/
H A Dphpdbg_watch.c369 zend_hash_add_ptr(&PHPDBG_G(watchpoints), watch->str, watch); in phpdbg_create_watchpoint()
541 zend_hash_del(&PHPDBG_G(watchpoints), parent->str); in phpdbg_delete_implicit_parents()
564 return zend_hash_del(&PHPDBG_G(watchpoints), watch->str); in phpdbg_delete_watchpoint_recursive()
579 if ((watchpoint = zend_hash_find_ptr(&PHPDBG_G(watchpoints), str))) { in phpdbg_delete_ht_watchpoints_recursive()
620 ret = zend_hash_del(&PHPDBG_G(watchpoints), watch->str); in phpdbg_delete_watchpoint()
783 zend_hash_del(&PHPDBG_G(watchpoints), watch->str); in phpdbg_watch_HashTable_dtor()
845 zend_hash_clean(&PHPDBG_G(watchpoints));
906 zend_hash_init(&PHPDBG_G(watchpoints), 8, NULL, phpdbg_watch_dtor, 0);
1022 zend_hash_del(&PHPDBG_G(watchpoints), watch->str);
1126 ZEND_HASH_FOREACH_PTR(&PHPDBG_G(watchpoints), watch) {
[all …]
H A Dphpdbg.h254 HashTable watchpoints; /* watchpoints */ variable
H A Dxml.md497 - watchpoints generally are identified by a variable (one may need to switch frames first...)
505 - for hit watchpoints etc., see Other tags, <watch*>
635 - for watchpoints on variables:
641 - for watchpoints on arrays:
H A Dphpdbg.c238 zend_hash_destroy(&PHPDBG_G(watchpoints)); in PHP_RSHUTDOWN_FUNCTION()

Completed in 32 milliseconds