Home
last modified time | relevance | path

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

/plugin/mikioplugin/inc/stemmechanics/lesserphp/
H A Dlessc.inc.php571 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) argument
3476 $isVararg = false;
3479 $isVararg = true;
3494 $isVararg = true;
3499 if ($isVararg) break;
[all …]