Home
last modified time | relevance | path

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

/php-src/sapi/phpdbg/
H A Dphpdbg_bp.c158 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()
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()
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()
[all …]
H A Dphpdbg_bp.h31 #define PHPDBG_BREAK_METHOD_OPLINE 8 macro
H A Dphpdbg_info.c53 phpdbg_print_breakpoints(PHPDBG_BREAK_METHOD_OPLINE); in PHPDBG_INFO()
H A Dphpdbg.c157 …zend_hash_init(&PHPDBG_G(bp)[PHPDBG_BREAK_METHOD_OPLINE], 8, NULL, php_phpdbg_destroy_bp_methods, … in PHP_MINIT_FUNCTION()
368 zend_hash_clean(&PHPDBG_G(bp)[PHPDBG_BREAK_METHOD_OPLINE]); in PHP_FUNCTION()
794 zend_hash_destroy(&PHPDBG_G(bp)[PHPDBG_BREAK_METHOD_OPLINE]); in php_sapi_phpdbg_deactivate()
H A Dphpdbg_prompt.c1477 …writeln("Method oplines %d", zend_hash_num_elements(&PHPDBG_G(bp)[PHPDBG_BREAK_METHOD_OPLINE])); in PHPDBG_COMMAND()

Completed in 21 milliseconds