Home
last modified time | relevance | path

Searched refs:callHasChildren (Results 1 – 6 of 6) sorted by relevance

/PHP-7.4/ext/spl/tests/
H A Diterator_021.phpt76 function callHasChildren()
79 $has = parent::callHasChildren();
113 RecursiveArrayIteratorIterator::callHasChildren(0) = no/no
119 RecursiveArrayIteratorIterator::callHasChildren(0) = yes/yes
122 RecursiveArrayIteratorIterator::callHasChildren(1) = no/no
131 RecursiveArrayIteratorIterator::callHasChildren(2) = no/no
137 RecursiveArrayIteratorIterator::callHasChildren(2) = no/no
148 RecursiveArrayIteratorIterator::callHasChildren(2) = no/yes
154 RecursiveArrayIteratorIterator::callHasChildren(2) = no/yes
164 RecursiveArrayIteratorIterator::callHasChildren(1) = no/no
[all …]
H A Diterator_022.phpt2 SPL: RecursiveIteratorIterator and callHasChildren/callGetChildren
76 function callHasChildren()
79 $has = parent::callHasChildren();
132 RecursiveArrayIteratorIterator::callHasChildren(0) = no/no
138 RecursiveArrayIteratorIterator::callHasChildren(0) = yes/yes
142 RecursiveArrayIteratorIterator::callHasChildren(1) = no/no
148 RecursiveArrayIteratorIterator::callHasChildren(1) = yes/yes
152 RecursiveArrayIteratorIterator::callHasChildren(2) = no/no
158 RecursiveArrayIteratorIterator::callHasChildren(2) = no/no
170 RecursiveArrayIteratorIterator::callHasChildren(2) = no/yes
[all …]
H A Diterator_023.phpt76 function callHasChildren()
79 $has = parent::callHasChildren();
132 RecursiveArrayIteratorIterator::callHasChildren(0) = no/no
138 RecursiveArrayIteratorIterator::callHasChildren(0) = yes/yes
142 RecursiveArrayIteratorIterator::callHasChildren(1) = no/no
148 RecursiveArrayIteratorIterator::callHasChildren(1) = yes/yes
152 RecursiveArrayIteratorIterator::callHasChildren(2) = no/no
158 RecursiveArrayIteratorIterator::callHasChildren(2) = no/no
170 RecursiveArrayIteratorIterator::callHasChildren(2) = no/yes
176 RecursiveArrayIteratorIterator::callHasChildren(2) = no/yes
[all …]
H A Diterator_034.phpt76 function callHasChildren()
78 $has = parent::callHasChildren();
125 RecursiveArrayIteratorIterator::callHasChildren(0) = no/no
132 RecursiveArrayIteratorIterator::callHasChildren(0) = yes/yes
136 RecursiveArrayIteratorIterator::callHasChildren(1) = no/no
142 RecursiveArrayIteratorIterator::callHasChildren(1) = yes/yes
146 RecursiveArrayIteratorIterator::callHasChildren(2) = no/no
152 RecursiveArrayIteratorIterator::callHasChildren(2) = no/no
164 RecursiveArrayIteratorIterator::callHasChildren(2) = no/yes
170 RecursiveArrayIteratorIterator::callHasChildren(2) = no/yes
[all …]
H A DrecursiveIteratorIterator_callHasChildren_error.phpt2 SPL: RecursiveIteratorIterator - Exception thrown in callHasChildren which should be handled in nex…
13 function callHasChildren() {
33 #0 [internal function]: MyRecursiveIteratorIterator->callHasChildren()
/PHP-7.4/ext/spl/
H A Dspl_iterators.c109 zend_function *callHasChildren; member
269 if (object->callHasChildren) { in spl_recursive_it_move_forward_ex()
270 …zend_call_method_with_0_params(zthis, object->ce, &object->callHasChildren, "callHasChildren", &re… in spl_recursive_it_move_forward_ex()
563 …intern->callHasChildren = zend_hash_str_find_ptr(&intern->ce->function_table, "callhaschildren", s… in spl_recursive_it_it_construct()
564 if (intern->callHasChildren->common.scope == ce_base) { in spl_recursive_it_it_construct()
565 intern->callHasChildren = NULL; in spl_recursive_it_it_construct()
767 SPL_METHOD(RecursiveIteratorIterator, callHasChildren) in SPL_METHOD() argument
1020 …SPL_ME(RecursiveIteratorIterator, callHasChildren, arginfo_recursive_it_void, ZEND_ACC…
1332 …SPL_ME(RecursiveIteratorIterator, callHasChildren, arginfo_recursive_it_void, ZEND…

Completed in 36 milliseconds