Home
last modified time | relevance | path

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

/php-src/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-src/ext/spl/tests/
H A Dbug65328.phpt206 } while($node = $node->getParent());
216 public function getParent()
/php-src/ext/tidy/
H A Dtidy.stub.php1006 public function getParent(): ?tidyNode {} function in tidyNode
H A Dtidy_arginfo.h224 ZEND_METHOD(tidyNode, getParent);
291 ZEND_ME(tidyNode, getParent, arginfo_class_tidyNode_getParent, ZEND_ACC_PUBLIC)
H A Dtidy.c1605 PHP_METHOD(tidyNode, getParent) in PHP_METHOD() argument

Completed in 25 milliseconds