Home
last modified time | relevance | path

Searched refs:PHPDBG_BREAK_OPCODE (Results 1 – 4 of 4) sorted by relevance

/PHP-7.4/sapi/phpdbg/
H A Dphpdbg_bp.h31 #define PHPDBG_BREAK_OPCODE 6 macro
H A Dphpdbg_bp.c185 case PHPDBG_BREAK_OPCODE: { in phpdbg_export_breakpoints_to_string()
792 if (zend_hash_index_exists(&PHPDBG_G(bp)[PHPDBG_BREAK_OPCODE], hash)) { in phpdbg_set_breakpoint_opcode()
797 PHPDBG_BREAK_INIT(new_break, PHPDBG_BREAK_OPCODE); in phpdbg_set_breakpoint_opcode()
801 …zend_hash_index_update_mem(&PHPDBG_G(bp)[PHPDBG_BREAK_OPCODE], hash, &new_break, sizeof(phpdbg_bre… in phpdbg_set_breakpoint_opcode()
806 PHPDBG_BREAK_MAPPING(new_break.id, &PHPDBG_G(bp)[PHPDBG_BREAK_OPCODE]); in phpdbg_set_breakpoint_opcode()
1027 …return zend_hash_index_find_ptr(&PHPDBG_G(bp)[PHPDBG_BREAK_OPCODE], zend_hash_func(opname, strlen(… in phpdbg_find_breakpoint_opcode()
1270 zend_hash_clean(&PHPDBG_G(bp)[PHPDBG_BREAK_OPCODE]); in phpdbg_clear_breakpoints()
1351 case PHPDBG_BREAK_OPCODE: { in phpdbg_print_breakpoint()
1662 case PHPDBG_BREAK_OPCODE: if (PHPDBG_G(flags) & PHPDBG_HAS_OPCODE_BP) { in phpdbg_print_breakpoints()
1667 ZEND_HASH_FOREACH_PTR(&PHPDBG_G(bp)[PHPDBG_BREAK_OPCODE], brake) { in phpdbg_print_breakpoints()
H A Dphpdbg_info.c57 phpdbg_print_breakpoints(PHPDBG_BREAK_OPCODE); in PHPDBG_INFO()
H A Dphpdbg.c196 zend_hash_init(&PHPDBG_G(bp)[PHPDBG_BREAK_OPCODE], 8, NULL, php_phpdbg_destroy_bp_opcode, 0); in PHP_MINIT_FUNCTION()
895 zend_hash_destroy(&PHPDBG_G(bp)[PHPDBG_BREAK_OPCODE]); in php_sapi_phpdbg_deactivate()

Completed in 18 milliseconds