Searched refs:iterator (Results 226 – 250 of 493) sorted by relevance
12345678910>>...20
82 $iterator = 1;84 echo "\n-- Iteration $iterator --\n";86 $iterator++;
79 $iterator = 1;81 echo "\n-- Iteration $iterator --\n";83 $iterator++;
80 $iterator = 1;82 echo "\n-- Iteration $iterator --\n";84 $iterator++;
83 $iterator = 1;85 echo "\n-- Iteration $iterator --\n";87 $iterator++;
81 $iterator = 1;83 echo "\n-- Iteration $iterator --\n";85 $iterator++;
25 $iterator = 1;27 echo "-- Iteration $iterator --\n";32 $iterator++;
2 SPL: SplCachingIterator, Test method to set flags for caching iterator
2 SPL: Caching iterator getCache failure
2 SPL: DoublyLinkedList: memory leak when iterator pointer isn't at the last element
2 SPL: Caching iterator count() cache failure
97 return $this->iterator->contains($iter);116 * @return whether all or one sub iterator is valid depending on flags.119 * return true on the first valid sub iterator found. If no Iterator184 throw new RuntimeException('Called current() with non valid sub iterator');214 throw new LogicException('Called key() with non valid sub iterator');
2 Bug #70965 (yield from with a common iterator primes too much)
13 * @brief A directory iterator that does not show '.' and '..'.
59 $iterator = 1;61 echo "-- Iteration $iterator --\n";64 $iterator++;
67 $iterator = 1;69 echo "-- Iteration $iterator --\n";77 $iterator++;
64 $iterator = 1;66 echo "-- Iterator $iterator --\n";74 $iterator++;
96 $iterator = 1;98 echo "\n-- Iteration $iterator --\n";100 $iterator++;
Completed in 29 milliseconds