Searched refs:PHPDBG_BREAK_MAP (Results 1 – 3 of 3) sorted by relevance
/PHP-8.0/sapi/phpdbg/ |
H A D | phpdbg_bp.h | 33 #define PHPDBG_BREAK_MAP 10 macro
|
H A D | phpdbg_bp.c | 45 zend_hash_index_update_ptr(&PHPDBG_G(bp)[PHPDBG_BREAK_MAP], id, table); in _phpdbg_break_mapping() 51 zend_hash_index_del(&PHPDBG_G(bp)[PHPDBG_BREAK_MAP], (id)) 101 ZEND_HASH_FOREACH_PTR(&PHPDBG_G(bp)[PHPDBG_BREAK_MAP], table) { in phpdbg_reset_breakpoints() 125 if (zend_hash_num_elements(&PHPDBG_G(bp)[PHPDBG_BREAK_MAP])) { in phpdbg_export_breakpoints_to_string() 126 …ount=\"%d\"", "Exporting %d breakpoints", zend_hash_num_elements(&PHPDBG_G(bp)[PHPDBG_BREAK_MAP])); in phpdbg_export_breakpoints_to_string() 129 ZEND_HASH_FOREACH_NUM_KEY_PTR(&PHPDBG_G(bp)[PHPDBG_BREAK_MAP], id, table) { in phpdbg_export_breakpoints_to_string() 1265 zend_hash_clean(&PHPDBG_G(bp)[PHPDBG_BREAK_MAP]); in phpdbg_clear_breakpoints() 1432 if ((*table = zend_hash_index_find_ptr(&PHPDBG_G(bp)[PHPDBG_BREAK_MAP], id))) { in phpdbg_find_breakbase_ex()
|
H A D | phpdbg.c | 199 zend_hash_init(&PHPDBG_G(bp)[PHPDBG_BREAK_MAP], 8, NULL, NULL, 0); in PHP_MINIT_FUNCTION() 847 zend_hash_destroy(&PHPDBG_G(bp)[PHPDBG_BREAK_MAP]); in php_sapi_phpdbg_deactivate()
|
Completed in 20 milliseconds