file_table 717 sapi/phpdbg/phpdbg_bp.c HashTable file_breaks, *file_table; file_table 740 sapi/phpdbg/phpdbg_bp.c if (!(file_table = zend_hash_str_find_ptr(&PHPDBG_G(bp)[PHPDBG_BREAK_FILE_OPLINE], new_break.class_name, new_break.class_len))) { file_table 742 sapi/phpdbg/phpdbg_bp.c file_table = zend_hash_str_update_mem(&PHPDBG_G(bp)[PHPDBG_BREAK_FILE_OPLINE], new_break.class_name, new_break.class_len, &file_breaks, sizeof(HashTable)); file_table 745 sapi/phpdbg/phpdbg_bp.c if (zend_hash_index_exists(file_table, opline)) { file_table 752 sapi/phpdbg/phpdbg_bp.c PHPDBG_BREAK_MAPPING(new_break.id, file_table); file_table 756 sapi/phpdbg/phpdbg_bp.c zend_hash_index_update_mem(file_table, opline, &new_break, sizeof(phpdbg_breakopline_t)); file_table 1543 sapi/phpdbg/phpdbg_bp.c HashTable *file_table; file_table 1547 sapi/phpdbg/phpdbg_bp.c ZEND_HASH_FOREACH_PTR(&PHPDBG_G(bp)[PHPDBG_BREAK_FILE_OPLINE], file_table) { file_table 1550 sapi/phpdbg/phpdbg_bp.c ZEND_HASH_FOREACH_PTR(file_table, brake) {