oplines_table     400 sapi/phpdbg/phpdbg_bp.c 	HashTable *oplines_table;
oplines_table     410 sapi/phpdbg/phpdbg_bp.c 		if (zend_hash_find(&PHPDBG_G(bp)[PHPDBG_BREAK_FILE_OPLINE], op_array->filename, strlen(op_array->filename), (void **)&oplines_table) == FAILURE) {
oplines_table     413 sapi/phpdbg/phpdbg_bp.c 	} else if (zend_hash_find(func_table, op_array->function_name?op_array->function_name:"", op_array->function_name?strlen(op_array->function_name):0, (void **)&oplines_table) == FAILURE) {
oplines_table     417 sapi/phpdbg/phpdbg_bp.c 	for (zend_hash_internal_pointer_reset_ex(oplines_table, &position);
oplines_table     418 sapi/phpdbg/phpdbg_bp.c 	     zend_hash_get_current_data_ex(oplines_table, (void**) &brake, &position) == SUCCESS;
oplines_table     419 sapi/phpdbg/phpdbg_bp.c 	     zend_hash_move_forward_ex(oplines_table, &position)) {