Home
last modified time | relevance | path

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

/PHP-7.4/sapi/phpdbg/
H A Dphpdbg_bp.c169 case PHPDBG_BREAK_FUNCTION_OPLINE: { in phpdbg_export_breakpoints_to_string()
527 opline_break.type = PHPDBG_BREAK_FUNCTION_OPLINE; in phpdbg_resolve_op_array_break()
541 HashTable *func_table = &PHPDBG_G(bp)[PHPDBG_BREAK_FUNCTION_OPLINE]; in phpdbg_resolve_op_array_breaks()
700 PHPDBG_BREAK_INIT(new_break, PHPDBG_BREAK_FUNCTION_OPLINE); in phpdbg_set_breakpoint_function_opline()
1230 case PHPDBG_BREAK_FUNCTION_OPLINE: in phpdbg_delete_breakpoint()
1268 zend_hash_clean(&PHPDBG_G(bp)[PHPDBG_BREAK_FUNCTION_OPLINE]); in phpdbg_clear_breakpoints()
1332 case PHPDBG_BREAK_FUNCTION_OPLINE: { in phpdbg_print_breakpoint()
1527 case PHPDBG_BREAK_FUNCTION_OPLINE: in phpdbg_print_breakpoints()
1536 } else if (brake->type == PHPDBG_BREAK_FUNCTION_OPLINE) { in phpdbg_print_breakpoints()
1574 case PHPDBG_BREAK_FUNCTION_OPLINE: if ((PHPDBG_G(flags) & PHPDBG_HAS_FUNCTION_OPLINE_BP)) { in phpdbg_print_breakpoints()
[all …]
H A Dphpdbg_bp.h32 #define PHPDBG_BREAK_FUNCTION_OPLINE 7 macro
H A Dphpdbg_info.c54 phpdbg_print_breakpoints(PHPDBG_BREAK_FUNCTION_OPLINE); in PHPDBG_INFO()
H A Dphpdbg.c192 …zend_hash_init(&PHPDBG_G(bp)[PHPDBG_BREAK_FUNCTION_OPLINE], 8, NULL, php_phpdbg_destroy_bp_methods… in PHP_MINIT_FUNCTION()
397 zend_hash_clean(&PHPDBG_G(bp)[PHPDBG_BREAK_FUNCTION_OPLINE]); in PHP_FUNCTION()
891 zend_hash_destroy(&PHPDBG_G(bp)[PHPDBG_BREAK_FUNCTION_OPLINE]); in php_sapi_phpdbg_deactivate()
H A Dphpdbg_prompt.c1511 …d\"", "Function oplines %d", zend_hash_num_elements(&PHPDBG_G(bp)[PHPDBG_BREAK_FUNCTION_OPLINE])); in PHPDBG_COMMAND()

Completed in 22 milliseconds