PHPDBG_BREAK_FILE 151 sapi/phpdbg/phpdbg.c zend_hash_init(&PHPDBG_G(bp)[PHPDBG_BREAK_FILE], 8, NULL, php_phpdbg_destroy_bp_file, 0); PHPDBG_BREAK_FILE 170 sapi/phpdbg/phpdbg.c zend_hash_destroy(&PHPDBG_G(bp)[PHPDBG_BREAK_FILE]); PHPDBG_BREAK_FILE 326 sapi/phpdbg/phpdbg.c zend_hash_clean(&PHPDBG_G(bp)[PHPDBG_BREAK_FILE]); PHPDBG_BREAK_FILE 136 sapi/phpdbg/phpdbg_bp.c case PHPDBG_BREAK_FILE: { PHPDBG_BREAK_FILE 238 sapi/phpdbg/phpdbg_bp.c if (zend_hash_find(&PHPDBG_G(bp)[PHPDBG_BREAK_FILE], PHPDBG_BREAK_FILE 244 sapi/phpdbg/phpdbg_bp.c zend_hash_update(&PHPDBG_G(bp)[PHPDBG_BREAK_FILE], PHPDBG_BREAK_FILE 252 sapi/phpdbg/phpdbg_bp.c PHPDBG_BREAK_INIT(new_break, PHPDBG_BREAK_FILE); PHPDBG_BREAK_FILE 797 sapi/phpdbg/phpdbg_bp.c if (zend_hash_find(&PHPDBG_G(bp)[PHPDBG_BREAK_FILE], op_array->filename, PHPDBG_BREAK_FILE 1102 sapi/phpdbg/phpdbg_bp.c case PHPDBG_BREAK_FILE: PHPDBG_BREAK_FILE 1142 sapi/phpdbg/phpdbg_bp.c case PHPDBG_BREAK_FILE: PHPDBG_BREAK_FILE 1160 sapi/phpdbg/phpdbg_bp.c zend_hash_clean(&PHPDBG_G(bp)[PHPDBG_BREAK_FILE]); PHPDBG_BREAK_FILE 1191 sapi/phpdbg/phpdbg_bp.c case PHPDBG_BREAK_FILE: { PHPDBG_BREAK_FILE 1398 sapi/phpdbg/phpdbg_bp.c case PHPDBG_BREAK_FILE: if ((PHPDBG_G(flags) & PHPDBG_HAS_FILE_BP)) { PHPDBG_BREAK_FILE 1404 sapi/phpdbg/phpdbg_bp.c for (zend_hash_internal_pointer_reset_ex(&PHPDBG_G(bp)[PHPDBG_BREAK_FILE], &position[0]); PHPDBG_BREAK_FILE 1405 sapi/phpdbg/phpdbg_bp.c zend_hash_get_current_data_ex(&PHPDBG_G(bp)[PHPDBG_BREAK_FILE], (void**) &points, &position[0]) == SUCCESS; PHPDBG_BREAK_FILE 1406 sapi/phpdbg/phpdbg_bp.c zend_hash_move_forward_ex(&PHPDBG_G(bp)[PHPDBG_BREAK_FILE], &position[0])) { PHPDBG_BREAK_FILE 47 sapi/phpdbg/phpdbg_info.c phpdbg_print_breakpoints(PHPDBG_BREAK_FILE TSRMLS_CC); PHPDBG_BREAK_FILE 939 sapi/phpdbg/phpdbg_prompt.c phpdbg_writeln("File\t\t\t%d", zend_hash_num_elements(&PHPDBG_G(bp)[PHPDBG_BREAK_FILE])); PHPDBG_BREAK_FILE 1295 sapi/phpdbg/phpdbg_prompt.c && (brake->type != PHPDBG_BREAK_FILE || execute_data->opline->lineno != PHPDBG_G(last_line))) {