Home
last modified time | relevance | path

Searched refs:iterator (Results 151 – 175 of 308) sorted by relevance

12345678910>>...13

/PHP-7.4/ext/standard/tests/array/
H A Darray_unique_variation3.phpt57 $iterator = 1;
59 echo "-- Iteration $iterator --\n";
61 $iterator++;
H A Darray_values_variation2.phpt108 $iterator = 1;
110 echo "\n-- Iteration $iterator: $key data --\n";
112 $iterator++;
H A Darray_values_variation3.phpt97 $iterator = 1;
99 echo "\n-- Iteration $iterator: $key data --\n";
101 $iterator++;
H A Dnatcasesort_variation2.phpt108 $iterator = 1;
110 echo "\n-- Iteration $iterator --\n";
113 $iterator++;
H A Darray_key_exists_variation6.phpt30 $iterator = 1;
36 echo "Iteration $iterator: ";
38 $iterator++;
H A Darray_shift_variation2.phpt109 $iterator = 1;
111 echo "\n-- Iteration $iterator: $key data --\n";
114 $iterator++;
H A Darray_shift_variation3.phpt96 $iterator = 1;
98 echo "\n-- Iteration $iterator : $key data --\n";
101 $iterator++;
H A Dnatcasesort_variation11.phpt104 $iterator = 1;
106 echo "\n-- Iteration $iterator --\n";
109 $iterator++;
H A Darray_intersect_assoc_variation6.phpt67 $iterator = 1;
69 echo "-- Iteration $iterator --\n";
77 $iterator++;
H A Darray_intersect_variation6.phpt64 $iterator = 1;
66 echo "-- Iterator $iterator --\n";
74 $iterator++;
H A Darray_map_variation5.phpt70 $iterator = 1;
72 echo "-- Iteration $iterator --\n";
74 $iterator++;
H A Darray_push_variation6.phpt96 $iterator = 1;
98 echo "\n-- Iteration $iterator : $key data --\n";
103 $iterator++;
/PHP-7.4/ext/standard/tests/dir/
H A Dscandir_variation7.phpt45 $iterator = 1;
47 echo "\n-- Iteration $iterator --\n";
60 $iterator++;
H A Dopendir_variation7.phpt48 $iterator = 1;
51 echo "\n-- Iteration $iterator --\n";
67 $iterator++;
/PHP-7.4/ext/spl/tests/
H A Dspl_iterator_caching_count_basic.phpt2 SPL: Caching iterator count() cache contents
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 Diterator_057.phpt8 * From Docs: Construct a new array iterator from anything that has a hash table.
/PHP-7.4/Zend/tests/
H A Dforeach_by_ref_repacking_insert.phpt2 Perform a packed to hash insert when the iterator is at the end of the array
H A Dbug69201.phpt2 Bug #69201 (Memory leak using iterator and get by reference on PHP 7)
/PHP-7.4/ext/simplexml/tests/
H A Dbug46048.phpt2 Bug #46048 (SimpleXML top-level @attributes not part of iterator)
/PHP-7.4/ext/standard/tests/strings/
H A Dhtmlspecialchars_decode_variation5.phpt25 $iterator = 1;
27 echo "-- Iteration $iterator --\n";
32 $iterator++;
/PHP-7.4/Zend/tests/generators/
H A Dbug70965.phpt2 Bug #70965 (yield from with a common iterator primes too much)
/PHP-7.4/ext/phar/phar/
H A Ddirectorygraphiterator.inc13 * @brief A tree iterator that only shows directories.

Completed in 43 milliseconds

12345678910>>...13