Home
last modified time | relevance | path

Searched refs:iterator (Results 251 – 275 of 468) sorted by relevance

1...<<111213141516171819

/PHP-5.5/ext/standard/tests/array/
H A Darray_key_exists_variation3.phpt22 $iterator = 1;
24 echo "\n-- Iteration $iterator --\n";
H A Darray_change_key_case_variation2.phpt76 $iterator = 1;
78 echo "\n-- Iteration $iterator --\n";
80 $iterator++;
H A Darray_combine_variation5.phpt70 $iterator = 1;
72 echo "-- Iteration $iterator --\n";
74 $iterator++;
H A Darray_merge_variation3.phpt112 $iterator = 1;
114 echo "\n-- Iteration $iterator: $key data --\n";
117 $iterator++;
H A Darray_slice_variation2.phpt85 $iterator = 1;
87 echo "\n-- Iteration $iterator --\n";
89 $iterator++;
/PHP-5.5/ext/spl/
H A Dspl_iterators.h132 zend_object_iterator *iterator; member
153 zend_object_iterator *iterator; member
H A Dspl_array.c995 spl_array_it *iterator = (spl_array_it *)iter; in spl_array_it_dtor() local
1000 efree(iterator); in spl_array_it_dtor()
1007 spl_array_object *object = iterator->object; in spl_array_it_valid()
1171 spl_array_it *iterator; in spl_array_get_iterator() local
1178 iterator = emalloc(sizeof(spl_array_it)); in spl_array_get_iterator()
1181 iterator->intern.it.data = (void*)object; in spl_array_get_iterator()
1183 iterator->intern.ce = ce; in spl_array_get_iterator()
1184 iterator->intern.value = NULL; in spl_array_get_iterator()
1185 iterator->object = array_object; in spl_array_get_iterator()
1187 return (zend_object_iterator*)iterator; in spl_array_get_iterator()
[all …]
/PHP-5.5/ext/spl/tests/
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 Diterator_069.phpt17 Fatal error: An iterator cannot be used with foreach by reference in %s on line %d
H A Diterator_057.phpt8 * From Docs: Construct a new array iterator from anything that has a hash table.
/PHP-5.5/ext/spl/internal/
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
H A Drecursivefilteriterator.inc46 /** @return an iterator for the current elements children
48 * @note the returned iterator will be of the same class as $this
H A Drecursiveiterator.inc24 /** @return the sub iterator for the current element
H A Dspldoublylinkedlist.inc122 * - The behavior of the iterator (either one or the other)
123 * - SplDoublyLnkedList::IT_MODE_DELETE (Elements are deleted by the iterator)
124 * - SplDoublyLnkedList::IT_MODE_KEEP (Elements are traversed by the iterator)
143 /** Rewind to top iterator as set in constructor
154 /** @return whether iterator is valid
/PHP-5.5/ext/spl/examples/
H A Ddirectorytree.inc13 * @brief A directory iterator that does not show '.' and '..'.
H A Ddirectorygraphiterator.inc13 * @brief A tree iterator that only shows directories.
/PHP-5.5/ext/phar/phar/
H A Ddirectorygraphiterator.inc13 * @brief A tree iterator that only shows directories.
/PHP-5.5/Zend/
H A Dzend_generators.h39 zend_generator_iterator iterator; member
/PHP-5.5/ext/mbstring/tests/
H A Dmb_convert_encoding_variation1.phpt95 $iterator = 1;
97 echo "\n-- Iteration $iterator --\n";
99 $iterator++;
/PHP-5.5/ext/standard/tests/dir/
H A Ddir_variation1.phpt79 $iterator = 1;
81 echo "\n-- Iteration $iterator --\n";
83 $iterator++;
H A Dopendir_variation7.phpt56 $iterator = 1;
59 echo "\n-- Iteration $iterator --\n";
75 $iterator++;
H A Dscandir_variation2.phpt90 $iterator = 1;
92 echo "\n-- Iteration $iterator --\n";
94 $iterator++;
/PHP-5.5/ext/standard/tests/strings/
H A Dhtmlspecialchars_decode_variation4.phpt26 $iterator = 1;
28 echo "-- Iteration $iterator --\n";
33 $iterator++;
/PHP-5.5/ext/iconv/tests/
H A Diconv_strpos_variation3_64bit.phpt96 $iterator = 1;
98 echo "\n-- Iteration $iterator --\n";
100 $iterator++;
/PHP-5.5/ext/imap/tests/
H A Dimap_fetch_overview_variation3.phpt38 $iterator = 1;
47 $iterator++;

Completed in 59 milliseconds

1...<<111213141516171819