Searched refs:PHPDBG_BREAK_FILE_OPLINE (Results 1 – 5 of 5) sorted by relevance
174 case PHPDBG_BREAK_FILE_OPLINE: { in phpdbg_export_breakpoints_to_string()527 opline_break.type = PHPDBG_BREAK_FILE_OPLINE; in phpdbg_resolve_op_array_break()548 …if (!(oplines_table = zend_hash_find_ptr(&PHPDBG_G(bp)[PHPDBG_BREAK_FILE_OPLINE], op_array->filena… in phpdbg_resolve_op_array_breaks()744 PHPDBG_BREAK_INIT(new_break, PHPDBG_BREAK_FILE_OPLINE); in phpdbg_set_breakpoint_file_opline()1221 case PHPDBG_BREAK_FILE_OPLINE: in phpdbg_delete_breakpoint()1261 zend_hash_clean(&PHPDBG_G(bp)[PHPDBG_BREAK_FILE_OPLINE]); in phpdbg_clear_breakpoints()1334 case PHPDBG_BREAK_FILE_OPLINE: { in phpdbg_print_breakpoint()1522 case PHPDBG_BREAK_FILE_OPLINE: in phpdbg_print_breakpoints()1530 } else if (brake->type == PHPDBG_BREAK_FILE_OPLINE) { in phpdbg_print_breakpoints()1582 case PHPDBG_BREAK_FILE_OPLINE: if ((PHPDBG_G(flags) & PHPDBG_HAS_FILE_OPLINE_BP)) { in phpdbg_print_breakpoints()[all …]
32 #define PHPDBG_BREAK_FILE_OPLINE 9 macro
51 phpdbg_print_breakpoints(PHPDBG_BREAK_FILE_OPLINE); in PHPDBG_INFO()
194 zend_hash_init(&PHPDBG_G(bp)[PHPDBG_BREAK_FILE_OPLINE], 8, NULL, php_phpdbg_destroy_bp_methods, 0); in PHP_MINIT_FUNCTION()416 zend_hash_clean(&PHPDBG_G(bp)[PHPDBG_BREAK_FILE_OPLINE]); in PHP_FUNCTION()842 zend_hash_destroy(&PHPDBG_G(bp)[PHPDBG_BREAK_FILE_OPLINE]); in php_sapi_phpdbg_deactivate()
1500 …=\"%d\"", "File oplines %d", zend_hash_num_elements(&PHPDBG_G(bp)[PHPDBG_BREAK_FILE_OPLINE])); in PHPDBG_COMMAND()
Completed in 49 milliseconds