Home
last modified time | relevance | path

Searched refs:getChildren (Results 1 – 25 of 34) sorted by path

12

/PHP-7.0/ext/phar/phar/
H A Dphar.inc59 function getChildren()
/PHP-7.0/ext/simplexml/
H A Dsxe.c161 PHP_METHOD(ce_SimpleXMLIterator, getChildren) in PHP_METHOD() argument
191 …PHP_ME(ce_SimpleXMLIterator, getChildren, arginfo_simplexmliterator__void, ZEND_ACC_PUB…
/PHP-7.0/ext/simplexml/tests/
H A Dsxe_003.phpt2 SPL: SimpleXMLIterator and getChildren()
40 foreach($sxe->getChildren() as $name => $data) {
52 foreach($sxe->getChildren() as $name => $data) {
H A Dsxe_004.phpt70 function getChildren()
73 return parent::getChildren();
95 SXETest::getChildren
103 SXETest::getChildren
111 SXETest::getChildren
132 SXETest::getChildren
/PHP-7.0/ext/spl/examples/
H A Dnocvsdir.php42 function getChildren() function in NoCvsDirectory
H A Drecursivedualiterator.inc43 function getChildren()
50 $this->getLHS()->getChildren(), $this->getRHS()->getChildren(), $this->getFlags());
/PHP-7.0/ext/spl/internal/
H A Drecursivearrayiterator.inc21 * function getChildren() because it may not always suit your needs. The
24 * getChildren() will create instance of that class. The problem is that doing
27 * need to overwrite getChildren(), call this implementation and pass the
43 function getChildren()
H A Drecursivecachingiterator.inc23 private $getChildren;
42 $this->getChildren = NULL;
55 $child = $this->it->getChildren();
60 $this->getChildren = $ref->newInstance($child, $this->flags);
69 $this->getChildren = NULL;
73 $this->getChildren = NULL;
83 * constructor this function returns false so that getChildren does
93 function getChildren()
95 return $this->getChildren;
H A Drecursivefilteriterator.inc21 * function getChildren() because it may not always suit your needs. The
24 * getChildren() will create instance of that class. The problem is that doing
27 * need to overwrite getChildren(), call this implementation and pass the
50 function getChildren()
56 return $this->ref->newInstance($this->getInnerIterator()->getChildren());
H A Drecursiveiterator.inc27 function getChildren();
H A Drecursiveiteratoriterator.inc31 /** Flag: Catches exceptions during getChildren() calls and simply jumps
50 * getChildren() calls and simply jumps to the next
132 …throw new Exception(get_class($sub).'::getChildren() must return an object that implements Recursi…
195 return $this->ait[$this->count]->getChildren();
198 /** Called right after calling getChildren() and its rewind().
H A Drecursiveregexiterator.inc49 function getChildren()
55 return $this->ref->newInstance($this->getInnerIterator()->getChildren());
H A Dsplfileobject.inc258 function getChildren()
/PHP-7.0/ext/spl/
H A Dspl.php1069 function getChildren() {/**/} function in RecursiveDirectoryIterator
1099 function getChildren() {/**/} function in SimpleXMLIterator
H A Dspl_array.c1645 SPL_METHOD(Array, getChildren) in SPL_METHOD() argument
1949 SPL_ME(Array, getChildren, arginfo_array_void, ZEND_ACC_PUBLIC)
H A Dspl_directory.c1488 SPL_METHOD(RecursiveDirectoryIterator, getChildren) in SPL_METHOD() argument
1995 SPL_ME(RecursiveDirectoryIterator, getChildren, arginfo_splfileinfo_void, ZEND_ACC_PUBLIC)
2550 SPL_METHOD(SplFileObject, getChildren) in SPL_METHOD() argument
3082 SPL_ME(SplFileObject, getChildren, arginfo_splfileinfo_void, ZEND_ACC_PUBLIC)
H A Dspl_iterators.c71 SPL_ABSTRACT_ME(RecursiveIterator, getChildren, arginfo_recursive_it_void)
1948 SPL_METHOD(RecursiveFilterIterator, getChildren) in SPL_METHOD() argument
1968 SPL_METHOD(RecursiveCallbackFilterIterator, getChildren) in SPL_METHOD() argument
2252 SPL_METHOD(RecursiveRegexIterator, getChildren) in SPL_METHOD() argument
2417 …SPL_ME(RecursiveCallbackFilterIterator, getChildren, arginfo_recursive_it_void, ZEND_ACC_PUB…
2428 SPL_ME(RecursiveFilterIterator, getChildren, arginfo_recursive_it_void, ZEND_ACC_PUBLIC)
2484 SPL_ME(RecursiveRegexIterator, getChildren, arginfo_recursive_it_void, ZEND_ACC_PUBLIC)
3077 SPL_METHOD(RecursiveCachingIterator, getChildren) in SPL_METHOD() argument
3105 SPL_ME(RecursiveCachingIterator, getChildren, arginfo_recursive_it_void, ZEND_ACC_PUBLIC)
/PHP-7.0/ext/spl/tests/
H A DSplFileObject_getchildren_basic.phpt8 var_dump($s->getChildren());
H A DSplFileObject_getchildren_error001.phpt8 $s->getChildren('string');
12 Warning: SplFileObject::getChildren() expects exactly 0 parameters, 1 given in %s on line %d
H A Darray_009a.phpt13 function getChildren()
H A Dbug61527.phpt48 var_dump($ai3->getChildren());
63 var_dump($ai4->getChildren());
H A Dbug65328.phpt74 $this->head->getChildren(),
283 public function getChildren()
H A Dbug66405.phpt23 public function getChildren()
25 $children = parent::getChildren();
H A Dbug68128.phpt23 foreach ($rRegexIterator->getChildren() as $key => $value) {
H A Dbug73423.phpt35 public Function getChildren ()

Completed in 56 milliseconds

12