Lines Matching refs:PHPDBG_BREAK_FILE_OPLINE
173 case PHPDBG_BREAK_FILE_OPLINE: { in phpdbg_export_breakpoints_to_string()
526 opline_break.type = PHPDBG_BREAK_FILE_OPLINE; in phpdbg_resolve_op_array_break()
547 …if (!(oplines_table = zend_hash_find_ptr(&PHPDBG_G(bp)[PHPDBG_BREAK_FILE_OPLINE], op_array->filena… in phpdbg_resolve_op_array_breaks()
743 PHPDBG_BREAK_INIT(new_break, PHPDBG_BREAK_FILE_OPLINE); in phpdbg_set_breakpoint_file_opline()
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()
1222 case PHPDBG_BREAK_FILE_OPLINE: in phpdbg_delete_breakpoint()
1262 zend_hash_clean(&PHPDBG_G(bp)[PHPDBG_BREAK_FILE_OPLINE]); in phpdbg_clear_breakpoints()
1335 case PHPDBG_BREAK_FILE_OPLINE: { in phpdbg_print_breakpoint()
1521 case PHPDBG_BREAK_FILE_OPLINE: in phpdbg_print_breakpoints()
1529 } else if (brake->type == PHPDBG_BREAK_FILE_OPLINE) { in phpdbg_print_breakpoints()
1581 case PHPDBG_BREAK_FILE_OPLINE: if ((PHPDBG_G(flags) & PHPDBG_HAS_FILE_OPLINE_BP)) { in phpdbg_print_breakpoints()
1586 ZEND_HASH_FOREACH_PTR(&PHPDBG_G(bp)[PHPDBG_BREAK_FILE_OPLINE], file_table) { in phpdbg_print_breakpoints()