Searched refs:chainLength (Results 1 – 2 of 2) sorted by relevance
397 if ($firstTokPosition + $chainLength * 2 > count($args)) {400 array_splice($args, $firstTokPosition, $chainLength * 2, array($elmInst));412 } elseif ($firstTokPosition + $chainLength * 2 - 1 > count($args)) {415 array_splice($args, $firstTokPosition - 1, $chainLength * 2, array($elmInst));427 } elseif ($firstTokPosition + $chainLength * 2 > count($args)) {472 if ($chainLength > 0) {478 if ($chainLength == $this->arity()) {490 if ($chainLength > 0) {496 if ($chainLength == $this->arity()) {508 if ($chainLength > 0) {[all …]