Searched refs:isVararg (Results 1 – 1 of 1) sorted by relevance
540 return $block->isVararg || empty($orderedArgs) && empty($keywordArgs);576 if ($block->isVararg) {2727 if ($this->tag($tag, true) && $this->argumentDef($args, $isVararg) &&2733 $block->isVararg = $isVararg;2789 ($this->argumentDef($argv, $isVararg) || true) &&3261 protected function argumentDef(&$args, &$isVararg) { argument3269 $isVararg = false;3272 $isVararg = true;3287 $isVararg = true;3292 if ($isVararg) break;[all …]