Home
last modified time | relevance | path

Searched refs:getLineNo (Results 1 – 9 of 9) sorted by relevance

/php-src/ext/dom/tests/modern/html/parser/
H A DHTMLDocument_fromString_line_column.phpt28 echo "Element: '", $element->tagName, "', ", $element->getLineNo(), "\n";
32 echo "Text: '", $element->textContent, "', ", $element->firstChild->getLineNo(), "\n";
37 echo "Attribute: '", $attribute->nodeName, "', ", $attribute->getLineNo(), "\n";
42 echo "Comment: '", $comment->data, "', ", $comment->getLineNo(), "\n";
/php-src/ext/dom/tests/
H A DDOMNode_getLineNo_basic.phpt2 DOMNode::getLineNo()
12 var_dump($node->getLineNo());
/php-src/ext/dom/tests/modern/html/interactions/
H A DgetLineNo_65536.phpt2 getLineNo() returns the line number of the node >= 65536
16 var_dump($dom->documentElement->firstChild->nextSibling->firstChild->nextSibling->getLineNo());
/php-src/ext/libxml/tests/
H A Dbug54138.phpt2 Bug #54138 - DOMNode::getLineNo() doesn't return line number higher than 65535
21 var_dump($dom->getElementsByTagName('bar')->item(0)->getLineNo());
H A Dbug54138_2.phpt2 Bug #54138 - DOMNode::getLineNo() doesn't return line number higher than 65535
23 var_dump($dom->getElementsByTagName('bar')->item(0)->getLineNo());
/php-src/ext/dom/tests/delayed_freeing/
H A Ddirect_construction.phpt57 var_dump($test->getLineNo());
/php-src/ext/dom/
H A Dphp_dom.stub.php372 public function getLineNo(): int {} function in DOMNode
1207 public function getLineNo(): int {} function in Dom\\Node
H A Dphp_dom_arginfo.h1105 ZEND_METHOD(DOMNode, getLineNo);
1341 ZEND_ME(DOMNode, getLineNo, arginfo_class_DOMNode_getLineNo, ZEND_ACC_PUBLIC)
H A Dnode.c2301 PHP_METHOD(DOMNode, getLineNo) in PHP_METHOD() argument

Completed in 45 milliseconds