Searched refs:file_table (Results 1 – 1 of 1) sorted by relevance
/PHP-8.3/sapi/phpdbg/ |
H A D | phpdbg_bp.c | 741 HashTable file_breaks, *file_table; in phpdbg_set_breakpoint_file_opline() local 764 …if (!(file_table = zend_hash_str_find_ptr(&PHPDBG_G(bp)[PHPDBG_BREAK_FILE_OPLINE], new_break.class… in phpdbg_set_breakpoint_file_opline() 766 …file_table = zend_hash_str_update_mem(&PHPDBG_G(bp)[PHPDBG_BREAK_FILE_OPLINE], new_break.class_nam… in phpdbg_set_breakpoint_file_opline() 769 if (zend_hash_index_exists(file_table, opline)) { in phpdbg_set_breakpoint_file_opline() 776 PHPDBG_BREAK_MAPPING(new_break.id, file_table); in phpdbg_set_breakpoint_file_opline() 780 zend_hash_index_update_mem(file_table, opline, &new_break, sizeof(phpdbg_breakopline_t)); in phpdbg_set_breakpoint_file_opline() 1582 HashTable *file_table; in phpdbg_print_breakpoints() local 1586 ZEND_HASH_MAP_FOREACH_PTR(&PHPDBG_G(bp)[PHPDBG_BREAK_FILE_OPLINE], file_table) { in phpdbg_print_breakpoints() 1589 ZEND_HASH_MAP_FOREACH_PTR(file_table, brake) { in phpdbg_print_breakpoints()
|
Completed in 10 milliseconds