Lines Matching refs:PHPDBG_BREAK_METHOD
151 case PHPDBG_BREAK_METHOD: { in phpdbg_export_breakpoints_to_string()
450 …if (!(class_table = zend_hash_str_find_ptr(&PHPDBG_G(bp)[PHPDBG_BREAK_METHOD], class_lcname, class… in phpdbg_set_breakpoint_method()
452 …class_table = zend_hash_str_update_mem(&PHPDBG_G(bp)[PHPDBG_BREAK_METHOD], class_lcname, class_len… in phpdbg_set_breakpoint_method()
460 PHPDBG_BREAK_INIT(new_break, PHPDBG_BREAK_METHOD); in phpdbg_set_breakpoint_method()
989 if ((class_table = zend_hash_find_ptr(&PHPDBG_G(bp)[PHPDBG_BREAK_METHOD], class_lcname))) { in phpdbg_find_breakpoint_method()
1204 case PHPDBG_BREAK_METHOD: in phpdbg_delete_breakpoint()
1239 case PHPDBG_BREAK_METHOD: in phpdbg_delete_breakpoint()
1264 zend_hash_clean(&PHPDBG_G(bp)[PHPDBG_BREAK_METHOD]); in phpdbg_clear_breakpoints()
1353 case PHPDBG_BREAK_METHOD: { in phpdbg_print_breakpoint()
1461 case PHPDBG_BREAK_METHOD: if ((PHPDBG_G(flags) & PHPDBG_HAS_METHOD_BP)) { in phpdbg_print_breakpoints()
1466 ZEND_HASH_MAP_FOREACH_PTR(&PHPDBG_G(bp)[PHPDBG_BREAK_METHOD], class_table) { in phpdbg_print_breakpoints()