Searched refs:iterator (Results 251 – 275 of 493) sorted by relevance
1...<<11121314151617181920
50 $iterator = 1;52 echo "-- Iteration $iterator --\n";54 $iterator++;
70 $iterator = 1;72 echo "-- Iteration $iterator --\n";74 $iterator++;
90 $iterator = 1;92 echo "\n-- Iteration $iterator --\n";94 $iterator++;
109 $iterator = 1;111 echo "\n-- Iteration $iterator: $key data --\n";113 $iterator++;
22 $iterator = 1;24 echo "\n-- Iteration $iterator --\n";
95 $iterator = 1;97 echo "\n-- Iteration $iterator --\n";99 $iterator++;
26 $iterator = 1;31 echo "\n-- Iteration $iterator --\n";37 $iterator++;
99 $iterator = 1;101 echo "\n-- Iteration $iterator --\n";103 $iterator++;
82 /** @return whether iterator is valid116 * @return The inner iterator123 /** Aggregate the inner iterator
28 * @param it iterator to use as inner iterator124 /** Aggregates the inner iterator
60 /** Rewind to top iterator as set in constructor73 /** @return whether iterator is valid168 * @return The inner iterator205 /** Called after current child iterator is invalid and right before it
24 /** @return the sub iterator for the current element
46 /** @return an iterator for the current elements children48 * @note the returned iterator will be of the same class as $this
87 $iterator = 1;89 echo "\n-- Iteration $iterator --\n";91 $iterator++;
81 $iterator = 1;83 echo "\n-- Iteration $iterator --\n";85 $iterator++;
13 * @brief A tree iterator that only shows directories.
8 * From Docs: Construct a new array iterator from anything that has a hash table.
58 echo "-- Flags |= MultipleIterator::MIT_KEYS_ASSOC, with iterator associated with NULL --\n";144 RuntimeException thrown: Called current() with non valid sub iterator145 RuntimeException thrown: Called key() with non valid sub iterator247 -- Flags |= MultipleIterator::MIT_KEYS_ASSOC, with iterator associated with NULL --
17 Fatal error: Uncaught RuntimeException: An iterator cannot be used with foreach by reference in %s:…
21 Fatal error: Uncaught Error: An iterator cannot be used with foreach by reference in %s:%d
130 zend_object_iterator *iterator; member151 zend_object_iterator *iterator; member
Completed in 32 milliseconds