/PHP-5.3/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() 80 MyRecursiveArrayIterator::getChildren() 95 MyRecursiveArrayIterator::getChildren() 96 Exception: State 2: MyRecursiveArrayIterator::getChildren() in %s on line %d 102 MyRecursiveArrayIterator::getChildren() 110 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 | 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_034.phpt | 21 function getChildren() 24 return parent::getChildren(); 133 MyRecursiveArrayIterator::getChildren() 143 MyRecursiveArrayIterator::getChildren() 161 MyRecursiveArrayIterator::getChildren()
|
H A D | iterator_002.phpt | 13 function getChildren() 31 function 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 | iterator_022.phpt | 8 function getChildren() 185 Objects returned by RecursiveIterator::getChildren() must implement RecursiveIterator
|
H A D | iterator_023.phpt | 2 SPL: RecursiveIteratorIterator and catch getChildren 8 function getChildren()
|
/PHP-5.3/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 fucntion 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();
|
H A D | splfileobject.inc | 258 function getChildren()
|
/PHP-5.3/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-5.3/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-5.3/ext/phar/phar/ |
H A D | phar.inc | 59 function getChildren()
|
/PHP-5.3/ext/simplexml/ |
H A D | sxe.c | 157 PHP_METHOD(ce_SimpleXMLIterator, getChildren) in PHP_METHOD() argument 183 …PHP_ME(ce_SimpleXMLIterator, getChildren, arginfo_simplexmliterator__void, ZEND_ACC_PUB…
|
/PHP-5.3/ext/spl/ |
H A D | spl.php | 1072 function getChildren() {/**/} function in RecursiveDirectoryIterator 1102 function getChildren() {/**/} function in SimpleXMLIterator
|
/PHP-5.3/ext/sqlite/tests/ |
H A D | sqlite_spl_001.phpt | 106 function getChildren()
|