Lines Matching refs:next
215 while (strlen($capturedContent) < $int && ($actualCall = $callStack->next()) != false) {
363 function next() function in ComboStrap\\CallStack
380 $next = next($this->callStack);
381 if ($next === false) {
488 while ($this->next()) {
521 return $this->next();
549 while ($this->next()) {
630 $result = $this->next();
645 next($this->callStack);
702 $nextCall = $this->next();
824 while ($this->next()) {
994 while ($actualCall = $this->next()) {
1033 while ($actualCall = $this->next()) {
1072 $this->next();