Home
last modified time | relevance | path

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

/php-src/sapi/phpdbg/
H A Dphpdbg_bp.h33 #define PHPDBG_BREAK_MAP 10 macro
H A Dphpdbg_bp.c44 zend_hash_index_update_ptr(&PHPDBG_G(bp)[PHPDBG_BREAK_MAP], id, table); in _phpdbg_break_mapping()
50 zend_hash_index_del(&PHPDBG_G(bp)[PHPDBG_BREAK_MAP], (id))
100 ZEND_HASH_FOREACH_PTR(&PHPDBG_G(bp)[PHPDBG_BREAK_MAP], table) { in phpdbg_reset_breakpoints()
124 if (zend_hash_num_elements(&PHPDBG_G(bp)[PHPDBG_BREAK_MAP])) { in phpdbg_export_breakpoints_to_string()
125 …phpdbg_notice("Exporting %d breakpoints", zend_hash_num_elements(&PHPDBG_G(bp)[PHPDBG_BREAK_MAP])); in phpdbg_export_breakpoints_to_string()
128 ZEND_HASH_FOREACH_NUM_KEY_PTR(&PHPDBG_G(bp)[PHPDBG_BREAK_MAP], id, table) { in phpdbg_export_breakpoints_to_string()
1266 zend_hash_clean(&PHPDBG_G(bp)[PHPDBG_BREAK_MAP]); in phpdbg_clear_breakpoints()
1433 if ((*table = zend_hash_index_find_ptr(&PHPDBG_G(bp)[PHPDBG_BREAK_MAP], id))) { in phpdbg_find_breakbase_ex()
H A Dphpdbg.c163 zend_hash_init(&PHPDBG_G(bp)[PHPDBG_BREAK_MAP], 8, NULL, NULL, 0); in PHP_MINIT_FUNCTION()
800 zend_hash_destroy(&PHPDBG_G(bp)[PHPDBG_BREAK_MAP]); in php_sapi_phpdbg_deactivate()

Completed in 23 milliseconds