Searched refs:returnsPos (Results 1 – 1 of 1) sorted by relevance
8 private $returnsPos; variable in PhpParser\\NodeVisitorForTesting12 $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 4 milliseconds