Searched refs:ArrayPredictionContext (Results 1 – 2 of 2) sorted by relevance
157 $a = ArrayPredictionContext::fromOne($a);161 $b = ArrayPredictionContext::fromOne($b);164 if (!$a instanceof ArrayPredictionContext || !$b instanceof ArrayPredictionContext) {273 $apc = new ArrayPredictionContext($parents, $payloads);295 $a_ = new ArrayPredictionContext($parents, $payloads);364 return new ArrayPredictionContext($parents, $payloads);372 return new ArrayPredictionContext($parents, $payloads);404 ArrayPredictionContext $a,405 ArrayPredictionContext $b,512 $M = new ArrayPredictionContext($mergedParents, $mergedReturnStates);[all …]
10 final class ArrayPredictionContext extends PredictionContext class44 return new ArrayPredictionContext([$ctx->parent], [$ctx->returnState]);