Searched refs:isVararg (Results 1 – 2 of 2) sorted by relevance
278 if ($this->tag($tag, true) && $this->argumentDef($args, $isVararg) &&283 $block->isVararg = $isVararg;339 ($this->argumentDef($argv, $isVararg) || true) &&844 protected function argumentDef(&$args, &$isVararg) argument856 $isVararg = false;859 $isVararg = true;874 $isVararg = true;879 if ($isVararg) break;1429 $b->isVararg = false; // TODO: kill me from here
849 return $block->isVararg || empty($orderedArgs) && empty($keywordArgs);885 if ($block->isVararg) {