Home
last modified time | relevance | path

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

/PHP-8.1/sapi/phpdbg/
H A Dphpdbg_bp.c264 HashTable *broken, *file_breaks = &PHPDBG_G(bp)[PHPDBG_BREAK_FILE]; in phpdbg_set_breakpoint_file() local
283 file_breaks = &PHPDBG_G(bp)[PHPDBG_BREAK_FILE_PENDING]; in phpdbg_set_breakpoint_file()
297 if (!(broken = zend_hash_find_ptr(file_breaks, path_str))) { in phpdbg_set_breakpoint_file()
301 broken = zend_hash_add_mem(file_breaks, path_str, &breaks, sizeof(HashTable)); in phpdbg_set_breakpoint_file()
741 HashTable file_breaks, *file_table; in phpdbg_set_breakpoint_file_opline() local
765 zend_hash_init(&file_breaks, 8, NULL, phpdbg_opline_breaks_dtor, 0); in phpdbg_set_breakpoint_file_opline()
766 …PHPDBG_BREAK_FILE_OPLINE], new_break.class_name, new_break.class_len, &file_breaks, sizeof(HashTab… in phpdbg_set_breakpoint_file_opline()

Completed in 8 milliseconds