Home
last modified time | relevance | path

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

/PHP-7.0/sapi/phpdbg/
H A Dphpdbg.h257 zend_bool watchpoint_hit; /* a watchpoint was hit */ variable
H A Dphpdbg_watch.c761 PHPDBG_G(watchpoint_hit) = 1; in phpdbg_watch_HashTable_dtor()
994 PHPDBG_G(watchpoint_hit) = 1;
1115 ret = PHPDBG_G(watchpoint_hit) ? SUCCESS : FAILURE;
1116 PHPDBG_G(watchpoint_hit) = 0;

Completed in 14 milliseconds