Home
last modified time | relevance | path

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

/PHP-7.4/sapi/phpdbg/
H A Dphpdbg_bp.c176 case PHPDBG_BREAK_FILE_OPLINE: { in phpdbg_export_breakpoints_to_string()
529 opline_break.type = PHPDBG_BREAK_FILE_OPLINE; in phpdbg_resolve_op_array_break()
550 …if (!(oplines_table = zend_hash_find_ptr(&PHPDBG_G(bp)[PHPDBG_BREAK_FILE_OPLINE], op_array->filena… in phpdbg_resolve_op_array_breaks()
746 PHPDBG_BREAK_INIT(new_break, PHPDBG_BREAK_FILE_OPLINE); in phpdbg_set_breakpoint_file_opline()
1229 case PHPDBG_BREAK_FILE_OPLINE: in phpdbg_delete_breakpoint()
1269 zend_hash_clean(&PHPDBG_G(bp)[PHPDBG_BREAK_FILE_OPLINE]); in phpdbg_clear_breakpoints()
1342 case PHPDBG_BREAK_FILE_OPLINE: { in phpdbg_print_breakpoint()
1530 case PHPDBG_BREAK_FILE_OPLINE: in phpdbg_print_breakpoints()
1538 } else if (brake->type == PHPDBG_BREAK_FILE_OPLINE) { in phpdbg_print_breakpoints()
1590 case PHPDBG_BREAK_FILE_OPLINE: if ((PHPDBG_G(flags) & PHPDBG_HAS_FILE_OPLINE_BP)) { in phpdbg_print_breakpoints()
[all …]
H A Dphpdbg_bp.h34 #define PHPDBG_BREAK_FILE_OPLINE 9 macro
H A Dphpdbg_info.c53 phpdbg_print_breakpoints(PHPDBG_BREAK_FILE_OPLINE); in PHPDBG_INFO()
H A Dphpdbg.c194 zend_hash_init(&PHPDBG_G(bp)[PHPDBG_BREAK_FILE_OPLINE], 8, NULL, php_phpdbg_destroy_bp_methods, 0); in PHP_MINIT_FUNCTION()
399 zend_hash_clean(&PHPDBG_G(bp)[PHPDBG_BREAK_FILE_OPLINE]); in PHP_FUNCTION()
893 zend_hash_destroy(&PHPDBG_G(bp)[PHPDBG_BREAK_FILE_OPLINE]); in php_sapi_phpdbg_deactivate()
H A Dphpdbg_prompt.c1510 …=\"%d\"", "File oplines %d", zend_hash_num_elements(&PHPDBG_G(bp)[PHPDBG_BREAK_FILE_OPLINE])); in PHPDBG_COMMAND()

Completed in 24 milliseconds