Searched refs:array_pop (Results 1 – 9 of 9) sorted by relevance
8 use function array_pop; alias36 array_pop($this->stack);
49 array_pop($this->stack);
16 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);
28 $lastPart = array_pop($chunk);39 $lastPart = array_pop($parts);
59 array_pop($node->items);
254 while (list($i, $replace) = array_pop($doNodes)) {
1361 { $$ = $1; $end = count($$)-1; if ($$[$end]->value instanceof Expr\Error) array_pop($$); }
2699 …f->semValue)-1; if ($self->semValue[$end]->value instanceof Expr\Error) array_pop($self->semValue);
2695 …f->semValue)-1; if ($self->semValue[$end]->value instanceof Expr\Error) array_pop($self->semValue);
Completed in 57 milliseconds