Home
last modified time | relevance | path

Searched refs:iterator (Results 126 – 150 of 315) sorted by relevance

12345678910>>...13

/php-src/ext/standard/tests/array/
H A Darray_intersect_variation6.phpt53 $iterator = 1;
55 echo "-- Iterator $iterator --\n";
63 $iterator++;
H A Darray_shift_variation2.phpt104 $iterator = 1;
106 echo "\n-- Iteration $iterator: $key data --\n";
109 $iterator++;
H A Dnatcasesort_variation11.phpt87 $iterator = 1;
89 echo "\n-- Iteration $iterator --\n";
92 $iterator++;
H A Darray_intersect_assoc_variation5.phpt55 $iterator = 1;
57 echo "-- Iteration $iterator --\n";
65 $iterator++;
H A Darray_intersect_variation5.phpt53 $iterator = 1;
55 echo "-- Iterator $iterator --\n";
63 $iterator++;
H A Darray_key_exists_variation6.phpt24 $iterator = 1;
30 echo "Iteration $iterator: ";
32 $iterator++;
H A Darray_map_variation4.phpt61 $iterator = 1;
63 echo "-- Iteration $iterator --\n";
65 $iterator++;
H A Darray_map_variation5.phpt65 $iterator = 1;
67 echo "-- Iteration $iterator --\n";
69 $iterator++;
/php-src/ext/standard/tests/dir/
H A Dscandir_variation7.phpt40 $iterator = 1;
42 echo "\n-- Iteration $iterator --\n";
55 $iterator++;
/php-src/Zend/tests/
H A Dforeach_011.phpt2 sort() functions precerve foreach by reference iterator pointer
H A Dforeach_013.phpt2 array_push() function precerve foreach by reference iterator pointer
H A Dforeach_014.phpt2 array_pop() function precerve foreach by reference iterator pointer
H A Dforeach_015.phpt2 array_shift() function precerve foreach by reference iterator pointer
H A Dforeach_012.phpt2 array_walk() function precerve foreach by reference iterator pointer
H A Dforeach_016.phpt2 array_unshift() function precerve foreach by reference iterator pointer
/php-src/ext/standard/tests/math/
H A Ddecbin_variation1.phpt38 $iterator = $i + 1;
39 echo "\n-- Iteration $iterator --\n";
H A Ddecbin_variation1_64bit.phpt38 $iterator = $i + 1;
39 echo "\n-- Iteration $iterator --\n";
H A Ddechex_variation1.phpt38 $iterator = $i + 1;
39 echo "\n-- Iteration $iterator --\n";
H A Ddechex_variation1_64bit.phpt38 $iterator = $i + 1;
39 echo "\n-- Iteration $iterator --\n";
H A Ddecoct_variation1.phpt38 $iterator = $i + 1;
39 echo "\n-- Iteration $iterator --\n";
H A Ddecoct_variation1_64bit.phpt38 $iterator = $i + 1;
39 echo "\n-- Iteration $iterator --\n";
H A Dbase_convert_variation1.phpt52 $iterator = 1;
54 echo "\n-- Iteration $iterator --\n";
60 $iterator++;
H A Dhexdec_variation1.phpt59 $iterator = 1;
61 echo "\n-- Iteration $iterator --\n";
67 $iterator++;
/php-src/ext/session/tests/
H A Dsession_decode_basic.phpt80 $iterator = 1;
82 echo "\n-- Iteration $iterator --\n";
87 $iterator++;
H A Dsession_decode_basic_serialize.phpt81 $iterator = 1;
83 echo "\n-- Iteration $iterator --\n";
88 $iterator++;

Completed in 34 milliseconds

12345678910>>...13