Home
last modified time | relevance | path

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

12

/php-src/ext/spl/tests/
H A Diterator_047.phpt18 function hasChildren(): bool
22 return parent::hasChildren();
66 MyRecursiveArrayIterator::hasChildren()
69 MyRecursiveArrayIterator::hasChildren()
73 MyRecursiveArrayIterator::hasChildren()
76 MyRecursiveArrayIterator::hasChildren()
79 MyRecursiveArrayIterator::hasChildren()
83 MyRecursiveArrayIterator::hasChildren()
86 MyRecursiveArrayIterator::hasChildren()
90 MyRecursiveArrayIterator::hasChildren()
[all …]
H A Drecursivedualiterator.inc35 function hasChildren(): bool
37 return $this->getLHS()->hasChildren() && $this->getRHS()->hasChildren();
53 /** @return bool whether both inner iterators are valid, have same hasChildren()
58 return $this->getLHS()->hasChildren() === $this->getRHS()->hasChildren()
62 /** @return bool whether both inner iterators are valid, have same hasChildren()
67 return $this->getLHS()->hasChildren() === $this->getRHS()->hasChildren()
H A Diterator_002.phpt8 function hasChildren(): bool
26 function hasChildren(): bool
28 return $this->getInnerIterator()->hasChildren();
H A DRecursiveDirectoryIterator_hasChildren.phpt2 SPL: RecursiveDirectoryIterator::hasChildren() follow symlinks test
17 var_dump($it->hasChildren());
22 var_dump($it->hasChildren());
H A Dbug61527.phpt56 var_dump($ai4->hasChildren());
60 var_dump($ai4->hasChildren());
H A Darray_009a.phpt8 function hasChildren(): bool
H A Dbug68128.phpt19 if ($rRegexIterator->hasChildren()) {
H A DRecursiveCallbackFilterIterator_trampoline_usage.phpt7 if ($inner->hasChildren()) {
H A Dbug54384.phpt41 $o->hasChildren();
104 $o->hasChildren();
H A Dgh10519.phpt31 while ($data->hasChildren()) {
H A Dbug38618.phpt2 Bug #38618 (RecursiveArrayIterator::hasChildren() follows objects)
H A Dbug73423.phpt40 public Function hasChildren(): bool
H A DRecursiveCallbackFilterIteratorTest.phpt19 if ($inner->hasChildren()) {
/php-src/ext/simplexml/tests/
H A Dsxe_004.phpt63 function hasChildren(): bool
66 return parent::hasChildren();
87 SXETest::hasChildren
95 SXETest::hasChildren
103 SXETest::hasChildren
111 SXETest::hasChildren
124 SXETest::hasChildren
132 SXETest::hasChildren
H A Dsxe_003.phpt47 var_dump($sxe->hasChildren());
/php-src/ext/tidy/tests/
H A D023.phpt26 var_dump(tidy_get_root($tidy)->child[0]->hasChildren());
27 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-src/ext/spl/
H A Dspl_iterators.stub.php39 public function hasChildren(): bool {} function in RecursiveCallbackFilterIterator
48 public function hasChildren(): bool; function
167 public function hasChildren(): bool {} function in RecursiveFilterIterator
283 public function hasChildren(): bool {} function in RecursiveCachingIterator
400 public function hasChildren(): bool {} function in RecursiveRegexIterator
H A Dspl_directory.stub.php201 public function hasChildren(bool $allowLinks = false): bool {} function in RecursiveDirectoryIterator
319 public function hasChildren(): false {} function in SplFileObject
H A Dspl_array.stub.php241 public function hasChildren(): bool {} function in RecursiveArrayIterator
H A Dspl_array_arginfo.h188 ZEND_METHOD(RecursiveArrayIterator, hasChildren);
252 …ZEND_ME(RecursiveArrayIterator, hasChildren, arginfo_class_RecursiveArrayIterator_hasChildren, ZEN…
/php-src/ext/spl/tests/SplFileObject/
H A DSplFileObject_haschildren_basic.phpt8 var_dump($s->hasChildren());
/php-src/ext/phar/phar/
H A Dphar.inc54 function hasChildren()
/php-src/ext/simplexml/
H A Dsimplexml.stub.php73 public function hasChildren(): bool {} function in SimpleXMLElement
H A Dsimplexml_arginfo.h124 ZEND_METHOD(SimpleXMLElement, hasChildren);
154 ZEND_ME(SimpleXMLElement, hasChildren, arginfo_class_SimpleXMLElement_hasChildren, ZEND_ACC_PUBLIC)

Completed in 30 milliseconds

12