Searched refs:PHPDBG_BREAK_SYM (Results 1 – 5 of 5) sorted by relevance
/PHP-5.6/sapi/phpdbg/ |
H A D | phpdbg_bp.c | 143 case PHPDBG_BREAK_SYM: { in phpdbg_export_breakpoints() 277 if (!zend_hash_exists(&PHPDBG_G(bp)[PHPDBG_BREAK_SYM], name, name_len)) { in phpdbg_set_breakpoint_symbol() 282 PHPDBG_BREAK_INIT(new_break, PHPDBG_BREAK_SYM); in phpdbg_set_breakpoint_symbol() 285 zend_hash_update(&PHPDBG_G(bp)[PHPDBG_BREAK_SYM], new_break.symbol, in phpdbg_set_breakpoint_symbol() 291 PHPDBG_BREAK_MAPPING(new_break.id, &PHPDBG_G(bp)[PHPDBG_BREAK_SYM]); in phpdbg_set_breakpoint_symbol() 833 …if (zend_hash_find(&PHPDBG_G(bp)[PHPDBG_BREAK_SYM], fname, strlen(fname), (void**)&brake) == SUCCE… in phpdbg_find_breakpoint_symbol() 1162 zend_hash_clean(&PHPDBG_G(bp)[PHPDBG_BREAK_SYM]); 1200 case PHPDBG_BREAK_SYM: { 1355 case PHPDBG_BREAK_SYM: if ((PHPDBG_G(flags) & PHPDBG_HAS_SYM_BP)) { 1361 for (zend_hash_internal_pointer_reset_ex(&PHPDBG_G(bp)[PHPDBG_BREAK_SYM], &position); [all …]
|
H A D | phpdbg.h | 100 #define PHPDBG_BREAK_SYM 1 macro
|
H A D | phpdbg_info.c | 48 phpdbg_print_breakpoints(PHPDBG_BREAK_SYM TSRMLS_CC); in PHPDBG_INFO()
|
H A D | phpdbg.c | 156 zend_hash_init(&PHPDBG_G(bp)[PHPDBG_BREAK_SYM], 8, NULL, php_phpdbg_destroy_bp_symbol, 0); in PHP_RINIT_FUNCTION() 175 zend_hash_destroy(&PHPDBG_G(bp)[PHPDBG_BREAK_SYM]); in PHP_RSHUTDOWN_FUNCTION() 331 zend_hash_clean(&PHPDBG_G(bp)[PHPDBG_BREAK_SYM]); in PHP_FUNCTION()
|
H A D | phpdbg_prompt.c | 940 phpdbg_writeln("Functions\t\t%d", zend_hash_num_elements(&PHPDBG_G(bp)[PHPDBG_BREAK_SYM])); in PHPDBG_COMMAND()
|
Completed in 17 milliseconds