Home
last modified time | relevance | path

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

/PHP-5.5/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-5.5/ext/spl/tests/
H A Dbug65328.phpt209 } while($node = $node->getParent());
219 public function getParent()
/PHP-5.5/ext/tidy/
H A Dtidy.c272 static TIDY_NODE_METHOD(getParent);
441 TIDY_NODE_ME(getParent, NULL)
1821 static TIDY_NODE_METHOD(getParent) in TIDY_NODE_METHOD() argument
/PHP-5.5/
H A DNEWS7545 - Added tidyNode::getParent() method (John, Nuno)

Completed in 39 milliseconds