Searched refs:getLineNo (Results 1 – 9 of 9) sorted by relevance
/php-src/ext/dom/tests/modern/html/parser/ |
H A D | HTMLDocument_fromString_line_column.phpt | 28 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 D | DOMNode_getLineNo_basic.phpt | 2 DOMNode::getLineNo() 12 var_dump($node->getLineNo());
|
/php-src/ext/dom/tests/modern/html/interactions/ |
H A D | getLineNo_65536.phpt | 2 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 D | bug54138.phpt | 2 Bug #54138 - DOMNode::getLineNo() doesn't return line number higher than 65535 21 var_dump($dom->getElementsByTagName('bar')->item(0)->getLineNo());
|
H A D | bug54138_2.phpt | 2 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 D | direct_construction.phpt | 57 var_dump($test->getLineNo());
|
/php-src/ext/dom/ |
H A D | php_dom.stub.php | 431 public function getLineNo(): int {} function in DOMNode 1460 public function getLineNo(): int {} function in Dom\\Node
|
H A D | node.c | 2317 PHP_METHOD(DOMNode, getLineNo) in PHP_METHOD() argument
|
H A D | php_dom_arginfo.h | 1142 ZEND_METHOD(DOMNode, getLineNo); 1367 ZEND_ME(DOMNode, getLineNo, arginfo_class_DOMNode_getLineNo, ZEND_ACC_PUBLIC)
|
Completed in 34 milliseconds