Home
last modified time | relevance | path

Searched refs:hasChildren (Results 1 – 25 of 34) sorted by relevance

12

/PHP-5.5/ext/spl/tests/
H A Diterator_047.phpt18 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 Diterator_002.phpt8 function hasChildren()
26 function hasChildren()
28 return $this->getInnerIterator()->hasChildren();
H A DSplFileObject_haschildren_error001.phpt8 $s->hasChildren('string');
12 Warning: SplFileObject::hasChildren() expects exactly 0 parameters, 1 given in %s on line %d
H A Dbug61527.phpt56 var_dump($ai4->hasChildren());
60 var_dump($ai4->hasChildren());
87 Notice: RecursiveArrayIterator::hasChildren(): Array was modified outside object and internal posit…
H A DSplFileObject_haschildren_basic.phpt8 var_dump($s->hasChildren());
H A Darray_009a.phpt8 function hasChildren()
H A Dbug68128.phpt19 if ($rRegexIterator->hasChildren()) {
H A Dbug54384.phpt41 $o->hasChildren();
104 $o->hasChildren();
H A Dbug38618.phpt2 Bug #38618 (RecursiveArrayIterator::hasChildren() follows objects)
H A DRecursiveCallbackFilterIteratorTest.phpt19 if ($inner->hasChildren()) {
/PHP-5.5/ext/spl/examples/
H A Drecursivedualiterator.inc35 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 Drecursivecachingiterator.inc22 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 Drecursiveregexiterator.inc40 function hasChildren()
42 return $this->getInnerIterator()->hasChildren();
H A Drecursivefilteriterator.inc41 function hasChildren()
43 return $this->getInnerIterator()->hasChildren();
H A Dparentiterator.inc28 return $this->it->hasChildren();
H A Drecursiveiterator.inc22 function hasChildren();
/PHP-5.5/ext/simplexml/tests/
H A Dsxe_004.phpt65 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 Dsxe_003.phpt49 var_dump($sxe->hasChildren());
/PHP-5.5/ext/tidy/tests/
H A D023.phpt23 var_dump(tidy_get_root($tidy)->child[0]->hasChildren());
24 var_dump(tidy_get_root($tidy)->child[0]->child[0]->hasChildren());
H A D012.phpt10 var_dump($node->hasChildren());
11 if($node->hasChildren()) {
17 if($c->hasChildren()) {
/PHP-5.5/ext/tidy/examples/
H A Durlgrab5.php25 if($node->hasChildren()) {
H A Ddumpit5.php83 if($node->hasChildren()) {
/PHP-5.5/ext/phar/phar/
H A Dphar.inc54 function hasChildren()
/PHP-5.5/ext/simplexml/
H A Dsxe.c129 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 Dspl.php1065 function hasChildren() {/**/} function in RecursiveDirectoryIterator
1095 function hasChildren() {/**/} function in SimpleXMLIterator

Completed in 42 milliseconds

12