Home
last modified time | relevance | path

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

/php-src/ext/dom/tests/modern/html/interactions/
H A DHTMLDocument_registerNodeClass_03.phpt8 class Custom extends Dom\HTMLElement {
18 $dom->registerNodeClass("Dom\\HTMLElement", "Custom");
H A DHTMLDocument_should_retain_properties_and_owner_01.phpt8 class MyElement extends Dom\HTMLElement {}
11 $dom->registerNodeClass("Dom\\HTMLElement", "MyElement");
H A DHTMLDocument_should_retain_properties_and_owner_02.phpt8 class MyElement extends Dom\HTMLElement {}
11 $dom->registerNodeClass("Dom\\HTMLElement", "MyElement");
H A DDocument_body_setter_errors.phpt53 Cannot assign Dom\Element to property Dom\Document::$body of type ?Dom\HTMLElement
57 Cannot assign Dom\Element to property Dom\Document::$body of type ?Dom\HTMLElement
/php-src/ext/dom/tests/modern/extensions/
H A DElement_renaming_html_ns_02.phpt24 …ve an element out of the HTML namespace because the HTML namespace is tied to the HTMLElement class
25 …move an element into the HTML namespace because the HTML namespace is tied to the HTMLElement class
/php-src/ext/dom/tests/modern/spec/
H A DElement_prefix_readonly.phpt17 Cannot modify readonly property Dom\HTMLElement::$prefix
/php-src/ext/dom/tests/
H A Dgh15192.phpt14 object(Dom\HTMLElement)#3 (30) {
/php-src/ext/dom/
H A Dphp_dom.stub.php1707 class HTMLElement extends Element class
2029 public ?HTMLElement $body;
2034 public ?HTMLElement $head;

Completed in 14 milliseconds