Home
last modified time | relevance | path

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

/dokuwiki/vendor/splitbrain/lesserphp/src/
H A DParser.php975 protected function tagBracket(&$parts, &$hasExpression) argument
1037 $hasExpression = $hasExpression || $hasInterpolation;
1056 $hasExpression = false;
1058 while ($this->tagBracket($parts, $hasExpression)) {
1070 while ($this->tagBracket($parts, $hasExpression)) {
1078 $hasExpression = true;
1105 if ($hasExpression) {