PHPDBG_BREAK_SYM 197 sapi/phpdbg/phpdbg.c zend_hash_init(&PHPDBG_G(bp)[PHPDBG_BREAK_SYM], 8, NULL, php_phpdbg_destroy_bp_symbol, 0); PHPDBG_BREAK_SYM 217 sapi/phpdbg/phpdbg.c zend_hash_destroy(&PHPDBG_G(bp)[PHPDBG_BREAK_SYM]); PHPDBG_BREAK_SYM 374 sapi/phpdbg/phpdbg.c zend_hash_clean(&PHPDBG_G(bp)[PHPDBG_BREAK_SYM]); PHPDBG_BREAK_SYM 144 sapi/phpdbg/phpdbg_bp.c case PHPDBG_BREAK_SYM: { PHPDBG_BREAK_SYM 391 sapi/phpdbg/phpdbg_bp.c if (!zend_hash_str_exists(&PHPDBG_G(bp)[PHPDBG_BREAK_SYM], name, name_len)) { PHPDBG_BREAK_SYM 396 sapi/phpdbg/phpdbg_bp.c PHPDBG_BREAK_INIT(new_break, PHPDBG_BREAK_SYM); PHPDBG_BREAK_SYM 399 sapi/phpdbg/phpdbg_bp.c zend_hash_str_update_mem(&PHPDBG_G(bp)[PHPDBG_BREAK_SYM], lcname, name_len, &new_break, sizeof(phpdbg_breaksymbol_t)); PHPDBG_BREAK_SYM 403 sapi/phpdbg/phpdbg_bp.c PHPDBG_BREAK_MAPPING(new_break.id, &PHPDBG_G(bp)[PHPDBG_BREAK_SYM]); PHPDBG_BREAK_SYM 933 sapi/phpdbg/phpdbg_bp.c brake = zend_hash_find_ptr(&PHPDBG_G(bp)[PHPDBG_BREAK_SYM], fname); PHPDBG_BREAK_SYM 938 sapi/phpdbg/phpdbg_bp.c return zend_hash_str_find_ptr(&PHPDBG_G(bp)[PHPDBG_BREAK_SYM], ZEND_STRL("main")); PHPDBG_BREAK_SYM 1217 sapi/phpdbg/phpdbg_bp.c zend_hash_clean(&PHPDBG_G(bp)[PHPDBG_BREAK_SYM]); PHPDBG_BREAK_SYM 1255 sapi/phpdbg/phpdbg_bp.c case PHPDBG_BREAK_SYM: { PHPDBG_BREAK_SYM 1410 sapi/phpdbg/phpdbg_bp.c case PHPDBG_BREAK_SYM: if ((PHPDBG_G(flags) & PHPDBG_HAS_SYM_BP)) { PHPDBG_BREAK_SYM 1415 sapi/phpdbg/phpdbg_bp.c ZEND_HASH_FOREACH_PTR(&PHPDBG_G(bp)[PHPDBG_BREAK_SYM], brake) { PHPDBG_BREAK_SYM 50 sapi/phpdbg/phpdbg_info.c phpdbg_print_breakpoints(PHPDBG_BREAK_SYM); PHPDBG_BREAK_SYM 1287 sapi/phpdbg/phpdbg_prompt.c phpdbg_writeln("clear", "functions=\"%d\"", "Functions %d", zend_hash_num_elements(&PHPDBG_G(bp)[PHPDBG_BREAK_SYM]));