Home
last modified time | relevance | path

Searched refs:file_table (Results 1 – 1 of 1) sorted by relevance

/PHP-7.2/sapi/phpdbg/
H A Dphpdbg_bp.c744 HashTable file_breaks, *file_table; in phpdbg_set_breakpoint_file_opline() local
767 …if (!(file_table = zend_hash_str_find_ptr(&PHPDBG_G(bp)[PHPDBG_BREAK_FILE_OPLINE], new_break.class… in phpdbg_set_breakpoint_file_opline()
769file_table = zend_hash_str_update_mem(&PHPDBG_G(bp)[PHPDBG_BREAK_FILE_OPLINE], new_break.class_nam… in phpdbg_set_breakpoint_file_opline()
772 if (zend_hash_index_exists(file_table, opline)) { in phpdbg_set_breakpoint_file_opline()
779 PHPDBG_BREAK_MAPPING(new_break.id, file_table); in phpdbg_set_breakpoint_file_opline()
783 zend_hash_index_update_mem(file_table, opline, &new_break, sizeof(phpdbg_breakopline_t)); in phpdbg_set_breakpoint_file_opline()
1591 HashTable *file_table; in phpdbg_print_breakpoints() local
1595 ZEND_HASH_FOREACH_PTR(&PHPDBG_G(bp)[PHPDBG_BREAK_FILE_OPLINE], file_table) { in phpdbg_print_breakpoints()
1598 ZEND_HASH_FOREACH_PTR(file_table, brake) { in phpdbg_print_breakpoints()

Completed in 10 milliseconds