Home
last modified time | relevance | path

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

/PHP-5.6/sapi/phpdbg/
H A Dphpdbg.h195 zend_bool watchpoint_hit; /* a watchpoint was hit */ variable
H A Dphpdbg_watch.c474 PHPDBG_G(watchpoint_hit) = 1; in phpdbg_watch_HashTable_dtor()
637 PHPDBG_G(watchpoint_hit) = 1;
757 ret = PHPDBG_G(watchpoint_hit)?SUCCESS:FAILURE;
758 PHPDBG_G(watchpoint_hit) = 0;

Completed in 7 milliseconds