Home
last modified time | relevance | path

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

/PHP-8.0/sapi/phpdbg/
H A Dphpdbg_bp.c265 HashTable *broken, *file_breaks = &PHPDBG_G(bp)[PHPDBG_BREAK_FILE]; in phpdbg_set_breakpoint_file() local
284 file_breaks = &PHPDBG_G(bp)[PHPDBG_BREAK_FILE_PENDING]; in phpdbg_set_breakpoint_file()
298 if (!(broken = zend_hash_find_ptr(file_breaks, path_str))) { in phpdbg_set_breakpoint_file()
302 broken = zend_hash_add_mem(file_breaks, path_str, &breaks, sizeof(HashTable)); in phpdbg_set_breakpoint_file()
742 HashTable file_breaks, *file_table; in phpdbg_set_breakpoint_file_opline() local
766 zend_hash_init(&file_breaks, 8, NULL, phpdbg_opline_breaks_dtor, 0); in phpdbg_set_breakpoint_file_opline()
767 …PHPDBG_BREAK_FILE_OPLINE], new_break.class_name, new_break.class_len, &file_breaks, sizeof(HashTab… in phpdbg_set_breakpoint_file_opline()

Completed in 10 milliseconds