Home
last modified time | relevance | path

Searched refs:PHPDBG_BREAK_MAP (Results 1 – 3 of 3) sorted by relevance

/PHP-7.4/sapi/phpdbg/
H A Dphpdbg_bp.h35 #define PHPDBG_BREAK_MAP 10 macro
H A Dphpdbg_bp.c47 zend_hash_index_update_ptr(&PHPDBG_G(bp)[PHPDBG_BREAK_MAP], id, table); in _phpdbg_break_mapping()
53 zend_hash_index_del(&PHPDBG_G(bp)[PHPDBG_BREAK_MAP], (id))
103 ZEND_HASH_FOREACH_PTR(&PHPDBG_G(bp)[PHPDBG_BREAK_MAP], table) { in phpdbg_reset_breakpoints()
127 if (zend_hash_num_elements(&PHPDBG_G(bp)[PHPDBG_BREAK_MAP])) { in phpdbg_export_breakpoints_to_string()
128 …ount=\"%d\"", "Exporting %d breakpoints", zend_hash_num_elements(&PHPDBG_G(bp)[PHPDBG_BREAK_MAP])); in phpdbg_export_breakpoints_to_string()
131 ZEND_HASH_FOREACH_NUM_KEY_PTR(&PHPDBG_G(bp)[PHPDBG_BREAK_MAP], id, table) { in phpdbg_export_breakpoints_to_string()
1273 zend_hash_clean(&PHPDBG_G(bp)[PHPDBG_BREAK_MAP]); in phpdbg_clear_breakpoints()
1440 if ((*table = zend_hash_index_find_ptr(&PHPDBG_G(bp)[PHPDBG_BREAK_MAP], id))) { in phpdbg_find_breakbase_ex()
H A Dphpdbg.c199 zend_hash_init(&PHPDBG_G(bp)[PHPDBG_BREAK_MAP], 8, NULL, NULL, 0); in PHP_MINIT_FUNCTION()
898 zend_hash_destroy(&PHPDBG_G(bp)[PHPDBG_BREAK_MAP]); in php_sapi_phpdbg_deactivate()

Completed in 18 milliseconds