Home
last modified time | relevance | path

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

/PHP-7.4/sapi/phpdbg/
H A Dphpdbg_bp.c484 if (!zend_hash_index_exists(&PHPDBG_G(bp)[PHPDBG_BREAK_OPLINE], opline)) { in phpdbg_set_breakpoint_opline()
489 PHPDBG_BREAK_INIT(new_break, PHPDBG_BREAK_OPLINE); in phpdbg_set_breakpoint_opline()
497 PHPDBG_BREAK_MAPPING(new_break.id, &PHPDBG_G(bp)[PHPDBG_BREAK_OPLINE]); in phpdbg_set_breakpoint_opline()
561 zend_hash_internal_pointer_end(&PHPDBG_G(bp)[PHPDBG_BREAK_OPLINE]); in phpdbg_resolve_op_array_breaks()
816 PHPDBG_BREAK_INIT(new_break, PHPDBG_BREAK_OPLINE); in phpdbg_set_breakpoint_opline_ex()
823 PHPDBG_BREAK_MAPPING(new_break.id, &PHPDBG_G(bp)[PHPDBG_BREAK_OPLINE]); in phpdbg_set_breakpoint_opline_ex()
1232 if (zend_hash_num_elements(&PHPDBG_G(bp)[PHPDBG_BREAK_OPLINE]) == 1) { in phpdbg_delete_breakpoint()
1266 zend_hash_clean(&PHPDBG_G(bp)[PHPDBG_BREAK_OPLINE]); in phpdbg_clear_breakpoints()
1312 case PHPDBG_BREAK_OPLINE: { in phpdbg_print_breakpoint()
1516 case PHPDBG_BREAK_OPLINE: if ((PHPDBG_G(flags) & PHPDBG_HAS_OPLINE_BP)) { in phpdbg_print_breakpoints()
[all …]
H A Dphpdbg_bp.h28 #define PHPDBG_BREAK_OPLINE 3 macro
H A Dphpdbg_info.c52 phpdbg_print_breakpoints(PHPDBG_BREAK_OPLINE); in PHPDBG_INFO()
H A Dphpdbg.c195 zend_hash_init(&PHPDBG_G(bp)[PHPDBG_BREAK_OPLINE], 8, NULL, php_phpdbg_destroy_bp_opline, 0); in PHP_MINIT_FUNCTION()
400 zend_hash_clean(&PHPDBG_G(bp)[PHPDBG_BREAK_OPLINE]); in PHP_FUNCTION()
894 zend_hash_destroy(&PHPDBG_G(bp)[PHPDBG_BREAK_OPLINE]); in php_sapi_phpdbg_deactivate()
H A Dphpdbg_prompt.c1509 …lines=\"%d\"", "Oplines %d", zend_hash_num_elements(&PHPDBG_G(bp)[PHPDBG_BREAK_OPLINE])); in PHPDBG_COMMAND()

Completed in 25 milliseconds