Home
last modified time | relevance | path

Searched refs:iterator (Results 226 – 250 of 468) sorted by relevance

12345678910>>...19

/PHP-5.5/ext/standard/tests/array/
H A Dnatcasesort_variation11.phpt104 $iterator = 1;
106 echo "\n-- Iteration $iterator --\n";
109 $iterator++;
H A Darray_diff_variation8.phpt59 $iterator = 1;
61 echo "-- Iteration $iterator --\n";
64 $iterator++;
H A Darray_intersect_assoc_variation5.phpt67 $iterator = 1;
69 echo "-- Iteration $iterator --\n";
77 $iterator++;
H A Darray_intersect_variation5.phpt64 $iterator = 1;
66 echo "-- Iterator $iterator --\n";
74 $iterator++;
H A Darray_map_variation3.phpt50 $iterator = 1;
52 echo "-- Iteration $iterator --\n";
54 $iterator++;
H A Darray_map_variation4.phpt70 $iterator = 1;
72 echo "-- Iteration $iterator --\n";
74 $iterator++;
H A Deach_variation3.phpt97 $iterator = 1;
99 echo "\n-- Iteration $iterator: $key data --\n";
101 $iterator++;
/PHP-5.5/ext/standard/tests/strings/
H A Dhtmlspecialchars_decode_variation5.phpt25 $iterator = 1;
27 echo "-- Iteration $iterator --\n";
32 $iterator++;
/PHP-5.5/ext/iconv/tests/
H A Diconv_mime_decode_headers_variation1.phpt108 $iterator = 1;
110 echo "\n-- Iteration $iterator --\n";
112 $iterator++;
H A Diconv_mime_decode_variation2.phpt96 $iterator = 1;
98 echo "\n-- Iteration $iterator --\n";
100 $iterator++;
/PHP-5.5/ext/spl/internal/
H A Dmultipleiterator.inc97 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 Iterator
184 throw new RuntimeException('Called current() with non valid sub iterator');
214 throw new LogicException('Called key() with non valid sub iterator');
H A Dlimititerator.inc82 /** @return whether iterator is valid
116 * @return The inner iterator
123 /** Aggregate the inner iterator
H A Drecursivetreeiterator.inc28 * @param it iterator to use as inner iterator
124 /** Aggregates the inner iterator
/PHP-5.5/ext/spl/tests/
H A Dspl_iterator_caching_count_basic.phpt2 SPL: Caching iterator count() cache contents
H A Dspl_cachingiterator_setFlags_basic.phpt2 SPL: SplCachingIterator, Test method to set flags for caching iterator
H A Dspl_iterator_caching_getcache_error.phpt2 SPL: Caching iterator getCache failure
H A Ddllist_memleak.phpt2 SPL: DoublyLinkedList: memory leak when iterator pointer isn't at the last element
H A Dspl_iterator_caching_count_error.phpt2 SPL: Caching iterator count() cache failure
H A Dspl_iterator_recursive_getiterator_error.phpt16 Fatal error: An iterator cannot be used with foreach by reference in %s
/PHP-5.5/ext/simplexml/tests/
H A Dbug46048.phpt2 Bug #46048 (SimpleXML top-level @attributes not part of iterator)
/PHP-5.5/ext/mbstring/tests/
H A Dbug43994.phpt26 $iterator = 1;
31 echo "\n-- Iteration $iterator --\n";
37 $iterator++;
H A Dmb_encode_mimeheader_variation3.phpt99 $iterator = 1;
101 echo "\n-- Iteration $iterator --\n";
103 $iterator++;
H A Dmb_stripos_variation2.phpt96 $iterator = 1;
98 echo "\n-- Iteration $iterator --\n";
100 $iterator++;
H A Dmb_strpos_variation2.phpt95 $iterator = 1;
97 echo "\n-- Iteration $iterator --\n";
99 $iterator++;
/PHP-5.5/ext/standard/tests/math/
H A Dexpm1_variation1.phpt87 $iterator = 1;
89 echo "\n-- Iteration $iterator --\n";
91 $iterator++;

Completed in 42 milliseconds

12345678910>>...19