method_table      503 sapi/phpdbg/phpdbg_bp.c 	HashTable method_breaks, *method_table;
method_table      535 sapi/phpdbg/phpdbg_bp.c 	if (zend_hash_find(class_table, new_break.func_name, new_break.func_len, (void **)&method_table) == FAILURE) {
method_table      541 sapi/phpdbg/phpdbg_bp.c 			(void **)&method_breaks, sizeof(HashTable), (void **)&method_table);
method_table      544 sapi/phpdbg/phpdbg_bp.c 	if (zend_hash_index_exists(method_table, opline)) {
method_table      554 sapi/phpdbg/phpdbg_bp.c 	PHPDBG_BREAK_MAPPING(new_break.id, method_table);
method_table      556 sapi/phpdbg/phpdbg_bp.c 	zend_hash_index_update(method_table, opline, &new_break, sizeof(phpdbg_breakopline_t), NULL);
method_table     1451 sapi/phpdbg/phpdbg_bp.c 			HashTable *class_table, *method_table;
method_table     1466 sapi/phpdbg/phpdbg_bp.c 					     zend_hash_get_current_data_ex(class_table, (void**) &method_table, &position[1]) == SUCCESS;
method_table     1474 sapi/phpdbg/phpdbg_bp.c 							for (zend_hash_internal_pointer_reset_ex(method_table, &position[2]);
method_table     1475 sapi/phpdbg/phpdbg_bp.c 							     zend_hash_get_current_data_ex(method_table, (void**)&brake, &position[2]) == SUCCESS;
method_table     1476 sapi/phpdbg/phpdbg_bp.c 							     zend_hash_move_forward_ex(method_table, &position[2])) {