--TEST-- getLineNo() returns the line number of the node >= 65536 --EXTENSIONS-- dom --FILE--
hello
EOF; $dom = Dom\HTMLDocument::createFromString($html); var_dump($dom->documentElement->firstChild->nextSibling->firstChild->nextSibling->getLineNo()); ?> --EXPECT-- int(65538)