Home
last modified time | relevance | path

Searched refs:count (Results 26 – 30 of 30) sorted by relevance

12

/PHP-Parser/lib/PhpParser/
H A DBuilderFactory.php349 $numExprs = count($exprs);
/PHP-Parser/lib/PhpParser/PrettyPrinter/
H A DStandard.php185 if (count($node->parts) === 1
675 for ($i = 0, $c = \count($node->conds); $i + 1 < $c; $i++) {
908 if (\count($node->stmts) === 1 && $node->stmts[0] instanceof Stmt\If_) {
/PHP-Parser/grammar/
H A Dphp.y1360 { $$ = $1; $end = count($$)-1; if ($$[$end]->value instanceof Expr\Error) array_pop($$); }
/PHP-Parser/lib/PhpParser/Parser/
H A DPhp8.php2700 …$self->semValue = $self->semStack[$stackPos-(1-1)]; $end = count($self->semValue)-1; if ($self->se…
H A DPhp7.php2690 …$self->semValue = $self->semStack[$stackPos-(1-1)]; $end = count($self->semValue)-1; if ($self->se…

Completed in 56 milliseconds

12