Home
last modified time | relevance | path

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

/PHP-7.4/sapi/phpdbg/
H A Dphpdbg_bp.c161 case PHPDBG_BREAK_METHOD_OPLINE: { in phpdbg_export_breakpoints_to_string()
525 opline_break.type = PHPDBG_BREAK_METHOD_OPLINE; in phpdbg_resolve_op_array_break()
648 PHPDBG_BREAK_INIT(new_break, PHPDBG_BREAK_METHOD_OPLINE); in phpdbg_set_breakpoint_method_opline()
669 …if (!(class_table = zend_hash_str_find_ptr(&PHPDBG_G(bp)[PHPDBG_BREAK_METHOD_OPLINE], new_break.cl… in phpdbg_set_breakpoint_method_opline()
1231 case PHPDBG_BREAK_METHOD_OPLINE: in phpdbg_delete_breakpoint()
1267 zend_hash_clean(&PHPDBG_G(bp)[PHPDBG_BREAK_METHOD_OPLINE]); in phpdbg_clear_breakpoints()
1321 case PHPDBG_BREAK_METHOD_OPLINE: { in phpdbg_print_breakpoint()
1524 case PHPDBG_BREAK_METHOD_OPLINE: in phpdbg_print_breakpoints()
1534 if (brake->type == PHPDBG_BREAK_METHOD_OPLINE) { in phpdbg_print_breakpoints()
1556 case PHPDBG_BREAK_METHOD_OPLINE: if ((PHPDBG_G(flags) & PHPDBG_HAS_METHOD_OPLINE_BP)) { in phpdbg_print_breakpoints()
[all …]
H A Dphpdbg_bp.h33 #define PHPDBG_BREAK_METHOD_OPLINE 8 macro
H A Dphpdbg_info.c55 phpdbg_print_breakpoints(PHPDBG_BREAK_METHOD_OPLINE); in PHPDBG_INFO()
H A Dphpdbg.c193 …zend_hash_init(&PHPDBG_G(bp)[PHPDBG_BREAK_METHOD_OPLINE], 8, NULL, php_phpdbg_destroy_bp_methods, … in PHP_MINIT_FUNCTION()
398 zend_hash_clean(&PHPDBG_G(bp)[PHPDBG_BREAK_METHOD_OPLINE]); in PHP_FUNCTION()
892 zend_hash_destroy(&PHPDBG_G(bp)[PHPDBG_BREAK_METHOD_OPLINE]); in php_sapi_phpdbg_deactivate()
H A Dphpdbg_prompt.c1512 …"%d\"", "Method oplines %d", zend_hash_num_elements(&PHPDBG_G(bp)[PHPDBG_BREAK_METHOD_OPLINE])); in PHPDBG_COMMAND()

Completed in 30 milliseconds