Home
last modified time | relevance | path

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

1...<<11121314151617181920

/PHP-7.3/ext/standard/tests/array/
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 Dcount_variation2.phpt90 $iterator = 1;
92 echo "\n-- Iteration $iterator --\n";
94 $iterator++;
H A Deach_variation2.phpt109 $iterator = 1;
111 echo "\n-- Iteration $iterator: $key data --\n";
113 $iterator++;
H A Darray_key_exists_variation3.phpt22 $iterator = 1;
24 echo "\n-- Iteration $iterator --\n";
/PHP-7.3/ext/mbstring/tests/
H A Dmb_strpos_variation2.phpt95 $iterator = 1;
97 echo "\n-- Iteration $iterator --\n";
99 $iterator++;
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_convert_encoding_variation1.phpt95 $iterator = 1;
97 echo "\n-- Iteration $iterator --\n";
99 $iterator++;
/PHP-7.3/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
H A Drecursiveiterator.inc24 /** @return the sub iterator for the current element
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
/PHP-7.3/ext/standard/tests/math/
H A Dexpm1_variation1.phpt87 $iterator = 1;
89 echo "\n-- Iteration $iterator --\n";
91 $iterator++;
H A Dmt_rand_variation2.phpt81 $iterator = 1;
83 echo "\n-- Iteration $iterator --\n";
85 $iterator++;
H A Drand_variation1.phpt81 $iterator = 1;
83 echo "\n-- Iteration $iterator --\n";
85 $iterator++;
H A Drand_variation2.phpt81 $iterator = 1;
83 echo "\n-- Iteration $iterator --\n";
85 $iterator++;
/PHP-7.3/ext/spl/examples/
H A Ddirectorygraphiterator.inc13 * @brief A tree iterator that only shows directories.
/PHP-7.3/ext/spl/tests/
H A Diterator_057.phpt8 * From Docs: Construct a new array iterator from anything that has a hash table.
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: Uncaught RuntimeException: An iterator cannot be used with foreach by reference in %s:…
/PHP-7.3/ext/phar/phar/
H A Ddirectorygraphiterator.inc13 * @brief A tree iterator that only shows directories.
/PHP-7.3/ext/simplexml/tests/
H A Dforeach_by_reference.phpt21 Fatal error: Uncaught Error: An iterator cannot be used with foreach by reference in %s:%d
/PHP-7.3/ext/spl/
H A Dspl_iterators.h130 zend_object_iterator *iterator; member
151 zend_object_iterator *iterator; member

Completed in 34 milliseconds

1...<<11121314151617181920