Home
last modified time | relevance | path

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

1...<<11121314151617181920

/PHP-7.2/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-7.2/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.2/ext/spl/internal/
H A Dlimititerator.inc82 /** @return whether iterator is valid
116 * @return The inner iterator
123 /** Aggregate 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 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.2/Zend/tests/generators/
H A Dbug70965.phpt2 Bug #70965 (yield from with a common iterator primes too much)
/PHP-7.2/ext/standard/tests/array/
H A Darray_key_exists_variation3.phpt22 $iterator = 1;
24 echo "\n-- Iteration $iterator --\n";
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 Deach_variation3.phpt97 $iterator = 1;
99 echo "\n-- Iteration $iterator: $key data --\n";
101 $iterator++;
/PHP-7.2/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-7.2/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-7.2/ext/phar/phar/
H A Ddirectorygraphiterator.inc13 * @brief A tree iterator that only shows directories.
/PHP-7.2/ext/spl/
H A Dspl_iterators.h132 zend_object_iterator *iterator; member
153 zend_object_iterator *iterator; member
/PHP-7.2/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++;

Completed in 40 milliseconds

1...<<11121314151617181920