Home
last modified time | relevance | path

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

12345678910>>...19

/PHP-5.4/ext/standard/tests/math/
H A Dpow_variation1_64bit.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++;
H A Ddechex_variation1.phpt85 $iterator = 1;
87 echo "\n-- Iteration $iterator --\n";
89 $iterator++;
/PHP-5.4/ext/standard/tests/array/
H A Darray_diff_variation4.phpt97 $iterator = 1;
99 echo "\n Iteration: $iterator \n";
101 $iterator++;
H A Darray_push_variation2.phpt89 $iterator = 1;
91 echo "\n-- Iteration $iterator --\n";
94 $iterator++;
H A Darray_slice_variation3.phpt75 $iterator = 1;
77 echo "\n-- Iteration $iterator --\n";
79 $iterator++;
H A Darray_diff_variation3.phpt97 $iterator = 1;
99 echo "\n Iteration: $iterator \n";
101 $iterator++;
H A Dcurrent_variation2.phpt109 $iterator = 1;
111 echo "\n-- Iteration $iterator : $key data --\n";
113 $iterator++;
/PHP-5.4/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.4/ext/imap/tests/
H A Dimap_fetchbody_variation4.phpt35 $iterator = 1;
38 echo "\n-- Iteration $iterator --\n";
44 $iterator++;
/PHP-5.4/ext/session/tests/
H A Dsession_regenerate_id_error.phpt84 $iterator = 1;
86 echo "\n-- Iteration $iterator --\n";
88 $iterator++;
H A Dsession_encode_basic.phpt86 $iterator = 1;
88 echo "\n-- Iteration $iterator --\n";
91 $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.4/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()
1706 *data = &iterator->current; in spl_filesystem_dir_it_current_data()
1756 if (iterator->current) { in spl_filesystem_tree_it_dtor()
1770 if (!iterator->current) { in spl_filesystem_tree_it_current_data()
1777 if (!iterator->current) { in spl_filesystem_tree_it_current_data()
1820 if (iterator->current) { in spl_filesystem_tree_it_move_forward()
1822 iterator->current = NULL; in spl_filesystem_tree_it_move_forward()
1840 if (iterator->current) { in spl_filesystem_tree_it_rewind()
[all …]
/PHP-5.4/ext/mbstring/tests/
H A Dmb_ereg_variation1.phpt77 $iterator = 1;
82 echo "\n-- Iteration $iterator --\n";
85 $iterator++;
H A Dmb_strlen_variation1.phpt93 $iterator = 1;
95 echo "\n-- Iteration $iterator --\n";
97 $iterator++;
H A Dmb_ereg_replace_variation1.phpt90 $iterator = 1;
92 echo "\n-- Iteration $iterator --\n";
94 $iterator++;
/PHP-5.4/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 42 milliseconds

12345678910>>...19