Home
last modified time | relevance | path

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

/php-src/sapi/phpdbg/
H A Dphpdbg_bp.c481 if (!zend_hash_index_exists(&PHPDBG_G(bp)[PHPDBG_BREAK_OPLINE], opline)) { in phpdbg_set_breakpoint_opline()
486 PHPDBG_BREAK_INIT(new_break, PHPDBG_BREAK_OPLINE); in phpdbg_set_breakpoint_opline()
494 PHPDBG_BREAK_MAPPING(new_break.id, &PHPDBG_G(bp)[PHPDBG_BREAK_OPLINE]); in phpdbg_set_breakpoint_opline()
558 zend_hash_internal_pointer_end(&PHPDBG_G(bp)[PHPDBG_BREAK_OPLINE]); in phpdbg_resolve_op_array_breaks()
813 PHPDBG_BREAK_INIT(new_break, PHPDBG_BREAK_OPLINE); in phpdbg_set_breakpoint_opline_ex()
820 PHPDBG_BREAK_MAPPING(new_break.id, &PHPDBG_G(bp)[PHPDBG_BREAK_OPLINE]); in phpdbg_set_breakpoint_opline_ex()
1225 if (zend_hash_num_elements(&PHPDBG_G(bp)[PHPDBG_BREAK_OPLINE]) == 1) { in phpdbg_delete_breakpoint()
1259 zend_hash_clean(&PHPDBG_G(bp)[PHPDBG_BREAK_OPLINE]); in phpdbg_clear_breakpoints()
1305 case PHPDBG_BREAK_OPLINE: { in phpdbg_print_breakpoint()
1507 case PHPDBG_BREAK_OPLINE: if ((PHPDBG_G(flags) & PHPDBG_HAS_OPLINE_BP)) { in phpdbg_print_breakpoints()
[all …]
H A Dphpdbg_bp.h26 #define PHPDBG_BREAK_OPLINE 3 macro
H A Dphpdbg_info.c50 phpdbg_print_breakpoints(PHPDBG_BREAK_OPLINE); in PHPDBG_INFO()
H A Dphpdbg.c159 zend_hash_init(&PHPDBG_G(bp)[PHPDBG_BREAK_OPLINE], 8, NULL, php_phpdbg_destroy_bp_opline, 0); in PHP_MINIT_FUNCTION()
370 zend_hash_clean(&PHPDBG_G(bp)[PHPDBG_BREAK_OPLINE]); in PHP_FUNCTION()
796 zend_hash_destroy(&PHPDBG_G(bp)[PHPDBG_BREAK_OPLINE]); in php_sapi_phpdbg_deactivate()
H A Dphpdbg_prompt.c1474 phpdbg_writeln("Oplines %d", zend_hash_num_elements(&PHPDBG_G(bp)[PHPDBG_BREAK_OPLINE])); in PHPDBG_COMMAND()

Completed in 22 milliseconds