Home
last modified time | relevance | path

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

/PHP-8.0/ext/spl/tests/
H A Diterator_021.phpt76 function callHasChildren()
79 $has = parent::callHasChildren();
111 RecursiveArrayIteratorIterator::callHasChildren(0) = no/no
117 RecursiveArrayIteratorIterator::callHasChildren(0) = yes/yes
120 RecursiveArrayIteratorIterator::callHasChildren(1) = no/no
129 RecursiveArrayIteratorIterator::callHasChildren(2) = no/no
135 RecursiveArrayIteratorIterator::callHasChildren(2) = no/no
146 RecursiveArrayIteratorIterator::callHasChildren(2) = no/yes
152 RecursiveArrayIteratorIterator::callHasChildren(2) = no/yes
162 RecursiveArrayIteratorIterator::callHasChildren(1) = no/no
[all …]
H A Diterator_022.phpt2 SPL: RecursiveIteratorIterator and callHasChildren/callGetChildren
76 function callHasChildren()
79 $has = parent::callHasChildren();
130 RecursiveArrayIteratorIterator::callHasChildren(0) = no/no
136 RecursiveArrayIteratorIterator::callHasChildren(0) = yes/yes
140 RecursiveArrayIteratorIterator::callHasChildren(1) = no/no
146 RecursiveArrayIteratorIterator::callHasChildren(1) = yes/yes
150 RecursiveArrayIteratorIterator::callHasChildren(2) = no/no
156 RecursiveArrayIteratorIterator::callHasChildren(2) = no/no
168 RecursiveArrayIteratorIterator::callHasChildren(2) = no/yes
[all …]
H A Diterator_023.phpt76 function callHasChildren()
79 $has = parent::callHasChildren();
130 RecursiveArrayIteratorIterator::callHasChildren(0) = no/no
136 RecursiveArrayIteratorIterator::callHasChildren(0) = yes/yes
140 RecursiveArrayIteratorIterator::callHasChildren(1) = no/no
146 RecursiveArrayIteratorIterator::callHasChildren(1) = yes/yes
150 RecursiveArrayIteratorIterator::callHasChildren(2) = no/no
156 RecursiveArrayIteratorIterator::callHasChildren(2) = no/no
168 RecursiveArrayIteratorIterator::callHasChildren(2) = no/yes
174 RecursiveArrayIteratorIterator::callHasChildren(2) = no/yes
[all …]
H A Diterator_034.phpt76 function callHasChildren()
78 $has = parent::callHasChildren();
123 RecursiveArrayIteratorIterator::callHasChildren(0) = no/no
130 RecursiveArrayIteratorIterator::callHasChildren(0) = yes/yes
134 RecursiveArrayIteratorIterator::callHasChildren(1) = no/no
140 RecursiveArrayIteratorIterator::callHasChildren(1) = yes/yes
144 RecursiveArrayIteratorIterator::callHasChildren(2) = no/no
150 RecursiveArrayIteratorIterator::callHasChildren(2) = no/no
162 RecursiveArrayIteratorIterator::callHasChildren(2) = no/yes
168 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-8.0/ext/spl/
H A Dspl_iterators.stub.php89 public function callHasChildren() {} function in RecursiveIteratorIterator
H A Dspl_iterators_arginfo.h310 ZEND_METHOD(RecursiveIteratorIterator, callHasChildren);
435 …ZEND_ME(RecursiveIteratorIterator, callHasChildren, arginfo_class_RecursiveIteratorIterator_callHa…
H A Dspl_iterators.c99 zend_function *callHasChildren; member
256 if (object->callHasChildren) { in spl_recursive_it_move_forward_ex()
257 …zend_call_method_with_0_params(Z_OBJ_P(zthis), object->ce, &object->callHasChildren, "callHasChild… in spl_recursive_it_move_forward_ex()
567 …intern->callHasChildren = zend_hash_str_find_ptr(&intern->ce->function_table, "callhaschildren", s… in spl_recursive_it_it_construct()
568 if (intern->callHasChildren->common.scope == ce_base) { in spl_recursive_it_it_construct()
569 intern->callHasChildren = NULL; in spl_recursive_it_it_construct()
762 PHP_METHOD(RecursiveIteratorIterator, callHasChildren) in PHP_METHOD() argument

Completed in 32 milliseconds