/PHP-7.3/ext/spl/internal/ |
H A D | cachingiterator.inc | 18 * This iterator wrapper does a one ahead iteration. This way it knows whether 19 * the inner iterator has one more element. 25 * already changed iterator. If you do not need this then it you should 41 /** Construct from another iterator 89 /** @return whether the iterator is valid 117 /** Aggregate the inner iterator 149 * @return The inner iterator
|
H A D | appenditerator.inc | 33 * 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 D | splstack.inc | 28 * - 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-7.3/ext/spl/tests/ |
H A D | bug70868.phpt | 12 $iterator = 19 foreach ($iterator as $foo) {
|
H A D | DirectoryIterator_by_reference.phpt | 2 DirectoryIterator: test that you cannot use iterator with reference 14 Fatal error: Uncaught RuntimeException: An iterator cannot be used with foreach by reference in %s:…
|
H A D | bug73209.phpt | 14 $iterator = new RecursiveIteratorIterator(new RecursiveArrayIterator($data), RecursiveIteratorItera… 17 foreach($iterator as $k=>$v) {
|
H A D | iterator_count.phpt | 10 $iterator = new ArrayIterator($array); 15 iterator_count($iterator,'1');
|
H A D | dllist_002.phpt | 12 // std iterator 15 // inner iterator
|
H A D | regexIterator_flags_basic.phpt | 9 $iterator = new ArrayIterator($array); 10 $regexIterator = new RegexIterator($iterator, "/f/", null, RegexIterator::USE_KEY);
|
H A D | iterator_to_array.phpt | 10 $iterator = new ArrayIterator($array); 15 iterator_to_array($iterator,'test','test');
|
H A D | regexIterator_mode_basic.phpt | 9 $iterator = new ArrayIterator($array); 10 $regexIterator = new RegexIterator($iterator, "/f/");
|
/PHP-7.3/ext/standard/tests/strings/ |
H A D | strval_basic.phpt | 42 $iterator = 1; 44 echo "\n-- Iteration $iterator --\n"; 46 $iterator++;
|
H A D | strip_tags_variation6.phpt | 27 $iterator = 1; 30 echo "-- Iteration $iterator --\n"; 32 $iterator++;
|
H A D | strip_tags_variation8.phpt | 32 $iterator = 1; 35 echo "-- Iteration $iterator --\n"; 37 $iterator++;
|
/PHP-7.3/ext/mbstring/tests/ |
H A D | mb_encode_mimeheader_variation6.phpt | 29 $iterator = 1; 31 echo "\n-- Iteration $iterator --\n"; 33 $iterator++;
|
/PHP-7.3/ext/standard/tests/image/ |
H A D | image_type_to_mime_type_variation2.phpt | 34 $iterator = 1; 36 echo "\n-- Iteration $iterator --\n"; 38 $iterator++;
|
/PHP-7.3/ext/spl/ |
H A D | spl_dllist.c | 925 spl_dllist_it *iterator = (spl_dllist_it *)iter; in spl_dllist_it_dtor() local 930 zval_ptr_dtor(&iterator->intern.it.data); in spl_dllist_it_dtor() 990 …spl_dllist_it_helper_rewind(&iterator->traverse_pointer, &iterator->traverse_position, llist, obje… in spl_dllist_it_rewind() 1020 ZVAL_LONG(key, iterator->traverse_position); in spl_dllist_it_get_current_key() 1031 …spl_dllist_it_helper_move_forward(&iterator->traverse_pointer, &iterator->traverse_position, objec… in spl_dllist_it_move_forward() 1298 spl_dllist_it *iterator; in spl_dllist_get_iterator() local 1306 iterator = emalloc(sizeof(spl_dllist_it)); in spl_dllist_get_iterator() 1310 ZVAL_COPY(&iterator->intern.it.data, object); in spl_dllist_get_iterator() 1312 iterator->intern.ce = ce; in spl_dllist_get_iterator() 1316 ZVAL_UNDEF(&iterator->intern.value); in spl_dllist_get_iterator() [all …]
|
/PHP-7.3/ext/spl/examples/ |
H A D | keyfilter.inc | 18 * 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-7.3/tests/lang/ |
H A D | foreachLoopIterator.002.phpt | 2 foreach with iterator and &$value reference 24 Fatal error: Uncaught Error: An iterator cannot be used with foreach by reference in %s:13
|
/PHP-7.3/ext/session/tests/ |
H A D | session_cache_expire_error.phpt | 84 $iterator = 1; 86 echo "\n-- Iteration $iterator --\n"; 88 $iterator++;
|
/PHP-7.3/ext/standard/tests/general_functions/ |
H A D | escapeshellarg_variation1-win32.phpt | 70 $iterator = 1; 72 echo "\n-- Iteration $iterator --\n"; 74 $iterator++;
|
H A D | escapeshellarg_variation1.phpt | 70 $iterator = 1; 72 echo "\n-- Iteration $iterator --\n"; 74 $iterator++;
|
/PHP-7.3/ext/standard/tests/math/ |
H A D | base_convert_variation1.phpt | 71 $iterator = 1; 73 echo "\n-- Iteration $iterator --\n"; 75 $iterator++;
|
H A D | ceil_variation1.phpt | 67 $iterator = 1; 69 echo "\n-- Iteration $iterator --\n"; 71 $iterator++;
|
H A D | floor_variation1.phpt | 67 $iterator = 1; 69 echo "\n-- Iteration $iterator --\n"; 71 $iterator++;
|