Home
last modified time | relevance | path

Searched refs:iterator (Results 176 – 200 of 315) sorted by relevance

12345678910>>...13

/php-src/Zend/tests/
H A Dbug69201.phpt2 Bug #69201 (Memory leak using iterator and get by reference on PHP 7)
H A Dgh13178_1.phpt2 GH-13178: Packed to hash must reset iterator position
H A Dgh13178_2.phpt2 GH-13178: Unsetting last offset must floor iterator position
/php-src/ext/spl/tests/
H A Ddllist_memleak.phpt2 SPL: DoublyLinkedList: memory leak when iterator pointer isn't at the last element
H A Dspl_iterator_caching_getcache_error.phpt2 SPL: Caching iterator getCache failure
H A Dspl_iterator_caching_count_error.phpt2 SPL: Caching iterator count() cache failure
H A Diterator_057.phpt8 * From Docs: Construct a new array iterator from anything that has a hash table.
H A Diterator_069.phpt17 Fatal error: Uncaught Error: An iterator cannot be used with foreach by reference in %s:%d
/php-src/ext/dom/tests/
H A DchildNodes_current_crash.phpt2 Crash in childNodes iterator current()
/php-src/Zend/tests/generators/
H A Dbug70965.phpt2 Bug #70965 (yield from with a common iterator primes too much)
H A Diterator_wrapper_leak.phpt2 A generator iterator wrapper involved in a cycle should not leak
/php-src/ext/standard/tests/array/
H A Darray_map_variation3.phpt45 $iterator = 1;
47 echo "-- Iteration $iterator --\n";
49 $iterator++;
H A Darray_merge_variation3.phpt107 $iterator = 1;
109 echo "\n-- Iteration $iterator: $key data --\n";
112 $iterator++;
H A Darray_combine_variation5.phpt64 $iterator = 1;
66 echo "-- Iteration $iterator --\n";
68 $iterator++;
H A Darray_intersect_assoc_variation7.phpt69 $iterator = 1;
71 echo "-- Iteration $iterator --\n";
79 $iterator++;
H A Darray_intersect_assoc_variation8.phpt69 $iterator = 1;
71 echo "-- Iteration $iterator --\n";
79 $iterator++;
H A Darray_intersect_variation7.phpt67 $iterator = 1;
69 echo "-- Iterator $iterator --\n";
77 $iterator++;
H A Darray_intersect_variation8.phpt67 $iterator = 1;
69 echo "-- Iterator $iterator --\n";
77 $iterator++;
H A Darray_merge_variation4.phpt83 $iterator = 1;
85 echo "\n-- Iteration $iterator: $key data --\n";
88 $iterator++;
/php-src/ext/standard/tests/math/
H A Doctdec_variation1.phpt55 $iterator = 1;
57 echo "\n-- Iteration $iterator --\n";
63 $iterator++;
/php-src/ext/standard/tests/dir/
H A Dreaddir_variation5.phpt42 $iterator = 1;
44 echo "\n-- Iteration $iterator --\n";
60 $iterator++;
/php-src/ext/standard/tests/strings/
H A Dhtmlspecialchars_decode_variation4.phpt21 $iterator = 1;
23 echo "-- Iteration $iterator --\n";
28 $iterator++;
/php-src/ext/simplexml/tests/
H A Dforeach_by_reference.phpt21 Fatal error: Uncaught Error: An iterator cannot be used with foreach by reference in %s:%d
/php-src/ext/spl/
H A Dspl_fixedarray.c897 spl_fixedarray_it *iterator = (spl_fixedarray_it*)iter; in spl_fixedarray_it_valid() local
900 if (iterator->current >= 0 && iterator->current < object->array.size) { in spl_fixedarray_it_valid()
910 spl_fixedarray_it *iterator = (spl_fixedarray_it*)iter; in spl_fixedarray_it_get_current_data() local
913 ZVAL_LONG(&zindex, iterator->current); in spl_fixedarray_it_get_current_data()
946 spl_fixedarray_it *iterator; in spl_fixedarray_get_iterator() local
953 iterator = emalloc(sizeof(spl_fixedarray_it)); in spl_fixedarray_get_iterator()
955 zend_iterator_init((zend_object_iterator*)iterator); in spl_fixedarray_get_iterator()
957 ZVAL_OBJ_COPY(&iterator->intern.data, Z_OBJ_P(object)); in spl_fixedarray_get_iterator()
958 iterator->intern.funcs = &spl_fixedarray_it_funcs; in spl_fixedarray_get_iterator()
960 return &iterator->intern; in spl_fixedarray_get_iterator()
/php-src/ext/phar/phar/
H A Ddirectorygraphiterator.inc13 * @brief A tree iterator that only shows directories.

Completed in 40 milliseconds

12345678910>>...13