Home
last modified time | relevance | path

Searched refs:iterator (Results 201 – 225 of 465) sorted by relevance

12345678910>>...19

/PHP-5.4/ext/standard/tests/math/
H A Dmt_rand_variation1.phpt79 $iterator = 1;
81 echo "\n-- Iteration $iterator --\n";
83 $iterator++;
H A Dmt_rand_variation2.phpt79 $iterator = 1;
81 echo "\n-- Iteration $iterator --\n";
83 $iterator++;
H A Dround_variation2.phpt82 $iterator = 1;
84 echo "\n-- Iteration $iterator --\n";
86 $iterator++;
H A Dfmod_variation1.phpt79 $iterator = 1;
81 echo "\n-- Iteration $iterator --\n";
83 $iterator++;
H A Dfmod_variation2.phpt79 $iterator = 1;
81 echo "\n-- Iteration $iterator --\n";
83 $iterator++;
H A Drand_variation1.phpt79 $iterator = 1;
81 echo "\n-- Iteration $iterator --\n";
83 $iterator++;
H A Drand_variation2.phpt79 $iterator = 1;
81 echo "\n-- Iteration $iterator --\n";
83 $iterator++;
/PHP-5.4/ext/standard/tests/array/
H A Darray_push_variation6.phpt96 $iterator = 1;
98 echo "\n-- Iteration $iterator : $key data --\n";
103 $iterator++;
H A Darray_slice_variation4.phpt85 $iterator = 1;
87 echo "\n-- Iteration $iterator --\n";
89 $iterator++;
H A Dcount_variation2.phpt88 $iterator = 1;
90 echo "\n-- Iteration $iterator --\n";
92 $iterator++;
H A Deach_variation2.phpt109 $iterator = 1;
111 echo "\n-- Iteration $iterator: $key data --\n";
113 $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++;
/PHP-5.4/ext/standard/tests/dir/
H A Dscandir_variation7.phpt53 $iterator = 1;
55 echo "\n-- Iteration $iterator --\n";
68 $iterator++;
/PHP-5.4/ext/mbstring/tests/
H A Dmb_ereg_replace_variation2.phpt93 $iterator = 1;
95 echo "\n-- Iteration $iterator --\n";
97 $iterator++;
H A Dmb_ereg_variation2.phpt93 $iterator = 1;
98 echo "\n-- Iteration $iterator --\n";
101 $iterator++;
H A Dmb_substr_count_variation2.phpt93 $iterator = 1;
95 echo "\n-- Iteration $iterator --\n";
97 $iterator++;
/PHP-5.4/ext/standard/tests/strings/
H A Dhtmlspecialchars_decode_variation5.phpt25 $iterator = 1;
27 echo "-- Iteration $iterator --\n";
32 $iterator++;
/PHP-5.4/ext/iconv/tests/
H A Diconv_mime_decode_headers_variation1.phpt108 $iterator = 1;
110 echo "\n-- Iteration $iterator --\n";
112 $iterator++;
/PHP-5.4/Zend/tests/
H A Dbug48667_1.phpt2 Bug #48667 (Implementing both iterator and iteratoraggregate)
H A Dbug48667_2.phpt2 Bug #48667 (Implementing both iterator and iteratoraggregate)
/PHP-5.4/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');
/PHP-5.4/ext/spl/tests/
H A Dspl_iterator_caching_count_basic.phpt2 SPL: Caching iterator count() cache contents

Completed in 33 milliseconds

12345678910>>...19