Home
last modified time | relevance | path

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

12345678910>>...19

/PHP-5.3/ext/standard/tests/strings/
H A Dstrip_tags_variation6.phpt27 $iterator = 1;
30 echo "-- Iteration $iterator --\n";
32 $iterator++;
H A Dstrip_tags_variation8.phpt32 $iterator = 1;
35 echo "-- Iteration $iterator --\n";
37 $iterator++;
H A Dstrip_tags_variation9.phpt30 $iterator = 1;
33 echo "-- Iteration $iterator --\n";
35 $iterator++;
/PHP-5.3/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.3/ext/spl/internal/
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)
H A Drecursivearrayiterator.inc13 * @brief A recursive array iterator
39 /** @return an iterator for the current elements children
41 * @note the returned iterator will be of the same class as $this
/PHP-5.3/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++;
H A Dsession_name_error.phpt86 $iterator = 1;
88 echo "\n-- Iteration $iterator --\n";
90 $iterator++;
H A Dsession_save_path_error.phpt89 $iterator = 1;
91 echo "\n-- Iteration $iterator --\n";
93 $iterator++;
H A Dsession_unset_error.phpt84 $iterator = 1;
86 echo "\n-- Iteration $iterator --\n";
88 $iterator++;
H A Dsession_cache_limiter_error.phpt84 $iterator = 1;
86 echo "\n-- Iteration $iterator --\n";
88 $iterator++;
H A Dsession_id_error.phpt84 $iterator = 1;
86 echo "\n-- Iteration $iterator --\n";
88 $iterator++;
/PHP-5.3/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.3/ext/spl/tests/
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.3/ext/standard/tests/math/
H A Dbase_convert_variation1.phpt71 $iterator = 1;
73 echo "\n-- Iteration $iterator --\n";
75 $iterator++;
H A Dceil_variation1.phpt67 $iterator = 1;
69 echo "\n-- Iteration $iterator --\n";
71 $iterator++;
H A Dfloor_variation1.phpt67 $iterator = 1;
69 echo "\n-- Iteration $iterator --\n";
71 $iterator++;
H A Dbindec_variation1.phpt73 $iterator = 1;
75 echo "\n-- Iteration $iterator --\n";
77 $iterator++;
/PHP-5.3/ext/ctype/tests/
H A Dctype_print_variation3.phpt47 $iterator = 1;
49 echo "\n-- Iteration $iterator --\n";
51 $iterator++;
/PHP-5.3/ext/standard/tests/dir/
H A Dscandir_variation8.phpt50 $iterator = 1;
52 echo "\n-- Iteration $iterator --\n";
53 $handle = "fp{$iterator}";
56 $iterator++;

Completed in 88 milliseconds

12345678910>>...19