Home
last modified time | relevance | path

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

/PHP-8.3/ext/dom/tests/delayed_freeing/
H A Ddom_character_data.phpt13 var_dump($cdata->wholeText, $cdata->parentNode->tagName);
15 var_dump($cdata->wholeText, $cdata->parentNode->tagName);
21 Warning: Attempt to read property "tagName" on null in %s on line %d
H A Delement_declaration.phpt19 var_dump($element->tagName);
24 var_dump($element->tagName);
/PHP-8.3/ext/dom/tests/
H A DDOMElement_insertAdjacentElement.phpt30 var_dump($child->insertAdjacentElement($where, $element)->tagName);
41 … var_dump($p->insertAdjacentElement($transform("beforebegin"), $dom->createElement('A'))->tagName);
44 … var_dump($p->insertAdjacentElement($transform("afterbegin"), $dom->createElement('B'))->tagName);
47 var_dump($p->insertAdjacentElement($transform("beforeend"), $dom->createElement('C'))->tagName);
50 var_dump($p->insertAdjacentElement($transform("afterend"), $dom->createElement('D'))->tagName);
63 var_dump($empty->insertAdjacentElement("afterbegin", $dom->createElement('A'))->tagName);
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"]=>
86 ["tagName"]=>
H A DDOMDocument_liveness_caching_invalidation.phpt19 var_dump($node->tagName, $node->getAttribute('id'));
H A DDOMNode_replaceChild_basic.phpt20 echo "Old child is returned:\n" . $old_child->tagName . "\n";
H A Dbug69846.phpt88 ["tagName"]=>
H A Ddomelement.phpt17 echo "Tag Name: ".$node->tagName."\n";
H A Dbug47530.phpt29 var_dump($element->firstChild->tagName);
/PHP-8.3/ext/xsl/tests/
H A Dxsltprocessor_transformToDoc.phpt48 var_dump($proc->transformToDoc($xmldoc)->firstChild->tagName);
/PHP-8.3/ext/dom/
H A Dphp_dom.stub.php571 public string $tagName; variable in DOMElement

Completed in 21 milliseconds