Home
last modified time | relevance | path

Searched refs:iterator (Results 51 – 75 of 468) sorted by relevance

12345678910>>...19

/PHP-5.5/ext/standard/tests/strings/
H A Dstrval_basic.phpt42 $iterator = 1;
44 echo "\n-- Iteration $iterator --\n";
46 $iterator++;
H A Dstrip_tags_variation8.phpt32 $iterator = 1;
35 echo "-- Iteration $iterator --\n";
37 $iterator++;
H A Dstrip_tags_variation6.phpt27 $iterator = 1;
30 echo "-- Iteration $iterator --\n";
32 $iterator++;
/PHP-5.5/ext/mbstring/tests/
H A Dmb_encode_mimeheader_variation6.phpt29 $iterator = 1;
31 echo "\n-- Iteration $iterator --\n";
33 $iterator++;
/PHP-5.5/ext/standard/tests/image/
H A Dimage_type_to_mime_type_variation2.phpt34 $iterator = 1;
36 echo "\n-- Iteration $iterator --\n";
38 $iterator++;
/PHP-5.5/ext/spl/internal/
H A Dappenditerator.inc33 * If the current state is invalid but the appended iterator is valid
74 * the access to a non valid element in the inner iterator. Since
100 return; /* found valid element in current inner iterator */
108 return; /* found element as first elemet in another iterator */
114 /** Aggregates the inner iterator
H A Dsplstack.inc28 * - The behavior of the iterator (either one or the other)
29 * - SplDoublyLnkedList::IT_MODE_DELETE (Elements are deleted by the iterator)
30 * - SplDoublyLnkedList::IT_MODE_KEEP (Elements are traversed by the iterator)
/PHP-5.5/ext/spl/tests/
H A Diterator_to_array.phpt10 $iterator = new ArrayIterator($array);
15 iterator_to_array($iterator,'test','test');
H A Ddllist_002.phpt12 // std iterator
15 // inner iterator
H A DregexIterator_flags_basic.phpt9 $iterator = new ArrayIterator($array);
10 $regexIterator = new RegexIterator($iterator, "/f/", null, RegexIterator::USE_KEY);
H A DregexIterator_mode_basic.phpt9 $iterator = new ArrayIterator($array);
10 $regexIterator = new RegexIterator($iterator, "/f/");
/PHP-5.5/ext/spl/examples/
H A Dkeyfilter.inc18 * are strings. In other words you can put an iterator into the constructor
28 * Constructs a filter around an iterator whose elemnts are strings.
29 * If the given iterator is of type spl_sequence then its rewind()
/PHP-5.5/tests/lang/
H A DforeachLoopIterator.002.phpt2 foreach with iterator and &$value reference
24 Fatal error: An iterator cannot be used with foreach by reference in %s on line 13
/PHP-5.5/ext/session/tests/
H A Dsession_cache_expire_error.phpt84 $iterator = 1;
86 echo "\n-- Iteration $iterator --\n";
88 $iterator++;
H A Dsession_commit_error.phpt84 $iterator = 1;
86 echo "\n-- Iteration $iterator --\n";
88 $iterator++;
H A Dsession_write_close_error.phpt84 $iterator = 1;
86 echo "\n-- Iteration $iterator --\n";
88 $iterator++;
/PHP-5.5/ext/standard/tests/general_functions/
H A Descapeshellarg_variation1-win32.phpt70 $iterator = 1;
72 echo "\n-- Iteration $iterator --\n";
74 $iterator++;
H A Descapeshellarg_variation1.phpt70 $iterator = 1;
72 echo "\n-- Iteration $iterator --\n";
74 $iterator++;
/PHP-5.5/ext/standard/tests/math/
H A Dceil_variation1.phpt67 $iterator = 1;
69 echo "\n-- Iteration $iterator --\n";
71 $iterator++;
H A Dbase_convert_variation1.phpt71 $iterator = 1;
73 echo "\n-- Iteration $iterator --\n";
75 $iterator++;
H A Dfloor_variation1.phpt67 $iterator = 1;
69 echo "\n-- Iteration $iterator --\n";
71 $iterator++;
H A Dabs_variation.phpt73 $iterator = 1;
75 echo "\n-- Iteration $iterator --\n";
77 $iterator++;
/PHP-5.5/ext/ctype/tests/
H A Dctype_print_variation3.phpt47 $iterator = 1;
49 echo "\n-- Iteration $iterator --\n";
51 $iterator++;
/PHP-5.5/ext/standard/tests/dir/
H A Dscandir_variation8.phpt50 $iterator = 1;
52 echo "\n-- Iteration $iterator --\n";
53 $handle = "fp{$iterator}";
56 $iterator++;
/PHP-5.5/ext/imap/tests/
H A Dimap_fetchheader_variation3.phpt34 $iterator = 1;
37 echo "\n-- Iteration $iterator --\n";
43 $iterator++;

Completed in 92 milliseconds

12345678910>>...19