breaks            274 sapi/phpdbg/phpdbg_bp.c 		HashTable breaks;
breaks            275 sapi/phpdbg/phpdbg_bp.c 		zend_hash_init(&breaks, 8, NULL, phpdbg_file_breaks_dtor, 0);
breaks            277 sapi/phpdbg/phpdbg_bp.c 		broken = zend_hash_add_mem(file_breaks, path_str, &breaks, sizeof(HashTable));
breaks            887 sapi/phpdbg/phpdbg_bp.c 	HashTable *breaks;
breaks            903 sapi/phpdbg/phpdbg_bp.c 	if (!(breaks = zend_hash_str_find_ptr(&PHPDBG_G(bp)[PHPDBG_BREAK_FILE], path, path_len))) {
breaks            907 sapi/phpdbg/phpdbg_bp.c 	if (EG(current_execute_data) && (brake = zend_hash_index_find_ptr(breaks, EG(current_execute_data)->opline->lineno))) {
breaks             42 sapi/phpdbg/phpdbg_set.c 	PHPDBG_SET_COMMAND_D(breaks,       "usage: set breaks [<on|off>]",            'B', set_breaks,       NULL, "|b", PHPDBG_ASYNC_SAFE),
breaks            124 sapi/phpdbg/phpdbg_set.c PHPDBG_SET(breaks) /* {{{ */
breaks             35 sapi/phpdbg/phpdbg_set.h PHPDBG_SET(breaks);