method_breaks     619 sapi/phpdbg/phpdbg_bp.c 	HashTable method_breaks, *method_table;
method_breaks     648 sapi/phpdbg/phpdbg_bp.c 		zend_hash_init(&method_breaks, 8, NULL, phpdbg_opline_breaks_dtor, 0);
method_breaks     649 sapi/phpdbg/phpdbg_bp.c 		method_table = zend_hash_str_update_mem(class_table, new_break.func_name, new_break.func_len, &method_breaks, sizeof(HashTable));