/php-src/ext/spl/tests/ |
H A D | iterator_047.phpt | 18 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 D | recursivedualiterator.inc | 35 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 D | iterator_002.phpt | 8 function hasChildren(): bool 26 function hasChildren(): bool 28 return $this->getInnerIterator()->hasChildren();
|
H A D | RecursiveDirectoryIterator_hasChildren.phpt | 2 SPL: RecursiveDirectoryIterator::hasChildren() follow symlinks test 17 var_dump($it->hasChildren()); 22 var_dump($it->hasChildren());
|
H A D | bug61527.phpt | 56 var_dump($ai4->hasChildren()); 60 var_dump($ai4->hasChildren());
|
H A D | array_009a.phpt | 8 function hasChildren(): bool
|
H A D | bug68128.phpt | 19 if ($rRegexIterator->hasChildren()) {
|
H A D | RecursiveCallbackFilterIterator_trampoline_usage.phpt | 7 if ($inner->hasChildren()) {
|
H A D | bug54384.phpt | 41 $o->hasChildren(); 104 $o->hasChildren();
|
H A D | gh10519.phpt | 31 while ($data->hasChildren()) {
|
H A D | bug38618.phpt | 2 Bug #38618 (RecursiveArrayIterator::hasChildren() follows objects)
|
H A D | bug73423.phpt | 40 public Function hasChildren(): bool
|
H A D | RecursiveCallbackFilterIteratorTest.phpt | 19 if ($inner->hasChildren()) {
|
/php-src/ext/simplexml/tests/ |
H A D | sxe_004.phpt | 63 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 D | sxe_003.phpt | 47 var_dump($sxe->hasChildren());
|
/php-src/ext/tidy/tests/ |
H A D | 023.phpt | 26 var_dump(tidy_get_root($tidy)->child[0]->hasChildren()); 27 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-src/ext/spl/ |
H A D | spl_iterators.stub.php | 39 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 D | spl_directory.stub.php | 198 public function hasChildren(bool $allowLinks = false): bool {} function in RecursiveDirectoryIterator 316 public function hasChildren(): false {} function in SplFileObject
|
H A D | spl_array.stub.php | 241 public function hasChildren(): bool {} function in RecursiveArrayIterator
|
H A D | spl_array_arginfo.h | 188 ZEND_METHOD(RecursiveArrayIterator, hasChildren); 252 …ZEND_ME(RecursiveArrayIterator, hasChildren, arginfo_class_RecursiveArrayIterator_hasChildren, ZEN…
|
/php-src/ext/spl/tests/SplFileObject/ |
H A D | SplFileObject_haschildren_basic.phpt | 8 var_dump($s->hasChildren());
|
/php-src/ext/phar/phar/ |
H A D | phar.inc | 54 function hasChildren()
|
/php-src/ext/simplexml/ |
H A D | simplexml.stub.php | 73 public function hasChildren(): bool {} function in SimpleXMLElement
|
H A D | simplexml_arginfo.h | 124 ZEND_METHOD(SimpleXMLElement, hasChildren); 154 ZEND_ME(SimpleXMLElement, hasChildren, arginfo_class_SimpleXMLElement_hasChildren, ZEND_ACC_PUBLIC)
|