Home
last modified time | relevance | path

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

/PHP-8.2/sapi/phpdbg/
H A Dphpdbg.h259 bool watchpoint_hit; /* a watchpoint was hit */ variable
H A Dphpdbg_watch.c162 PHPDBG_G(watchpoint_hit) = 1; in phpdbg_print_watch_diff()
769 PHPDBG_G(watchpoint_hit) = 1;
1045 PHPDBG_G(watchpoint_hit) = 1;
1201 ret = PHPDBG_G(watchpoint_hit) ? SUCCESS : FAILURE;
1202 PHPDBG_G(watchpoint_hit) = 0;
1482 PHPDBG_G(watchpoint_hit) = false;

Completed in 13 milliseconds