Home
last modified time | relevance | path

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

/PHP-Parser/test/PhpParser/
H A DNodeVisitorForTesting.php8 private $returnsPos; variable in PhpParser\\NodeVisitorForTesting
12 $this->returnsPos = 0;
33 if ($this->returnsPos < count($this->returns)) {
34 $currentReturn = $this->returns[$this->returnsPos];
36 $this->returnsPos++;
44 if ($this->returnsPos !== count($this->returns)) {

Completed in 3 milliseconds