Home
last modified time | relevance | path

Searched refs:getParent (Results 1 – 5 of 5) sorted by relevance

/PHP-8.0/ext/tidy/tests/
H A D028.phpt2 tidyNode::getParent()
9 var_dump($x->body()->child[0]->getParent()->name);
10 var_dump($x->root()->getParent());
/PHP-8.0/ext/spl/tests/
H A Dbug65328.phpt209 } while($node = $node->getParent());
219 public function getParent()
/PHP-8.0/ext/tidy/
H A Dtidy_arginfo.h211 ZEND_METHOD(tidyNode, getParent);
281 ZEND_ME(tidyNode, getParent, arginfo_class_tidyNode_getParent, ZEND_ACC_PUBLIC)
H A Dtidy.stub.php184 public function getParent(): ?tidyNode {} function in tidyNode
H A Dtidy.c1607 PHP_METHOD(tidyNode, getParent) in PHP_METHOD() argument

Completed in 13 milliseconds