PHPDBG_BREAK_FILE_OPLINE  200 sapi/phpdbg/phpdbg.c 	zend_hash_init(&PHPDBG_G(bp)[PHPDBG_BREAK_FILE_OPLINE], 8, NULL, php_phpdbg_destroy_bp_methods, 0);
PHPDBG_BREAK_FILE_OPLINE  220 sapi/phpdbg/phpdbg.c 	zend_hash_destroy(&PHPDBG_G(bp)[PHPDBG_BREAK_FILE_OPLINE]);
PHPDBG_BREAK_FILE_OPLINE  377 sapi/phpdbg/phpdbg.c 	zend_hash_clean(&PHPDBG_G(bp)[PHPDBG_BREAK_FILE_OPLINE]);
PHPDBG_BREAK_FILE_OPLINE  172 sapi/phpdbg/phpdbg_bp.c 						case PHPDBG_BREAK_FILE_OPLINE: {
PHPDBG_BREAK_FILE_OPLINE  502 sapi/phpdbg/phpdbg_bp.c 		opline_break.type = PHPDBG_BREAK_FILE_OPLINE;
PHPDBG_BREAK_FILE_OPLINE  523 sapi/phpdbg/phpdbg_bp.c 		if (!(oplines_table = zend_hash_find_ptr(&PHPDBG_G(bp)[PHPDBG_BREAK_FILE_OPLINE], op_array->filename))) {
PHPDBG_BREAK_FILE_OPLINE  719 sapi/phpdbg/phpdbg_bp.c 	PHPDBG_BREAK_INIT(new_break, PHPDBG_BREAK_FILE_OPLINE);
PHPDBG_BREAK_FILE_OPLINE  740 sapi/phpdbg/phpdbg_bp.c 	if (!(file_table = zend_hash_str_find_ptr(&PHPDBG_G(bp)[PHPDBG_BREAK_FILE_OPLINE], new_break.class_name, new_break.class_len))) {
PHPDBG_BREAK_FILE_OPLINE  742 sapi/phpdbg/phpdbg_bp.c 		file_table = zend_hash_str_update_mem(&PHPDBG_G(bp)[PHPDBG_BREAK_FILE_OPLINE], new_break.class_name, new_break.class_len, &file_breaks, sizeof(HashTable));
PHPDBG_BREAK_FILE_OPLINE 1181 sapi/phpdbg/phpdbg_bp.c 			case PHPDBG_BREAK_FILE_OPLINE:
PHPDBG_BREAK_FILE_OPLINE 1221 sapi/phpdbg/phpdbg_bp.c 	zend_hash_clean(&PHPDBG_G(bp)[PHPDBG_BREAK_FILE_OPLINE]);
PHPDBG_BREAK_FILE_OPLINE 1294 sapi/phpdbg/phpdbg_bp.c 		case PHPDBG_BREAK_FILE_OPLINE: {
PHPDBG_BREAK_FILE_OPLINE 1482 sapi/phpdbg/phpdbg_bp.c 					case PHPDBG_BREAK_FILE_OPLINE:
PHPDBG_BREAK_FILE_OPLINE 1490 sapi/phpdbg/phpdbg_bp.c 						} else if (brake->type == PHPDBG_BREAK_FILE_OPLINE) {
PHPDBG_BREAK_FILE_OPLINE 1542 sapi/phpdbg/phpdbg_bp.c 		case PHPDBG_BREAK_FILE_OPLINE: if ((PHPDBG_G(flags) & PHPDBG_HAS_FILE_OPLINE_BP)) {
PHPDBG_BREAK_FILE_OPLINE 1547 sapi/phpdbg/phpdbg_bp.c 			ZEND_HASH_FOREACH_PTR(&PHPDBG_G(bp)[PHPDBG_BREAK_FILE_OPLINE], file_table) {
PHPDBG_BREAK_FILE_OPLINE   53 sapi/phpdbg/phpdbg_info.c 	phpdbg_print_breakpoints(PHPDBG_BREAK_FILE_OPLINE);
PHPDBG_BREAK_FILE_OPLINE 1290 sapi/phpdbg/phpdbg_prompt.c 	phpdbg_writeln("clear", "fileoplines=\"%d\"", "File oplines      %d", zend_hash_num_elements(&PHPDBG_G(bp)[PHPDBG_BREAK_FILE_OPLINE]));