Searched refs:isVararg (Results 1 – 1 of 1) sorted by relevance
571 return $block->isVararg || empty($orderedArgs) && empty($keywordArgs);607 if ($block->isVararg) {2906 $this->tag($tag, true) && $this->argumentDef($args, $isVararg) &&2912 $block->isVararg = $isVararg;2969 ($this->argumentDef($argv, $isVararg) || true) &&3467 protected function argumentDef(&$args, &$isVararg) argument3476 $isVararg = false;3479 $isVararg = true;3494 $isVararg = true;3499 if ($isVararg) break;[all …]