Lines Matching refs:isVararg
545 return $block->isVararg || empty($orderedArgs) && empty($keywordArgs);
581 if ($block->isVararg) {
2744 if ($this->tag($tag, true) && $this->argumentDef($args, $isVararg) &&
2750 $block->isVararg = $isVararg;
2806 ($this->argumentDef($argv, $isVararg) || true) &&
3278 protected function argumentDef(&$args, &$isVararg) { argument
3286 $isVararg = false;
3289 $isVararg = true;
3304 $isVararg = true;
3309 if ($isVararg) break;
3829 $b->isVararg = false; // TODO: kill me from here