/PHP-5.5/ext/spl/tests/ |
H A D | iterator_047.phpt | 18 function hasChildren() 22 return parent::hasChildren(); 68 MyRecursiveArrayIterator::hasChildren() 71 MyRecursiveArrayIterator::hasChildren() 75 MyRecursiveArrayIterator::hasChildren() 78 MyRecursiveArrayIterator::hasChildren() 81 MyRecursiveArrayIterator::hasChildren() 85 MyRecursiveArrayIterator::hasChildren() 88 MyRecursiveArrayIterator::hasChildren() 92 MyRecursiveArrayIterator::hasChildren() [all …]
|
H A D | iterator_002.phpt | 8 function hasChildren() 26 function hasChildren() 28 return $this->getInnerIterator()->hasChildren();
|
H A D | SplFileObject_haschildren_error001.phpt | 8 $s->hasChildren('string'); 12 Warning: SplFileObject::hasChildren() expects exactly 0 parameters, 1 given in %s on line %d
|
H A D | bug61527.phpt | 56 var_dump($ai4->hasChildren()); 60 var_dump($ai4->hasChildren()); 87 Notice: RecursiveArrayIterator::hasChildren(): Array was modified outside object and internal posit…
|
H A D | SplFileObject_haschildren_basic.phpt | 8 var_dump($s->hasChildren());
|
H A D | array_009a.phpt | 8 function hasChildren()
|
H A D | bug68128.phpt | 19 if ($rRegexIterator->hasChildren()) {
|
H A D | bug54384.phpt | 41 $o->hasChildren(); 104 $o->hasChildren();
|
H A D | bug38618.phpt | 2 Bug #38618 (RecursiveArrayIterator::hasChildren() follows objects)
|
H A D | RecursiveCallbackFilterIteratorTest.phpt | 19 if ($inner->hasChildren()) {
|
/PHP-5.5/ext/spl/examples/ |
H A D | recursivedualiterator.inc | 35 function hasChildren() 37 return $this->getLHS()->hasChildren() && $this->getRHS()->hasChildren(); 53 /** @return whether both inner iterators are valid, have same hasChildren() 58 return $this->getLHS()->hasChildren() === $this->getRHS()->hasChildren() 62 /** @return whether both inner iterators are valid, have same hasChildren() 67 return $this->getLHS()->hasChildren() === $this->getRHS()->hasChildren()
|
/PHP-5.5/ext/spl/internal/ |
H A D | recursivecachingiterator.inc | 22 private $hasChildren; 41 $this->hasChildren = false; 51 if ($this->hasChildren = $this->it->hasChildren()) 68 $this->hasChildren = false; 86 function hasChildren() 88 return $this->hasChildren;
|
H A D | recursiveregexiterator.inc | 40 function hasChildren() 42 return $this->getInnerIterator()->hasChildren();
|
H A D | recursivefilteriterator.inc | 41 function hasChildren() 43 return $this->getInnerIterator()->hasChildren();
|
H A D | parentiterator.inc | 28 return $this->it->hasChildren();
|
H A D | recursiveiterator.inc | 22 function hasChildren();
|
/PHP-5.5/ext/simplexml/tests/ |
H A D | sxe_004.phpt | 65 function hasChildren() 68 return parent::hasChildren(); 90 SXETest::hasChildren 98 SXETest::hasChildren 106 SXETest::hasChildren 114 SXETest::hasChildren 127 SXETest::hasChildren 135 SXETest::hasChildren
|
H A D | sxe_003.phpt | 49 var_dump($sxe->hasChildren());
|
/PHP-5.5/ext/tidy/tests/ |
H A D | 023.phpt | 23 var_dump(tidy_get_root($tidy)->child[0]->hasChildren()); 24 var_dump(tidy_get_root($tidy)->child[0]->child[0]->hasChildren());
|
H A D | 012.phpt | 10 var_dump($node->hasChildren()); 11 if($node->hasChildren()) { 17 if($c->hasChildren()) {
|
/PHP-5.5/ext/tidy/examples/ |
H A D | urlgrab5.php | 25 if($node->hasChildren()) {
|
H A D | dumpit5.php | 83 if($node->hasChildren()) {
|
/PHP-5.5/ext/phar/phar/ |
H A D | phar.inc | 54 function hasChildren()
|
/PHP-5.5/ext/simplexml/ |
H A D | sxe.c | 129 PHP_METHOD(ce_SimpleXMLIterator, hasChildren) in PHP_METHOD() argument 182 …PHP_ME(ce_SimpleXMLIterator, hasChildren, arginfo_simplexmliterator__void, ZEND_ACC_PUB…
|
/PHP-5.5/ext/spl/ |
H A D | spl.php | 1065 function hasChildren() {/**/} function in RecursiveDirectoryIterator 1095 function hasChildren() {/**/} function in SimpleXMLIterator
|