Home
last modified time | relevance | path

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

12345678910>>...20

/PHP-7.2/ext/standard/tests/math/
H A Dis_finite_variation1.phpt79 $iterator = 1;
81 echo "\n-- Iteration $iterator --\n";
83 $iterator++;
H A Dis_infinite_variation1.phpt79 $iterator = 1;
81 echo "\n-- Iteration $iterator --\n";
83 $iterator++;
H A Dis_nan_variation1.phpt79 $iterator = 1;
81 echo "\n-- Iteration $iterator --\n";
83 $iterator++;
H A Dlog1p_variation1.phpt83 $iterator = 1;
85 echo "\n-- Iteration $iterator --\n";
87 $iterator++;
H A Dmt_rand_variation1.phpt79 $iterator = 1;
81 echo "\n-- Iteration $iterator --\n";
83 $iterator++;
H A Dmt_srand_variation1.phpt81 $iterator = 1;
83 echo "\n-- Iteration $iterator --\n";
85 $iterator++;
H A Dround_variation2.phpt82 $iterator = 1;
84 echo "\n-- Iteration $iterator --\n";
86 $iterator++;
H A Dsrand_variation1.phpt81 $iterator = 1;
83 echo "\n-- Iteration $iterator --\n";
85 $iterator++;
/PHP-7.2/ext/standard/tests/strings/
H A Dhtmlspecialchars_decode_variation5.phpt25 $iterator = 1;
27 echo "-- Iteration $iterator --\n";
32 $iterator++;
/PHP-7.2/ext/spl/tests/
H A Dspl_iterator_caching_count_basic.phpt2 SPL: Caching iterator count() cache contents
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
/PHP-7.2/ext/simplexml/tests/
H A Dbug46048.phpt2 Bug #46048 (SimpleXML top-level @attributes not part of iterator)
/PHP-7.2/Zend/tests/
H A Dbug69201.phpt2 Bug #69201 (Memory leak using iterator and get by reference on PHP 7)
/PHP-7.2/ext/spl/internal/
H A Dmultipleiterator.inc97 return $this->iterator->contains($iter);
116 * @return whether all or one sub iterator is valid depending on flags.
119 * return true on the first valid sub iterator found. If no Iterator
184 throw new RuntimeException('Called current() with non valid sub iterator');
214 throw new LogicException('Called key() with non valid sub iterator');
H A Drecursivetreeiterator.inc28 * @param it iterator to use as inner iterator
124 /** Aggregates the inner iterator
/PHP-7.2/ext/standard/tests/array/
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 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++;

Completed in 23 milliseconds

12345678910>>...20