Searched refs:callHasChildren (Results 1 – 7 of 7) sorted by relevance
/PHP-7.1/ext/spl/tests/ |
H A D | iterator_021.phpt | 76 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 D | iterator_022.phpt | 2 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 D | iterator_023.phpt | 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 176 RecursiveArrayIteratorIterator::callHasChildren(2) = no/yes [all …]
|
H A D | iterator_034.phpt | 76 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 D | recursiveIteratorIterator_callHasChildren_error.phpt | 2 SPL: RecursiveIteratorIterator - Exception thrown in callHasChildren which should be handled in nex… 13 function callHasChildren() { 33 #0 [internal function]: MyRecursiveIteratorIterator->callHasChildren()
|
/PHP-7.1/ext/spl/internal/ |
H A D | recursiveiteratoriterator.inc | 112 if (!$it->recursed && callHasChildren()) { 185 function callHasChildren() 219 if (($this->mode == self::SELF_FIRST && $this->callHasChildren())
|
/PHP-7.1/ext/spl/ |
H A D | spl_iterators.c | 112 zend_function *callHasChildren; member 272 if (object->callHasChildren) { in spl_recursive_it_move_forward_ex() 273 …zend_call_method_with_0_params(zthis, object->ce, &object->callHasChildren, "callHasChildren", &re… in spl_recursive_it_move_forward_ex() 564 …intern->callHasChildren = zend_hash_str_find_ptr(&intern->ce->function_table, "callhaschildren", s… in spl_recursive_it_it_construct() 565 if (intern->callHasChildren->common.scope == ce_base) { in spl_recursive_it_it_construct() 566 intern->callHasChildren = NULL; in spl_recursive_it_it_construct() 771 SPL_METHOD(RecursiveIteratorIterator, callHasChildren) in SPL_METHOD() argument 1026 …SPL_ME(RecursiveIteratorIterator, callHasChildren, arginfo_recursive_it_void, ZEND_ACC… 1340 …SPL_ME(RecursiveIteratorIterator, callHasChildren, arginfo_recursive_it_void, ZEND…
|
Completed in 19 milliseconds