Home
last modified time | relevance | path

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

/PHP-7.4/sapi/phpdbg/
H A Dphpdbg.h265 zend_bool watchpoint_hit; /* a watchpoint was hit */ variable
H A Dphpdbg_watch.c155 PHPDBG_G(watchpoint_hit) = 1; in phpdbg_print_watch_diff()
715 PHPDBG_G(watchpoint_hit) = 1;
988 PHPDBG_G(watchpoint_hit) = 1;
1130 ret = PHPDBG_G(watchpoint_hit) ? SUCCESS : FAILURE;
1131 PHPDBG_G(watchpoint_hit) = 0;

Completed in 10 milliseconds