Home
last modified time | relevance | path

Searched refs:tagName (Results 1 – 8 of 8) sorted by relevance

/PHP-8.1/ext/dom/tests/
H A Dxpath_domnamespacenode_advanced.phpt22 var_dump($attribute->parentNode->tagName);
28 echo "Before: ", $attribute->parentNode->tagName, "\n";
36 echo "After: ", $attribute->parentNode->tagName, "\n";
H A Dbug80602_3.phpt29 ["tagName"]=>
78 ["tagName"]=>
H A DDOMNode_replaceChild_basic.phpt20 echo "Old child is returned:\n" . $old_child->tagName . "\n";
H A Dbug69846.phpt84 ["tagName"]=>
H A Ddomelement.phpt17 echo "Tag Name: ".$node->tagName."\n";
H A Dbug47530.phpt29 var_dump($element->firstChild->tagName);
/PHP-8.1/ext/xsl/tests/
H A Dxsltprocessor_transformToDoc.phpt48 var_dump($proc->transformToDoc($xmldoc)->firstChild->tagName);
/PHP-8.1/ext/dom/
H A Dphp_dom.stub.php312 public string $tagName; variable in DOMElement

Completed in 16 milliseconds