Home
last modified time | relevance | path

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

/PHP-8.1/sapi/phpdbg/
H A Dphpdbg_bp.c173 case PHPDBG_BREAK_FILE_OPLINE: { in phpdbg_export_breakpoints_to_string()
526 opline_break.type = PHPDBG_BREAK_FILE_OPLINE; in phpdbg_resolve_op_array_break()
547 …if (!(oplines_table = zend_hash_find_ptr(&PHPDBG_G(bp)[PHPDBG_BREAK_FILE_OPLINE], op_array->filena… in phpdbg_resolve_op_array_breaks()
743 PHPDBG_BREAK_INIT(new_break, PHPDBG_BREAK_FILE_OPLINE); in phpdbg_set_breakpoint_file_opline()
1222 case PHPDBG_BREAK_FILE_OPLINE: in phpdbg_delete_breakpoint()
1262 zend_hash_clean(&PHPDBG_G(bp)[PHPDBG_BREAK_FILE_OPLINE]); in phpdbg_clear_breakpoints()
1335 case PHPDBG_BREAK_FILE_OPLINE: { in phpdbg_print_breakpoint()
1521 case PHPDBG_BREAK_FILE_OPLINE: in phpdbg_print_breakpoints()
1529 } else if (brake->type == PHPDBG_BREAK_FILE_OPLINE) { in phpdbg_print_breakpoints()
1581 case PHPDBG_BREAK_FILE_OPLINE: if ((PHPDBG_G(flags) & PHPDBG_HAS_FILE_OPLINE_BP)) { in phpdbg_print_breakpoints()
[all …]
H A Dphpdbg_bp.h32 #define PHPDBG_BREAK_FILE_OPLINE 9 macro
H A Dphpdbg_info.c51 phpdbg_print_breakpoints(PHPDBG_BREAK_FILE_OPLINE); in PHPDBG_INFO()
H A Dphpdbg.c152 zend_hash_init(&PHPDBG_G(bp)[PHPDBG_BREAK_FILE_OPLINE], 8, NULL, php_phpdbg_destroy_bp_methods, 0); in PHP_MINIT_FUNCTION()
367 zend_hash_clean(&PHPDBG_G(bp)[PHPDBG_BREAK_FILE_OPLINE]); in PHP_FUNCTION()
793 zend_hash_destroy(&PHPDBG_G(bp)[PHPDBG_BREAK_FILE_OPLINE]); in php_sapi_phpdbg_deactivate()
H A Dphpdbg_prompt.c1479 …g_writeln("File oplines %d", zend_hash_num_elements(&PHPDBG_G(bp)[PHPDBG_BREAK_FILE_OPLINE])); in PHPDBG_COMMAND()

Completed in 33 milliseconds