Home
last modified time | relevance | path

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

/PHP-Parser/lib/PhpParser/NodeVisitor/
H A DParentConnectingVisitor.php8 use function array_pop; alias
36 array_pop($this->stack);
H A DNodeConnectingVisitor.php49 array_pop($this->stack);
/PHP-Parser/test/code/formatPreservation/
H A DlistRemoval.test16 array_pop($stmts[0]->params);
31 array_pop($stmts[0]->params);
48 array_pop($stmts[0]->returnType->types);
88 array_pop($stmts);
97 array_pop($stmts);
/PHP-Parser/test/PhpParser/
H A DCodeTestParser.php28 $lastPart = array_pop($chunk);
39 $lastPart = array_pop($parts);
/PHP-Parser/tools/fuzzing/
H A Dtarget.php59 array_pop($node->items);
/PHP-Parser/lib/PhpParser/
H A DNodeTraverser.php254 while (list($i, $replace) = array_pop($doNodes)) {
/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 …f->semValue)-1; if ($self->semValue[$end]->value instanceof Expr\Error) array_pop($self->semValue);
H A DPhp7.php2690 …f->semValue)-1; if ($self->semValue[$end]->value instanceof Expr\Error) array_pop($self->semValue);

Completed in 43 milliseconds