Searched refs:PHPDBG_BREAK_COND (Results 1 – 5 of 5) sorted by relevance
/PHP-8.1/sapi/phpdbg/ |
H A D | phpdbg_bp.c | 188 case PHPDBG_BREAK_COND: { in phpdbg_export_breakpoints_to_string() 849 PHPDBG_BREAK_INIT(new_break, PHPDBG_BREAK_COND); in phpdbg_create_conditional_break() 887 …brake = zend_hash_index_update_mem(&PHPDBG_G(bp)[PHPDBG_BREAK_COND], hash, &new_break, sizeof(phpd… in phpdbg_create_conditional_break() 892 PHPDBG_BREAK_MAPPING(new_break.id, &PHPDBG_G(bp)[PHPDBG_BREAK_COND]); in phpdbg_create_conditional_break() 907 if (!zend_hash_index_exists(&PHPDBG_G(bp)[PHPDBG_BREAK_COND], expr_hash)) { in phpdbg_set_breakpoint_expression() 925 if (!zend_hash_index_exists(&PHPDBG_G(bp)[PHPDBG_BREAK_COND], hash)) { in phpdbg_set_breakpoint_at() 1100 ZEND_HASH_FOREACH_PTR(&PHPDBG_G(bp)[PHPDBG_BREAK_COND], bp) { in phpdbg_find_conditional_breakpoint() 1265 zend_hash_clean(&PHPDBG_G(bp)[PHPDBG_BREAK_COND]); in phpdbg_clear_breakpoints() 1363 case PHPDBG_BREAK_COND: { in phpdbg_print_breakpoint() 1597 case PHPDBG_BREAK_COND: if ((PHPDBG_G(flags) & PHPDBG_HAS_COND_BP)) { in phpdbg_print_breakpoints() [all …]
|
H A D | phpdbg_bp.h | 28 #define PHPDBG_BREAK_COND 5 macro
|
H A D | phpdbg_info.c | 54 phpdbg_print_breakpoints(PHPDBG_BREAK_COND); in PHPDBG_INFO()
|
H A D | phpdbg.c | 156 zend_hash_init(&PHPDBG_G(bp)[PHPDBG_BREAK_COND], 8, NULL, php_phpdbg_destroy_bp_condition, 0); in PHP_MINIT_FUNCTION() 370 zend_hash_clean(&PHPDBG_G(bp)[PHPDBG_BREAK_COND]); in PHP_FUNCTION() 797 zend_hash_destroy(&PHPDBG_G(bp)[PHPDBG_BREAK_COND]); in php_sapi_phpdbg_deactivate()
|
H A D | phpdbg_prompt.c | 1482 phpdbg_writeln("Conditionals %d", zend_hash_num_elements(&PHPDBG_G(bp)[PHPDBG_BREAK_COND])); in PHPDBG_COMMAND()
|
Completed in 20 milliseconds