Home
last modified time | relevance | path

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

/PHP-7.4/sapi/phpdbg/
H A Dphpdbg_bp.c148 case PHPDBG_BREAK_SYM: { in phpdbg_export_breakpoints_to_string()
418 if (!zend_hash_str_exists(&PHPDBG_G(bp)[PHPDBG_BREAK_SYM], name, name_len)) { in phpdbg_set_breakpoint_symbol()
423 PHPDBG_BREAK_INIT(new_break, PHPDBG_BREAK_SYM); in phpdbg_set_breakpoint_symbol()
426 …zend_hash_str_update_mem(&PHPDBG_G(bp)[PHPDBG_BREAK_SYM], lcname, name_len, &new_break, sizeof(php… in phpdbg_set_breakpoint_symbol()
430 PHPDBG_BREAK_MAPPING(new_break.id, &PHPDBG_G(bp)[PHPDBG_BREAK_SYM]); in phpdbg_set_breakpoint_symbol()
981 brake = zend_hash_find_ptr(&PHPDBG_G(bp)[PHPDBG_BREAK_SYM], fname); in phpdbg_find_breakpoint_symbol()
986 return zend_hash_str_find_ptr(&PHPDBG_G(bp)[PHPDBG_BREAK_SYM], ZEND_STRL("main")); in phpdbg_find_breakpoint_symbol()
1265 zend_hash_clean(&PHPDBG_G(bp)[PHPDBG_BREAK_SYM]); in phpdbg_clear_breakpoints()
1303 case PHPDBG_BREAK_SYM: { in phpdbg_print_breakpoint()
1458 case PHPDBG_BREAK_SYM: if ((PHPDBG_G(flags) & PHPDBG_HAS_SYM_BP)) { in phpdbg_print_breakpoints()
[all …]
H A Dphpdbg_bp.h27 #define PHPDBG_BREAK_SYM 2 macro
H A Dphpdbg_info.c50 phpdbg_print_breakpoints(PHPDBG_BREAK_SYM); in PHPDBG_INFO()
H A Dphpdbg.c191 zend_hash_init(&PHPDBG_G(bp)[PHPDBG_BREAK_SYM], 8, NULL, php_phpdbg_destroy_bp_symbol, 0); in PHP_MINIT_FUNCTION()
396 zend_hash_clean(&PHPDBG_G(bp)[PHPDBG_BREAK_SYM]); in PHP_FUNCTION()
890 zend_hash_destroy(&PHPDBG_G(bp)[PHPDBG_BREAK_SYM]); in php_sapi_phpdbg_deactivate()
H A Dphpdbg_prompt.c1507 …unctions=\"%d\"", "Functions %d", zend_hash_num_elements(&PHPDBG_G(bp)[PHPDBG_BREAK_SYM])); in PHPDBG_COMMAND()

Completed in 22 milliseconds