Home
last modified time | relevance | path

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

/PHP-7.0/sapi/phpdbg/
H A Dphpdbg_bp.c184 case PHPDBG_BREAK_OPCODE: { in phpdbg_export_breakpoints_to_string()
778 if (zend_hash_index_exists(&PHPDBG_G(bp)[PHPDBG_BREAK_OPCODE], hash)) { in phpdbg_set_breakpoint_opcode()
783 PHPDBG_BREAK_INIT(new_break, PHPDBG_BREAK_OPCODE); in phpdbg_set_breakpoint_opcode()
787 …zend_hash_index_update_mem(&PHPDBG_G(bp)[PHPDBG_BREAK_OPCODE], hash, &new_break, sizeof(phpdbg_bre… in phpdbg_set_breakpoint_opcode()
792 PHPDBG_BREAK_MAPPING(new_break.id, &PHPDBG_G(bp)[PHPDBG_BREAK_OPCODE]); in phpdbg_set_breakpoint_opcode()
984 …return zend_hash_index_find_ptr(&PHPDBG_G(bp)[PHPDBG_BREAK_OPCODE], zend_hash_func(opname, strlen(… in phpdbg_find_breakpoint_opcode()
1227 zend_hash_clean(&PHPDBG_G(bp)[PHPDBG_BREAK_OPCODE]); in phpdbg_clear_breakpoints()
1308 case PHPDBG_BREAK_OPCODE: { in phpdbg_print_breakpoint()
1619 case PHPDBG_BREAK_OPCODE: if (PHPDBG_G(flags) & PHPDBG_HAS_OPCODE_BP) { in phpdbg_print_breakpoints()
1624 ZEND_HASH_FOREACH_PTR(&PHPDBG_G(bp)[PHPDBG_BREAK_OPCODE], brake) { in phpdbg_print_breakpoints()
H A Dphpdbg_bp.h31 #define PHPDBG_BREAK_OPCODE 6 macro
H A Dphpdbg_info.c57 phpdbg_print_breakpoints(PHPDBG_BREAK_OPCODE); in PHPDBG_INFO()
H A Dphpdbg.c211 zend_hash_init(&PHPDBG_G(bp)[PHPDBG_BREAK_OPCODE], 8, NULL, php_phpdbg_destroy_bp_opcode, 0); in PHP_RINIT_FUNCTION()
231 zend_hash_destroy(&PHPDBG_G(bp)[PHPDBG_BREAK_OPCODE]); in PHP_RSHUTDOWN_FUNCTION()

Completed in 20 milliseconds