Home
last modified time | relevance | path

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

12345678910>>...19

/PHP-5.4/ext/simplexml/tests/
H A Dbug46048.phpt2 Bug #46048 (SimpleXML top-level @attributes not part of iterator)
/PHP-5.4/ext/spl/tests/
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 Dmultiple_iterator_001.phpt58 echo "-- Flags |= MultipleIterator::MIT_KEYS_ASSOC, with iterator associated with NULL --\n";
144 RuntimeException thrown: Called current() with non valid sub iterator
145 RuntimeException thrown: Called key() with non valid sub iterator
247 -- Flags |= MultipleIterator::MIT_KEYS_ASSOC, with iterator associated with NULL --
H A Dspl_iterator_recursive_getiterator_error.phpt16 Fatal error: An iterator cannot be used with foreach by reference in %s
H A Diterator_069.phpt17 Fatal error: An iterator cannot be used with foreach by reference in %s on line %d
/PHP-5.4/ext/spl/internal/
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
H A Drecursiveiteratoriterator.inc60 /** Rewind to top iterator as set in constructor
73 /** @return whether iterator is valid
168 * @return The inner iterator
205 /** Called after current child iterator is invalid and right before it
/PHP-5.4/ext/mbstring/tests/
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 Dbug43994.phpt26 $iterator = 1;
31 echo "\n-- Iteration $iterator --\n";
37 $iterator++;
H A Dmb_strpos_variation2.phpt95 $iterator = 1;
97 echo "\n-- Iteration $iterator --\n";
99 $iterator++;
/PHP-5.4/ext/standard/tests/array/
H A Deach_variation3.phpt97 $iterator = 1;
99 echo "\n-- Iteration $iterator: $key data --\n";
101 $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 Darray_key_exists_variation3.phpt22 $iterator = 1;
24 echo "\n-- Iteration $iterator --\n";
/PHP-5.4/ext/standard/tests/math/
H A Dexpm1_variation1.phpt87 $iterator = 1;
89 echo "\n-- Iteration $iterator --\n";
91 $iterator++;
/PHP-5.4/ext/iconv/tests/
H A Diconv_mime_decode_variation2.phpt96 $iterator = 1;
98 echo "\n-- Iteration $iterator --\n";
100 $iterator++;
/PHP-5.4/ext/spl/
H A Dspl_iterators.h132 zend_object_iterator *iterator; member
156 zend_object_iterator *iterator; member

Completed in 51 milliseconds

12345678910>>...19