PHPDBG_BREAK_FILE 195 sapi/phpdbg/phpdbg.c zend_hash_init(&PHPDBG_G(bp)[PHPDBG_BREAK_FILE], 8, NULL, php_phpdbg_destroy_bp_file, 0); PHPDBG_BREAK_FILE 215 sapi/phpdbg/phpdbg.c zend_hash_destroy(&PHPDBG_G(bp)[PHPDBG_BREAK_FILE]); PHPDBG_BREAK_FILE 372 sapi/phpdbg/phpdbg.c zend_hash_clean(&PHPDBG_G(bp)[PHPDBG_BREAK_FILE]); PHPDBG_BREAK_FILE 137 sapi/phpdbg/phpdbg_bp.c case PHPDBG_BREAK_FILE: { PHPDBG_BREAK_FILE 241 sapi/phpdbg/phpdbg_bp.c HashTable *broken, *file_breaks = &PHPDBG_G(bp)[PHPDBG_BREAK_FILE]; PHPDBG_BREAK_FILE 281 sapi/phpdbg/phpdbg_bp.c PHPDBG_BREAK_INIT(new_break, PHPDBG_BREAK_FILE); PHPDBG_BREAK_FILE 335 sapi/phpdbg/phpdbg_bp.c if (!(master = zend_hash_str_find_ptr(&PHPDBG_G(bp)[PHPDBG_BREAK_FILE], file, filelen))) { PHPDBG_BREAK_FILE 338 sapi/phpdbg/phpdbg_bp.c master = zend_hash_str_add_mem(&PHPDBG_G(bp)[PHPDBG_BREAK_FILE], file, filelen, &new_ht, sizeof(HashTable)); PHPDBG_BREAK_FILE 903 sapi/phpdbg/phpdbg_bp.c if (!(breaks = zend_hash_str_find_ptr(&PHPDBG_G(bp)[PHPDBG_BREAK_FILE], path, path_len))) { PHPDBG_BREAK_FILE 1162 sapi/phpdbg/phpdbg_bp.c case PHPDBG_BREAK_FILE: PHPDBG_BREAK_FILE 1197 sapi/phpdbg/phpdbg_bp.c case PHPDBG_BREAK_FILE: PHPDBG_BREAK_FILE 1215 sapi/phpdbg/phpdbg_bp.c zend_hash_clean(&PHPDBG_G(bp)[PHPDBG_BREAK_FILE]); PHPDBG_BREAK_FILE 1247 sapi/phpdbg/phpdbg_bp.c case PHPDBG_BREAK_FILE: { PHPDBG_BREAK_FILE 1438 sapi/phpdbg/phpdbg_bp.c case PHPDBG_BREAK_FILE: if ((PHPDBG_G(flags) & PHPDBG_HAS_FILE_BP)) { PHPDBG_BREAK_FILE 1443 sapi/phpdbg/phpdbg_bp.c ZEND_HASH_FOREACH_PTR(&PHPDBG_G(bp)[PHPDBG_BREAK_FILE], points) { PHPDBG_BREAK_FILE 49 sapi/phpdbg/phpdbg_info.c phpdbg_print_breakpoints(PHPDBG_BREAK_FILE); PHPDBG_BREAK_FILE 1286 sapi/phpdbg/phpdbg_prompt.c phpdbg_writeln("clear", "files=\"%d\"", "File %d", zend_hash_num_elements(&PHPDBG_G(bp)[PHPDBG_BREAK_FILE])); PHPDBG_BREAK_FILE 1612 sapi/phpdbg/phpdbg_prompt.c && (brake->type != PHPDBG_BREAK_FILE || execute_data->opline->lineno != PHPDBG_G(last_line))) {