func_breaks       671 sapi/phpdbg/phpdbg_bp.c 	HashTable func_breaks, *func_table;
func_breaks       695 sapi/phpdbg/phpdbg_bp.c 		zend_hash_init(&func_breaks, 8, NULL, phpdbg_opline_breaks_dtor, 0);
func_breaks       696 sapi/phpdbg/phpdbg_bp.c 		func_table = zend_hash_str_update_mem(&PHPDBG_G(bp)[PHPDBG_BREAK_FUNCTION_OPLINE], new_break.func_name, new_break.func_len, &func_breaks, sizeof(HashTable));