Lines Matching refs:PHPDBG_BREAK_METHOD_OPLINE
158 case PHPDBG_BREAK_METHOD_OPLINE: { in phpdbg_export_breakpoints_to_string()
522 opline_break.type = PHPDBG_BREAK_METHOD_OPLINE; in phpdbg_resolve_op_array_break()
542 …ope != NULL && !(func_table = zend_hash_find_ptr(&PHPDBG_G(bp)[PHPDBG_BREAK_METHOD_OPLINE], op_arr… in phpdbg_resolve_op_array_breaks()
645 PHPDBG_BREAK_INIT(new_break, PHPDBG_BREAK_METHOD_OPLINE); in phpdbg_set_breakpoint_method_opline()
666 …if (!(class_table = zend_hash_str_find_ptr(&PHPDBG_G(bp)[PHPDBG_BREAK_METHOD_OPLINE], new_break.cl… in phpdbg_set_breakpoint_method_opline()
668 …class_table = zend_hash_str_update_mem(&PHPDBG_G(bp)[PHPDBG_BREAK_METHOD_OPLINE], new_break.class_… in phpdbg_set_breakpoint_method_opline()
1224 case PHPDBG_BREAK_METHOD_OPLINE: in phpdbg_delete_breakpoint()
1260 zend_hash_clean(&PHPDBG_G(bp)[PHPDBG_BREAK_METHOD_OPLINE]); in phpdbg_clear_breakpoints()
1314 case PHPDBG_BREAK_METHOD_OPLINE: { in phpdbg_print_breakpoint()
1515 case PHPDBG_BREAK_METHOD_OPLINE: in phpdbg_print_breakpoints()
1525 if (brake->type == PHPDBG_BREAK_METHOD_OPLINE) { in phpdbg_print_breakpoints()
1547 case PHPDBG_BREAK_METHOD_OPLINE: if ((PHPDBG_G(flags) & PHPDBG_HAS_METHOD_OPLINE_BP)) { in phpdbg_print_breakpoints()
1552 ZEND_HASH_FOREACH_PTR(&PHPDBG_G(bp)[PHPDBG_BREAK_METHOD_OPLINE], class_table) { in phpdbg_print_breakpoints()