Home
last modified time | relevance | path

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

12345678910>>...20

/PHP-7.2/ext/phar/tests/zip/
H A Dphar_buildfromiterator5.phpt2 Phar::buildFromIterator() iterator, iterator returns non-string zip-based
/PHP-7.2/ext/standard/tests/array/
H A Darray_diff_assoc_variation4.phpt93 $iterator = 1;
95 echo "\n-- Iteration $iterator --\n";
97 $iterator++;
H A Darray_diff_assoc_variation6.phpt69 $iterator = 1;
71 echo "\n-- Iteration $iterator --\n";
74 $iterator++;
H A Darray_unique_variation4.phpt57 $iterator = 1;
59 echo "-- Iteration $iterator --\n";
61 $iterator++;
H A Dkey_variation2.phpt96 $iterator = 1;
98 echo "\n-- Iteration $iterator : $key data --\n";
103 $iterator++;
H A Dnatcasesort_variation3.phpt35 $iterator = 1;
37 echo "\n-- Iteration $iterator --\n";
H A Darray_change_key_case_variation3.phpt94 $iterator = 1;
96 echo "\n-- Iteration $iterator : $key data --\n";
98 $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 Darray_unique_variation3.phpt57 $iterator = 1;
59 echo "-- Iteration $iterator --\n";
61 $iterator++;
/PHP-7.2/ext/mbstring/tests/
H A Dmb_ereg_replace_variation4.phpt93 $iterator = 1;
95 echo "\n-- Iteration $iterator --\n";
97 $iterator++;
H A Dmb_strtoupper_variation1.phpt93 $iterator = 1;
95 echo "\n-- Iteration $iterator --\n";
97 $iterator++;
H A Dmb_substr_variation1.phpt94 $iterator = 1;
96 echo "\n-- Iteration $iterator --\n";
98 $iterator++;
/PHP-7.2/ext/iconv/tests/
H A Diconv_mime_decode_variation1.phpt96 $iterator = 1;
98 echo "\n-- Iteration $iterator --\n";
100 $iterator++;
/PHP-7.2/ext/standard/tests/general_functions/
H A Dgetrusage_variation1.phpt68 $iterator = 1;
70 echo "\n-- Iteration $iterator --\n";
73 $iterator++;
/PHP-7.2/ext/standard/tests/math/
H A Dpow_variation1.phpt85 $iterator = 1;
87 echo "\n-- Iteration $iterator --\n";
89 $iterator++;
H A Dpow_variation1_64bit.phpt85 $iterator = 1;
87 echo "\n-- Iteration $iterator --\n";
89 $iterator++;
H A Dpow_variation2.phpt81 $iterator = 1;
83 echo "\n-- Iteration $iterator --\n";
85 $iterator++;
/PHP-7.2/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
/PHP-7.2/ext/spl/examples/
H A Dinigroups.inc20 * Using this class you can iterator over all groups of a ini file.
31 * Construct an ini file group iterator from a filename.

Completed in 45 milliseconds

12345678910>>...20