Home
last modified time | relevance | path

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

/PHP-7.4/sapi/phpdbg/
H A Dphpdbg_bp.c191 case PHPDBG_BREAK_COND: { in phpdbg_export_breakpoints_to_string()
850 PHPDBG_BREAK_INIT(new_break, PHPDBG_BREAK_COND); in phpdbg_create_conditional_break()
894 …brake = zend_hash_index_update_mem(&PHPDBG_G(bp)[PHPDBG_BREAK_COND], hash, &new_break, sizeof(phpd… in phpdbg_create_conditional_break()
899 PHPDBG_BREAK_MAPPING(new_break.id, &PHPDBG_G(bp)[PHPDBG_BREAK_COND]); in phpdbg_create_conditional_break()
914 if (!zend_hash_index_exists(&PHPDBG_G(bp)[PHPDBG_BREAK_COND], expr_hash)) { in phpdbg_set_breakpoint_expression()
932 if (!zend_hash_index_exists(&PHPDBG_G(bp)[PHPDBG_BREAK_COND], hash)) { in phpdbg_set_breakpoint_at()
1107 ZEND_HASH_FOREACH_PTR(&PHPDBG_G(bp)[PHPDBG_BREAK_COND], bp) { in phpdbg_find_conditional_breakpoint()
1272 zend_hash_clean(&PHPDBG_G(bp)[PHPDBG_BREAK_COND]); in phpdbg_clear_breakpoints()
1370 case PHPDBG_BREAK_COND: { in phpdbg_print_breakpoint()
1606 case PHPDBG_BREAK_COND: if ((PHPDBG_G(flags) & PHPDBG_HAS_COND_BP)) { in phpdbg_print_breakpoints()
[all …]
H A Dphpdbg_bp.h30 #define PHPDBG_BREAK_COND 5 macro
H A Dphpdbg_info.c56 phpdbg_print_breakpoints(PHPDBG_BREAK_COND); in PHPDBG_INFO()
H A Dphpdbg.c198 zend_hash_init(&PHPDBG_G(bp)[PHPDBG_BREAK_COND], 8, NULL, php_phpdbg_destroy_bp_condition, 0); in PHP_MINIT_FUNCTION()
402 zend_hash_clean(&PHPDBG_G(bp)[PHPDBG_BREAK_COND]); in PHP_FUNCTION()
897 zend_hash_destroy(&PHPDBG_G(bp)[PHPDBG_BREAK_COND]); in php_sapi_phpdbg_deactivate()
H A Dphpdbg_prompt.c1513 …, "eval=\"%d\"", "Conditionals %d", zend_hash_num_elements(&PHPDBG_G(bp)[PHPDBG_BREAK_COND])); in PHPDBG_COMMAND()

Completed in 19 milliseconds