Home
last modified time | relevance | path

Searched refs:isVararg (Results 1 – 1 of 1) sorted by relevance

/template/mikio/inc/stemmechanics/lesserphp/
H A Dlessc.inc.php545 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;
[all …]