Home
last modified time | relevance | path

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

12345678910>>...20

/PHP-7.3/ext/phar/tests/zip/
H A Dphar_buildfromiterator5.phpt2 Phar::buildFromIterator() iterator, iterator returns non-string zip-based
/PHP-7.3/ext/spl/tests/
H A DRecursiveDirectoryIterator_getSubPathname_basic.phpt16 $iterator = new RecursiveDirectoryIterator(__DIR__ . DIRECTORY_SEPARATOR . $depth0);
17 $it = new RecursiveIteratorIterator($iterator);
/PHP-7.3/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-7.3/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++;
H A Dmb_encode_mimeheader_variation1.phpt97 $iterator = 1;
99 echo "\n-- Iteration $iterator --\n";
101 $iterator++;
H A Dmb_stripos_variation1.phpt96 $iterator = 1;
98 echo "\n-- Iteration $iterator --\n";
100 $iterator++;
/PHP-7.3/ext/iconv/tests/
H A Diconv_mime_decode_variation1.phpt96 $iterator = 1;
98 echo "\n-- Iteration $iterator --\n";
100 $iterator++;
/PHP-7.3/ext/standard/tests/array/
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 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 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++;
/PHP-7.3/ext/standard/tests/general_functions/
H A Dgetrusage_variation1.phpt68 $iterator = 1;
70 echo "\n-- Iteration $iterator --\n";
73 $iterator++;
/PHP-7.3/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.3/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 28 milliseconds

12345678910>>...20