195196197198199200201202203204
minimumVersion)) { continue; } String description = PHP_VERSION_DESCRIPTIONS[i]; String value = PHP_VERSION_VALUES[i]; Entry entry = new ValuedCombo.Entry(value, description); entryList.add(entry); } return entryList; }