Home
last modified time | relevance | path

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

/PHP-7.0/sapi/phpdbg/tests/
H A Dwatch_001.phpt2 Test simple recursive watchpoint
19 prompt> [Set recursive watchpoint on $b]
20 prompt> [Breaking on watchpoint $b]
26 prompt> [Breaking on watchpoint $b]
31 prompt> [Breaking on watchpoint $b]
35 prompt> [$b was removed, removing watchpoint recursively]
/PHP-7.0/sapi/phpdbg/
H A Dphpdbg_watch.c570 phpdbg_watchpoint_t *watchpoint; in phpdbg_delete_ht_watchpoints_recursive() local
579 if ((watchpoint = zend_hash_find_ptr(&PHPDBG_G(watchpoints), str))) { in phpdbg_delete_ht_watchpoints_recursive()
580 phpdbg_delete_watchpoint_recursive(watchpoint, 1); in phpdbg_delete_ht_watchpoints_recursive()
858 phpdbg_watchpoint_t *watchpoint; local
862 …ee_find(&PHPDBG_G(watch_HashTables), (zend_ulong) HT_WATCH_HT(watch))->ptr)->watches, watchpoint) {
863 phpdbg_delete_watchpoint_recursive(watchpoint, 1);
H A Dxml.md500 - undefined: tried to set a watchpoint on a not (yet) defined variable
503 - <watchdelete variable="" />: when "watch delete" was used on a watchpoint
504 - (error) <watchdelete type="nowatch" />: that watchpoint doesn't exist, so couldn't be deleted
510 …- type: values are recursive or simple, depending on whether the watchpoint is checked recursively…
568 - generally enables / disables showing of refcount in watchpoint breaks silently with no further xm…
631 - generally emitted on hit watchpoint
632 - <watchdelete variable="" />: when a variable was unset, the watchpoint is removed too

Completed in 14 milliseconds