method_table 619 sapi/phpdbg/phpdbg_bp.c HashTable method_breaks, *method_table; method_table 647 sapi/phpdbg/phpdbg_bp.c if (!(method_table = zend_hash_str_find_ptr(class_table, new_break.func_name, new_break.func_len))) { method_table 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)); method_table 652 sapi/phpdbg/phpdbg_bp.c if (zend_hash_index_exists(method_table, opline)) { method_table 662 sapi/phpdbg/phpdbg_bp.c PHPDBG_BREAK_MAPPING(new_break.id, method_table); method_table 664 sapi/phpdbg/phpdbg_bp.c zend_hash_index_update_mem(method_table, opline, &new_break, sizeof(phpdbg_breakopline_t)); method_table 1509 sapi/phpdbg/phpdbg_bp.c HashTable *class_table, *method_table; method_table 1514 sapi/phpdbg/phpdbg_bp.c ZEND_HASH_FOREACH_PTR(class_table, method_table) { method_table 1517 sapi/phpdbg/phpdbg_bp.c ZEND_HASH_FOREACH_PTR(method_table, brake) {