Home
last modified time | relevance | path

Searched refs:iterators (Results 1 – 20 of 20) sorted by relevance

/PHP-7.4/ext/spl/tests/
H A Ddualiterator.inc13 * @brief Synchronous iteration over two iterators
34 /** construct iterator from two iterators
76 /** rewind both inner iterators
84 /** @return whether both inner iterators are valid
125 /** move both inner iterators forward
133 /** @return whether both inner iterators are valid and have identical
144 /** @return whether both inner iterators are valid and have equal current
155 /** Compare two iterators
160 * @return whether both iterators are equal/identical
H A Drecursivedualiterator.inc13 * @brief Synchronous iteration over two recursive iterators
41 * iterators current children.
53 /** @return whether both inner iterators are valid, have same hasChildren()
62 /** @return whether both inner iterators are valid, have same hasChildren()
H A Dbug70053.phpt6 echo "-- Two empty iterators attached with infos that are different but same array key --\n";
16 -- Two empty iterators attached with infos that are different but same array key --
H A Drecursivecomparedualiterator.inc20 * level we need to check whether both child iterators are at their end.
52 /** @return whether both inner iterators are valid and have identical
60 /** @return whether both inner iterators are valid and have equal current
H A DarrayObject_getFlags_basic2.phpt2 SPL: ArrayObject::getFlags() - ensure flags are passed on to nested array objects and iterators.
H A Drecursiveiteratoriterator_getsubiterator_variation.phpt2 SPL: RecursiveIteratorIterator::getSubIterator() returns different iterators depending on the curre…
H A Ddllist_002.phpt2 SPL: DoublyLinkedList: iterators
H A Dmultiple_iterator_001.phpt12 echo "-- Default flags, no iterators --\n";
107 -- Default flags, no iterators --
/PHP-7.4/ext/spl/
H A Dspl_iterators.c182 object->iterators = erealloc(object->iterators, sizeof(spl_sub_iterator)); in spl_recursive_it_dtor()
193 if(!object->iterators) { in spl_recursive_it_valid_ex()
421 object->iterators = erealloc(object->iterators, sizeof(spl_sub_iterator)); in spl_recursive_it_rewind_ex()
719 if(!object->iterators) { in SPL_METHOD()
777 if (!object->iterators) { in SPL_METHOD()
919 if (object->iterators) { in spl_RecursiveIteratorIterator_dtor()
936 if (object->iterators) { in spl_RecursiveIteratorIterator_free_storage()
1128 if(!object->iterators) { in SPL_METHOD()
1163 if(!object->iterators) { in SPL_METHOD()
1182 if(!object->iterators) { in SPL_METHOD()
[all …]
/PHP-7.4/Zend/tests/
H A Dbug71470.phpt2 Bug #71470: Leaked 1 hashtable iterators
H A Dbug79792.phpt2 Bug #79792: HT iterators not removed if empty array is destroyed
/PHP-7.4/tests/classes/
H A Diterators_005.phpt2 ZE2 iterators cannot implement Traversable alone
H A Diterators_004.phpt2 ZE2 iterators must be implemented
H A Diterators_007.phpt2 ZE2 iterators and exceptions
H A Diterators_006.phpt2 ZE2 iterators and array wrapping
H A Diterators_002.phpt2 ZE2 iterators and break
H A Diterators_003.phpt2 ZE2 iterators and break
H A Diterators_001.phpt2 ZE2 iterators and foreach
/PHP-7.4/ext/mysqli/tests/
H A Dmysqli_query_iterators.phpt2 mysqli iterators
/PHP-7.4/
H A DNEWS778 . Fixed bug #79792 (HT iterators not removed if empty array is destroyed).

Completed in 54 milliseconds