watchpoint_hit    256 sapi/phpdbg/phpdbg.h 	zend_bool watchpoint_hit;                    /* a watchpoint was hit */
watchpoint_hit    761 sapi/phpdbg/phpdbg_watch.c 			PHPDBG_G(watchpoint_hit) = 1;
watchpoint_hit    994 sapi/phpdbg/phpdbg_watch.c 				PHPDBG_G(watchpoint_hit) = 1;
watchpoint_hit   1115 sapi/phpdbg/phpdbg_watch.c 	ret = PHPDBG_G(watchpoint_hit) ? SUCCESS : FAILURE;
watchpoint_hit   1116 sapi/phpdbg/phpdbg_watch.c 	PHPDBG_G(watchpoint_hit) = 0;