Home
last modified time | relevance | path

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

12

/PHP-8.0/ext/spl/tests/
H A Diterator_047.phpt18 function hasChildren()
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()
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()
H A Diterator_002.phpt8 function hasChildren()
26 function hasChildren()
28 return $this->getInnerIterator()->hasChildren();
H A DSplFileObject_haschildren_basic.phpt8 var_dump($s->hasChildren());
H A Darray_009a.phpt8 function hasChildren()
H A Dbug61527.phpt56 var_dump($ai4->hasChildren());
60 var_dump($ai4->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 Dbug73423.phpt40 public Function hasChildren ()
H A DRecursiveCallbackFilterIteratorTest.phpt19 if ($inner->hasChildren()) {
/PHP-8.0/ext/simplexml/tests/
H A Dsxe_004.phpt65 function hasChildren()
68 return parent::hasChildren();
89 SXETest::hasChildren
97 SXETest::hasChildren
105 SXETest::hasChildren
113 SXETest::hasChildren
126 SXETest::hasChildren
134 SXETest::hasChildren
H A Dsxe_003.phpt49 var_dump($sxe->hasChildren());
/PHP-8.0/ext/spl/
H A Dspl_iterators.stub.php39 public function hasChildren() {} function in RecursiveCallbackFilterIterator
48 public function hasChildren(); function
158 public function hasChildren() {} function in RecursiveFilterIterator
261 public function hasChildren() {} function in RecursiveCachingIterator
361 public function hasChildren() {} function in RecursiveRegexIterator
H A Dspl_iterators_arginfo.h297 ZEND_METHOD(RecursiveFilterIterator, hasChildren);
351 ZEND_METHOD(RecursiveCachingIterator, hasChildren);
410 …ZEND_MALIAS(RecursiveFilterIterator, hasChildren, hasChildren, arginfo_class_RecursiveCallbackFilt…
417 …ZEND_ABSTRACT_ME_WITH_FLAGS(RecursiveIterator, hasChildren, arginfo_class_RecursiveIterator_hasChi…
475 …ZEND_ME(RecursiveFilterIterator, hasChildren, arginfo_class_RecursiveFilterIterator_hasChildren, Z…
483 …ZEND_MALIAS(RecursiveFilterIterator, accept, hasChildren, arginfo_class_ParentIterator_accept, ZEN…
526 …ZEND_ME(RecursiveCachingIterator, hasChildren, arginfo_class_RecursiveCachingIterator_hasChildren,…
580 …ZEND_MALIAS(RecursiveFilterIterator, hasChildren, hasChildren, arginfo_class_RecursiveRegexIterato…
H A Dspl_directory.stub.php166 public function hasChildren(bool $allowLinks = false) {} function in RecursiveDirectoryIterator
275 public function hasChildren() {} function in SplFileObject
H A Dspl_array.stub.php228 public function hasChildren() {} function in RecursiveArrayIterator
H A Dspl_directory_arginfo.h305 ZEND_METHOD(RecursiveDirectoryIterator, hasChildren);
342 ZEND_METHOD(SplFileObject, hasChildren);
414 …ZEND_ME(RecursiveDirectoryIterator, hasChildren, arginfo_class_RecursiveDirectoryIterator_hasChild…
461 ZEND_ME(SplFileObject, hasChildren, arginfo_class_SplFileObject_hasChildren, ZEND_ACC_PUBLIC)
H A Dspl_array_arginfo.h176 ZEND_METHOD(RecursiveArrayIterator, hasChildren);
243 …ZEND_ME(RecursiveArrayIterator, hasChildren, arginfo_class_RecursiveArrayIterator_hasChildren, ZEN…
/PHP-8.0/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-8.0/ext/phar/phar/
H A Dphar.inc54 function hasChildren()
/PHP-8.0/ext/simplexml/
H A Dsimplexml.stub.php72 public function hasChildren() {} function in SimpleXMLElement
H A Dsimplexml_arginfo.h120 ZEND_METHOD(SimpleXMLElement, hasChildren);
152 ZEND_ME(SimpleXMLElement, hasChildren, arginfo_class_SimpleXMLElement_hasChildren, ZEND_ACC_PUBLIC)
/PHP-8.0/ext/tidy/
H A Dtidy_arginfo.h203 ZEND_METHOD(tidyNode, hasChildren);
273 ZEND_ME(tidyNode, hasChildren, arginfo_class_tidyNode_hasChildren, ZEND_ACC_PUBLIC)

Completed in 38 milliseconds

12