Home
last modified time | relevance | path

Searched refs:hasChildren (Results 1 – 25 of 36) sorted by last modified time

12

/php-src/ext/tidy/
H A Dtidy.c1498 PHP_METHOD(tidyNode, hasChildren) in PHP_METHOD() argument
H A Dtidy_arginfo.h216 ZEND_METHOD(tidyNode, hasChildren);
283 ZEND_ME(tidyNode, hasChildren, arginfo_class_tidyNode_hasChildren, ZEND_ACC_PUBLIC)
H A Dtidy.stub.php990 public function hasChildren(): bool {} function in tidyNode
/php-src/ext/spl/
H A Dspl_directory.c1480 PHP_METHOD(RecursiveDirectoryIterator, hasChildren) in PHP_METHOD() argument
2282 PHP_METHOD(SplFileObject, hasChildren) in PHP_METHOD() argument
H A Dspl_array.c1801 PHP_METHOD(RecursiveArrayIterator, hasChildren) in PHP_METHOD() argument
H A Dspl_array_arginfo.h188 ZEND_METHOD(RecursiveArrayIterator, hasChildren);
252 …ZEND_ME(RecursiveArrayIterator, hasChildren, arginfo_class_RecursiveArrayIterator_hasChildren, ZEN…
H A Dspl_directory_arginfo.h323 ZEND_METHOD(RecursiveDirectoryIterator, hasChildren);
360 ZEND_METHOD(SplFileObject, hasChildren);
429 …ZEND_ME(RecursiveDirectoryIterator, hasChildren, arginfo_class_RecursiveDirectoryIterator_hasChild…
472 ZEND_ME(SplFileObject, hasChildren, arginfo_class_SplFileObject_hasChildren, ZEND_ACC_PUBLIC)
H A Dspl_iterators_arginfo.h322 ZEND_METHOD(RecursiveFilterIterator, hasChildren);
376 ZEND_METHOD(RecursiveCachingIterator, hasChildren);
491 …ZEND_ME(RecursiveFilterIterator, hasChildren, arginfo_class_RecursiveFilterIterator_hasChildren, Z…
537 …ZEND_ME(RecursiveCachingIterator, hasChildren, arginfo_class_RecursiveCachingIterator_hasChildren,…
H A Dspl_iterators.c1727 PHP_METHOD(RecursiveFilterIterator, hasChildren) in PHP_METHOD() argument
2677 PHP_METHOD(RecursiveCachingIterator, hasChildren) in PHP_METHOD() argument
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_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_array.stub.php241 public function hasChildren(): bool {} function in RecursiveArrayIterator
/php-src/ext/spl/tests/
H A Dbug65328.phpt254 public function hasChildren(): bool
H A Dgh10519.phpt31 while ($data->hasChildren()) {
H A DRecursiveCallbackFilterIterator_trampoline_usage.phpt7 if ($inner->hasChildren()) {
H A Diterator_021.phpt2 SPL: RecursiveIteratorIterator and hasChildren
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 Dbug73423.phpt40 public Function hasChildren(): bool
H A Diterator_002.phpt8 function hasChildren(): bool
26 function hasChildren(): bool
28 return $this->getInnerIterator()->hasChildren();
/php-src/ext/simplexml/
H A Dsimplexml_arginfo.h124 ZEND_METHOD(SimpleXMLElement, hasChildren);
154 ZEND_ME(SimpleXMLElement, hasChildren, arginfo_class_SimpleXMLElement_hasChildren, ZEND_ACC_PUBLIC)
H A Dsimplexml.c2002 PHP_METHOD(SimpleXMLElement, hasChildren) in PHP_METHOD() argument
H A Dsimplexml.stub.php73 public function hasChildren(): bool {} function in SimpleXMLElement
/php-src/ext/tidy/tests/
H A D012.phpt10 var_dump($node->hasChildren());
11 if($node->hasChildren()) {
17 if($c->hasChildren()) {
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());

Completed in 64 milliseconds

12