Home
last modified time | relevance | path

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

/PHP-7.1/sapi/phpdbg/
H A Dphpdbg_bp.c168 case PHPDBG_BREAK_FUNCTION_OPLINE: { in phpdbg_export_breakpoints_to_string()
513 opline_break.type = PHPDBG_BREAK_FUNCTION_OPLINE; in phpdbg_resolve_op_array_break()
527 HashTable *func_table = &PHPDBG_G(bp)[PHPDBG_BREAK_FUNCTION_OPLINE]; in phpdbg_resolve_op_array_breaks()
686 PHPDBG_BREAK_INIT(new_break, PHPDBG_BREAK_FUNCTION_OPLINE); in phpdbg_set_breakpoint_function_opline()
1187 case PHPDBG_BREAK_FUNCTION_OPLINE: in phpdbg_delete_breakpoint()
1225 zend_hash_clean(&PHPDBG_G(bp)[PHPDBG_BREAK_FUNCTION_OPLINE]); in phpdbg_clear_breakpoints()
1289 case PHPDBG_BREAK_FUNCTION_OPLINE: { in phpdbg_print_breakpoint()
1484 case PHPDBG_BREAK_FUNCTION_OPLINE: in phpdbg_print_breakpoints()
1493 } else if (brake->type == PHPDBG_BREAK_FUNCTION_OPLINE) { in phpdbg_print_breakpoints()
1531 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()
230 zend_hash_destroy(&PHPDBG_G(bp)[PHPDBG_BREAK_FUNCTION_OPLINE]); in PHP_MSHUTDOWN_FUNCTION()
420 zend_hash_clean(&PHPDBG_G(bp)[PHPDBG_BREAK_FUNCTION_OPLINE]); in PHP_FUNCTION()
H A Dphpdbg_prompt.c1556 …d\"", "Function oplines %d", zend_hash_num_elements(&PHPDBG_G(bp)[PHPDBG_BREAK_FUNCTION_OPLINE])); in PHPDBG_COMMAND()

Completed in 40 milliseconds