Home
last modified time | relevance | path

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

/php-src/ext/dom/tests/modern/spec/
H A DElement_tagName.phpt2 Dom\Element::$tagName HTML-uppercased qualified name
11 var_dump($dom->createElementNS('http://www.w3.org/1999/xhtml', 'html')->tagName);
12 var_dump($dom->createElementNS('http://www.w3.org/1999/xhtml/', 'html')->tagName);
13 var_dump($dom->createElementNS('http://www.w3.org/1999/xhtml', 'foo:html')->tagName);
14 var_dump($dom->createElementNS('http://www.w3.org/1999/xhtml/', 'foo:html')->tagName);
15 var_dump($dom->createElementNS('', 'html')->tagName);
16 var_dump($dom->createElementNS(null, 'html')->tagName);
21 var_dump($dom->createElementNS('http://www.w3.org/1999/xhtml', 'html')->tagName);
22 var_dump($dom->createElementNS('http://www.w3.org/1999/xhtml/', 'html')->tagName);
25 var_dump($dom->createElementNS('', 'html')->tagName);
[all …]
H A DDocument_createElementNS.phpt49 tagName: string(5) "qname"
56 tagName: string(7) "foo:bar"
63 tagName: string(7) "bar:BAR"
70 tagName: string(7) "bar:BAR"
77 tagName: string(5) "xmlns"
84 tagName: string(3) "xml"
H A DDocument_createElement.phpt40 tagName: string(4) "HTML"
47 tagName: string(4) "HEAD"
55 tagName: string(4) "HEAD"
63 tagName: string(4) "HEAD"
H A Delement_dump.inc3 echo "tagName: ", var_dump($element->tagName);
H A Dbug47530.phpt27 var_dump($element->firstChild->tagName);
29 var_dump($element->firstChild->nextSibling->tagName);
/php-src/ext/dom/tests/modern/common/
H A DElement_insertAdjacentElement.phpt12 …p($p->insertAdjacentElement(Dom\AdjacentPosition::BeforeBegin, $dom->createElement('A'))->tagName);
15 …mp($p->insertAdjacentElement(Dom\AdjacentPosition::AfterBegin, $dom->createElement('B'))->tagName);
18 …ump($p->insertAdjacentElement(Dom\AdjacentPosition::BeforeEnd, $dom->createElement('C'))->tagName);
21 …dump($p->insertAdjacentElement(Dom\AdjacentPosition::AfterEnd, $dom->createElement('D'))->tagName);
H A Dtemplate_no_default_ns.phpt19 var_dump($template->firstElementChild->tagName);
/php-src/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-src/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.phpt27 ["tagName"]=>
84 ["tagName"]=>
H A DDOMDocument_liveness_caching_invalidation.phpt19 var_dump($node->tagName, $node->getAttribute('id'));
H A Dgh15192.phpt21 ["tagName"]=>
H A DDOMNode_replaceChild_basic.phpt20 echo "Old child is returned:\n" . $old_child->tagName . "\n";
H A Dbug69846.phpt86 ["tagName"]=>
H A Ddomelement.phpt17 echo "Tag Name: ".$node->tagName."\n";
H A Dbug47530.phpt29 var_dump($element->firstChild->tagName);
/php-src/ext/dom/tests/modern/html/interactions/
H A DHTMLDocument_registerNodeClass_03.phpt13 return strrev($this->tagName);
H A DHTMLDocument_clone.phpt11 var_dump($dom2->firstChild->tagName);
/php-src/ext/xsl/tests/
H A Dxsltprocessor_transformToDoc.phpt48 var_dump($proc->transformToDoc($xmldoc)->firstChild->tagName);
/php-src/ext/dom/tests/modern/html/parser/
H A DHTMLDocument_fromString_line_column.phpt28 echo "Element: '", $element->tagName, "', ", $element->getLineNo(), "\n";
/php-src/ext/dom/
H A Dphp_dom.stub.php725 public string $tagName; variable in DOMElement
1585 public string $tagName; variable in Dom\\Element

Completed in 27 milliseconds