Home
last modified time | relevance | path

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

/PHP-7.4/sapi/phpdbg/
H A Dphpdbg_bp.c139 case PHPDBG_BREAK_FILE: { in phpdbg_export_breakpoints_to_string()
267 HashTable *broken, *file_breaks = &PHPDBG_G(bp)[PHPDBG_BREAK_FILE]; in phpdbg_set_breakpoint_file()
308 PHPDBG_BREAK_INIT(new_break, PHPDBG_BREAK_FILE); in phpdbg_set_breakpoint_file()
362 if (!(master = zend_hash_str_find_ptr(&PHPDBG_G(bp)[PHPDBG_BREAK_FILE], file, filelen))) { in phpdbg_resolve_pending_file_break_ex()
951 if (!(breaks = zend_hash_find_ptr(&PHPDBG_G(bp)[PHPDBG_BREAK_FILE], op_array->filename))) { in phpdbg_find_breakpoint_file()
1210 case PHPDBG_BREAK_FILE: in phpdbg_delete_breakpoint()
1245 case PHPDBG_BREAK_FILE: in phpdbg_delete_breakpoint()
1263 zend_hash_clean(&PHPDBG_G(bp)[PHPDBG_BREAK_FILE]); in phpdbg_clear_breakpoints()
1295 case PHPDBG_BREAK_FILE: { in phpdbg_print_breakpoint()
1486 case PHPDBG_BREAK_FILE: if ((PHPDBG_G(flags) & PHPDBG_HAS_FILE_BP)) { in phpdbg_print_breakpoints()
[all …]
H A Dphpdbg_bp.h25 #define PHPDBG_BREAK_FILE 0 macro
H A Dphpdbg_info.c49 phpdbg_print_breakpoints(PHPDBG_BREAK_FILE); in PHPDBG_INFO()
H A Dphpdbg.c189 zend_hash_init(&PHPDBG_G(bp)[PHPDBG_BREAK_FILE], 8, NULL, php_phpdbg_destroy_bp_file, 0); in PHP_MINIT_FUNCTION()
394 zend_hash_clean(&PHPDBG_G(bp)[PHPDBG_BREAK_FILE]); in PHP_FUNCTION()
888 zend_hash_destroy(&PHPDBG_G(bp)[PHPDBG_BREAK_FILE]); in php_sapi_phpdbg_deactivate()
H A Dphpdbg_prompt.c1506 … "files=\"%d\"", "File %d", zend_hash_num_elements(&PHPDBG_G(bp)[PHPDBG_BREAK_FILE])); in PHPDBG_COMMAND()
1841 … && (brake->type != PHPDBG_BREAK_FILE || execute_data->opline->lineno != PHPDBG_G(last_line))) { in phpdbg_execute_ex()

Completed in 23 milliseconds