Home
last modified time | relevance | path

Searched refs:iterator (Results 101 – 125 of 461) sorted by relevance

12345678910>>...19

/PHP-5.3/ext/imap/tests/
H A Dimap_fetchbody_variation4.phpt35 $iterator = 1;
38 echo "\n-- Iteration $iterator --\n";
44 $iterator++;
/PHP-5.3/ext/ctype/tests/
H A Dctype_graph_variation3.phpt52 $iterator = 1;
54 echo "\n-- Iteration $iterator --\n";
56 $iterator++;
H A Dctype_punct_variation3.phpt51 $iterator = 1;
53 echo "\n-- Iteration $iterator --\n";
55 $iterator++;
H A Dctype_cntrl_variation3.phpt56 $iterator = 1;
58 echo "\n-- Iteration $iterator --\n";
60 $iterator++;
H A Dctype_digit_variation1.phpt90 $iterator = 1;
92 echo "\n-- Iteration $iterator --\n";
94 $iterator++;
H A Dctype_upper_variation1.phpt90 $iterator = 1;
92 echo "\n-- Iteration $iterator --\n";
94 $iterator++;
/PHP-5.3/ext/standard/tests/array/
H A Darray_diff_variation3.phpt97 $iterator = 1;
99 echo "\n Iteration: $iterator \n";
101 $iterator++;
H A Darray_slice_variation3.phpt75 $iterator = 1;
77 echo "\n-- Iteration $iterator --\n";
79 $iterator++;
H A Darray_push_variation2.phpt89 $iterator = 1;
91 echo "\n-- Iteration $iterator --\n";
94 $iterator++;
/PHP-5.3/ext/session/tests/
H A Dsession_encode_basic.phpt84 $iterator = 1;
86 echo "\n-- Iteration $iterator --\n";
89 $iterator++;
H A Dsession_regenerate_id_error.phpt84 $iterator = 1;
86 echo "\n-- Iteration $iterator --\n";
88 $iterator++;
H A Dsession_start_error.phpt84 $iterator = 1;
86 echo "\n-- Iteration $iterator --\n";
89 $iterator++;
H A Dsession_decode_error.phpt84 $iterator = 1;
86 echo "\n-- Iteration $iterator --\n";
89 $iterator++;
/PHP-5.3/ext/standard/tests/math/
H A Ddechex_variation1.phpt85 $iterator = 1;
87 echo "\n-- Iteration $iterator --\n";
89 $iterator++;
H A Ddechex_variation1_64bit.phpt85 $iterator = 1;
87 echo "\n-- Iteration $iterator --\n";
89 $iterator++;
H A Ddecoct_variation1.phpt86 $iterator = 1;
88 echo "\n-- Iteration $iterator --\n";
90 $iterator++;
H A Ddecoct_variation1_64bit.phpt86 $iterator = 1;
88 echo "\n-- Iteration $iterator --\n";
90 $iterator++;
/PHP-5.3/ext/spl/
H A Dspl_directory.c128 if (iterator->data != NULL) { in spl_filesystem_object_free_storage()
129 iterator->data = NULL; in spl_filesystem_object_free_storage()
130 iterator->funcs->dtor(iterator TSRMLS_CC); in spl_filesystem_object_free_storage()
1698 *data = &iterator->current; in spl_filesystem_dir_it_current_data()
1748 if (iterator->current) { in spl_filesystem_tree_it_dtor()
1762 if (!iterator->current) { in spl_filesystem_tree_it_current_data()
1769 if (!iterator->current) { in spl_filesystem_tree_it_current_data()
1812 if (iterator->current) { in spl_filesystem_tree_it_move_forward()
1814 iterator->current = NULL; in spl_filesystem_tree_it_move_forward()
1832 if (iterator->current) { in spl_filesystem_tree_it_rewind()
[all …]
/PHP-5.3/ext/mbstring/tests/
H A Dmb_strlen_variation1.phpt93 $iterator = 1;
95 echo "\n-- Iteration $iterator --\n";
97 $iterator++;
H A Dmb_strtolower_variation1.phpt91 $iterator = 1;
93 echo "\n-- Iteration $iterator --\n";
95 $iterator++;
H A Dmb_substr_count_variation1.phpt94 $iterator = 1;
96 echo "\n-- Iteration $iterator --\n";
98 $iterator++;
H A Dmb_ereg_replace_variation1.phpt90 $iterator = 1;
92 echo "\n-- Iteration $iterator --\n";
94 $iterator++;
H A Dmb_ereg_replace_variation3.phpt93 $iterator = 1;
95 echo "\n-- Iteration $iterator --\n";
97 $iterator++;
H A Dmb_ereg_variation1.phpt77 $iterator = 1;
82 echo "\n-- Iteration $iterator --\n";
85 $iterator++;
/PHP-5.3/ext/spl/internal/
H A Dsplqueue.inc32 * - The behavior of the iterator (either one or the other)
33 * - SplDoublyLnkedList::IT_MODE_DELETE (Elements are deleted by the iterator)
34 * - SplDoublyLnkedList::IT_MODE_KEEP (Elements are traversed by the iterator)

Completed in 53 milliseconds

12345678910>>...19