Home
last modified time | relevance | path

Searched refs:getChildren (Results 1 – 24 of 24) sorted by relevance

/PHP-7.4/ext/spl/tests/
H A Diterator_047.phpt2 SPL: RecursiveCachingIterator and exception in has/getChildren
25 function getChildren()
29 return parent::getChildren();
72 MyRecursiveArrayIterator::getChildren()
82 MyRecursiveArrayIterator::getChildren()
99 MyRecursiveArrayIterator::getChildren()
100 Exception: State 2: MyRecursiveArrayIterator::getChildren() in %s on line %d
106 MyRecursiveArrayIterator::getChildren()
116 MyRecursiveArrayIterator::getChildren()
H A Diterator_043.phpt2 SPL: RecursiveCachingIterator and uninitialized getChildren()
8 var_dump($it->getChildren());
10 var_dump($it->getChildren());
H A Diterator_014.phpt21 function getChildren()
24 return parent::getChildren();
85 MyRecursiveArrayIterator::getChildren
92 MyRecursiveArrayIterator::getChildren
106 MyRecursiveArrayIterator::getChildren
108 MyRecursiveArrayIterator::getChildren
121 MyRecursiveArrayIterator::getChildren
H A Diterator_021.phpt21 function getChildren()
24 return parent::getChildren();
120 MyRecursiveArrayIterator::getChildren
129 MyRecursiveArrayIterator::getChildren
146 MyRecursiveArrayIterator::getChildren
162 MyRecursiveArrayIterator::getChildren
H A Diterator_002.phpt13 function getChildren()
31 function getChildren()
H A Diterator_034.phpt21 function getChildren()
24 return parent::getChildren();
133 MyRecursiveArrayIterator::getChildren()
143 MyRecursiveArrayIterator::getChildren()
161 MyRecursiveArrayIterator::getChildren()
H A Drecursivedualiterator.inc43 function getChildren()
50 $this->getLHS()->getChildren(), $this->getRHS()->getChildren(), $this->getFlags());
H A DSplFileObject_getchildren_basic.phpt8 var_dump($s->getChildren());
H A Dbug66405.phpt23 public function getChildren()
25 $children = parent::getChildren();
H A Dbug61527.phpt48 var_dump($ai3->getChildren());
63 var_dump($ai4->getChildren());
H A Darray_009a.phpt13 function getChildren()
H A Diterator_048.phpt2 SPL: RecursiveRegexIterator and exception in has/getChildren
H A Dbug68128.phpt23 foreach ($rRegexIterator->getChildren() as $key => $value) {
H A Diterator_022.phpt8 function getChildren()
185 Objects returned by RecursiveIterator::getChildren() must implement RecursiveIterator
H A Dbug73423.phpt35 public Function getChildren ()
H A Diterator_023.phpt2 SPL: RecursiveIteratorIterator and catch getChildren
8 function getChildren()
H A Dbug65328.phpt74 $this->head->getChildren(),
283 public function getChildren()
/PHP-7.4/ext/simplexml/tests/
H A Dsxe_004.phpt70 function getChildren()
73 return parent::getChildren();
95 SXETest::getChildren
103 SXETest::getChildren
111 SXETest::getChildren
132 SXETest::getChildren
H A Dsxe_003.phpt2 SPL: SimpleXMLIterator and getChildren()
40 foreach($sxe->getChildren() as $name => $data) {
52 foreach($sxe->getChildren() as $name => $data) {
/PHP-7.4/ext/phar/phar/
H A Dphar.inc59 function getChildren()
/PHP-7.4/ext/simplexml/
H A Dsxe.c152 PHP_METHOD(ce_SimpleXMLIterator, getChildren) in PHP_METHOD() argument
181 …PHP_ME(ce_SimpleXMLIterator, getChildren, arginfo_simplexmliterator__void, ZEND_ACC_PUB…
/PHP-7.4/ext/spl/
H A Dspl_iterators.c68 SPL_ABSTRACT_ME(RecursiveIterator, getChildren, arginfo_recursive_it_void)
1906 SPL_METHOD(RecursiveFilterIterator, getChildren) in SPL_METHOD() argument
1926 SPL_METHOD(RecursiveCallbackFilterIterator, getChildren) in SPL_METHOD() argument
2219 SPL_METHOD(RecursiveRegexIterator, getChildren) in SPL_METHOD() argument
2380 …SPL_ME(RecursiveCallbackFilterIterator, getChildren, arginfo_recursive_it_void, ZEND_ACC_PUB…
2391 SPL_ME(RecursiveFilterIterator, getChildren, arginfo_recursive_it_void, ZEND_ACC_PUBLIC)
2446 SPL_ME(RecursiveRegexIterator, getChildren, arginfo_recursive_it_void, ZEND_ACC_PUBLIC)
3034 SPL_METHOD(RecursiveCachingIterator, getChildren) in SPL_METHOD() argument
3061 SPL_ME(RecursiveCachingIterator, getChildren, arginfo_recursive_it_void, ZEND_ACC_PUBLIC)
H A Dspl_directory.c1526 SPL_METHOD(RecursiveDirectoryIterator, getChildren) in SPL_METHOD() argument
2002 SPL_ME(RecursiveDirectoryIterator, getChildren, arginfo_splfileinfo_void, ZEND_ACC_PUBLIC)
2558 SPL_METHOD(SplFileObject, getChildren) in SPL_METHOD() argument
3122 SPL_ME(SplFileObject, getChildren, arginfo_splfileinfo_void, ZEND_ACC_PUBLIC)
H A Dspl_array.c1619 SPL_METHOD(Array, getChildren) in SPL_METHOD() argument
2041 SPL_ME(Array, getChildren, arginfo_array_void, ZEND_ACC_PUBLIC)

Completed in 64 milliseconds