Home
last modified time | relevance | path

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

/php-src/sapi/phpdbg/
H A Dphpdbg_bp.c136 case PHPDBG_BREAK_FILE: { in phpdbg_export_breakpoints_to_string()
264 HashTable *broken, *file_breaks = &PHPDBG_G(bp)[PHPDBG_BREAK_FILE]; in phpdbg_set_breakpoint_file()
305 PHPDBG_BREAK_INIT(new_break, PHPDBG_BREAK_FILE); in phpdbg_set_breakpoint_file()
359 if (!(master = zend_hash_str_find_ptr(&PHPDBG_G(bp)[PHPDBG_BREAK_FILE], file, filelen))) { in phpdbg_resolve_pending_file_break_ex()
944 if (!(breaks = zend_hash_find_ptr(&PHPDBG_G(bp)[PHPDBG_BREAK_FILE], op_array->filename))) { in phpdbg_find_breakpoint_file()
1203 case PHPDBG_BREAK_FILE: in phpdbg_delete_breakpoint()
1238 case PHPDBG_BREAK_FILE: in phpdbg_delete_breakpoint()
1256 zend_hash_clean(&PHPDBG_G(bp)[PHPDBG_BREAK_FILE]); in phpdbg_clear_breakpoints()
1288 case PHPDBG_BREAK_FILE: { in phpdbg_print_breakpoint()
1477 case PHPDBG_BREAK_FILE: if ((PHPDBG_G(flags) & PHPDBG_HAS_FILE_BP)) { in phpdbg_print_breakpoints()
[all …]
H A Dphpdbg_bp.h23 #define PHPDBG_BREAK_FILE 0 macro
H A Dphpdbg_info.c47 phpdbg_print_breakpoints(PHPDBG_BREAK_FILE); in PHPDBG_INFO()
H A Dphpdbg.c153 zend_hash_init(&PHPDBG_G(bp)[PHPDBG_BREAK_FILE], 8, NULL, php_phpdbg_destroy_bp_file, 0); in PHP_MINIT_FUNCTION()
364 zend_hash_clean(&PHPDBG_G(bp)[PHPDBG_BREAK_FILE]); in PHP_FUNCTION()
790 zend_hash_destroy(&PHPDBG_G(bp)[PHPDBG_BREAK_FILE]); in php_sapi_phpdbg_deactivate()
H A Dphpdbg_prompt.c1471 phpdbg_writeln("File %d", zend_hash_num_elements(&PHPDBG_G(bp)[PHPDBG_BREAK_FILE])); in PHPDBG_COMMAND()
1792 … && (brake->type != PHPDBG_BREAK_FILE || execute_data->opline->lineno != PHPDBG_G(last_line))) { in phpdbg_execute_ex()

Completed in 22 milliseconds