/PHP-7.1/ext/spl/internal/ |
H A D | recursivecachingiterator.inc | 23 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 D | recursivefilteriterator.inc | 21 * 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 D | recursivearrayiterator.inc | 21 * 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 D | recursiveiteratoriterator.inc | 31 /** 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 D | recursiveregexiterator.inc | 49 function getChildren() 55 return $this->ref->newInstance($this->getInnerIterator()->getChildren());
|
H A D | recursiveiterator.inc | 27 function getChildren();
|
/PHP-7.1/ext/spl/tests/ |
H A D | iterator_047.phpt | 2 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 D | iterator_043.phpt | 2 SPL: RecursiveCachingIterator and uninitialized getChildren() 8 var_dump($it->getChildren()); 10 var_dump($it->getChildren());
|
H A D | iterator_014.phpt | 21 function getChildren() 24 return parent::getChildren(); 85 MyRecursiveArrayIterator::getChildren 92 MyRecursiveArrayIterator::getChildren 106 MyRecursiveArrayIterator::getChildren 108 MyRecursiveArrayIterator::getChildren 121 MyRecursiveArrayIterator::getChildren
|
H A D | SplFileObject_getchildren_error001.phpt | 8 $s->getChildren('string'); 12 Warning: SplFileObject::getChildren() expects exactly 0 parameters, 1 given in %s on line %d
|
H A D | iterator_021.phpt | 21 function getChildren() 24 return parent::getChildren(); 120 MyRecursiveArrayIterator::getChildren 129 MyRecursiveArrayIterator::getChildren 146 MyRecursiveArrayIterator::getChildren 162 MyRecursiveArrayIterator::getChildren
|
H A D | iterator_002.phpt | 13 function getChildren() 31 function getChildren()
|
H A D | iterator_034.phpt | 21 function getChildren() 24 return parent::getChildren(); 133 MyRecursiveArrayIterator::getChildren() 143 MyRecursiveArrayIterator::getChildren() 161 MyRecursiveArrayIterator::getChildren()
|
H A D | bug66405.phpt | 23 public function getChildren() 25 $children = parent::getChildren();
|
H A D | SplFileObject_getchildren_basic.phpt | 8 var_dump($s->getChildren());
|
H A D | bug61527.phpt | 48 var_dump($ai3->getChildren()); 63 var_dump($ai4->getChildren());
|
H A D | array_009a.phpt | 13 function getChildren()
|
H A D | iterator_048.phpt | 2 SPL: RecursiveRegexIterator and exception in has/getChildren
|
H A D | bug68128.phpt | 23 foreach ($rRegexIterator->getChildren() as $key => $value) {
|
/PHP-7.1/ext/simplexml/tests/ |
H A D | sxe_004.phpt | 70 function getChildren() 73 return parent::getChildren(); 95 SXETest::getChildren 103 SXETest::getChildren 111 SXETest::getChildren 132 SXETest::getChildren
|
H A D | sxe_003.phpt | 2 SPL: SimpleXMLIterator and getChildren() 40 foreach($sxe->getChildren() as $name => $data) { 52 foreach($sxe->getChildren() as $name => $data) {
|
/PHP-7.1/ext/spl/examples/ |
H A D | recursivedualiterator.inc | 43 function getChildren() 50 $this->getLHS()->getChildren(), $this->getRHS()->getChildren(), $this->getFlags());
|
H A D | nocvsdir.php | 42 function getChildren() function in NoCvsDirectory
|
/PHP-7.1/ext/phar/phar/ |
H A D | phar.inc | 59 function getChildren()
|
/PHP-7.1/ext/simplexml/ |
H A D | sxe.c | 161 PHP_METHOD(ce_SimpleXMLIterator, getChildren) in PHP_METHOD() argument 191 …PHP_ME(ce_SimpleXMLIterator, getChildren, arginfo_simplexmliterator__void, ZEND_ACC_PUB…
|