Lines Matching defs:feature
70 * the feature first appeared in this branch.
107 * a particular feature, identified by the {@see UUID} used for serializing
108 * the ATN at the time the feature was first introduced.
110 * @param string $feature The {@see UUID} marking the first time the
111 * feature was supported in the serialized ATN.
116 * ATN at or after the feature identified by `feature` was
119 protected function isFeatureSupported(string $feature, string $actualUuid) : bool
121 $featureIndex = \array_search($feature, self::SUPPORTED_UUIDS, true);
148 // Next, if the ATN was serialized with the Unicode SMP feature,