Home
last modified time | relevance | path

Searched refs:createHTMLDocument (Results 1 – 4 of 4) sorted by relevance

/php-src/ext/dom/tests/modern/spec/
H A DDocument_implementation_createHTMLDocument.phpt2 Document::$implementation createHTMLDocument
12 echo $dom->implementation->createHTMLDocument()->saveXml(), "\n";
16 echo $dom->implementation->createHTMLDocument("")->saveXml(), "\n";
20 echo $dom->implementation->createHTMLDocument("my <title>")->saveXml(), "\n";
/php-src/ext/dom/
H A Ddomimplementation.c346 PHP_METHOD(Dom_Implementation, createHTMLDocument) in PHP_METHOD() argument
H A Dphp_dom.stub.php1137 public function createHTMLDocument(?string $title = null): HTMLDocument {} function in Dom\\Implementation
H A Dphp_dom_arginfo.h1250 ZEND_METHOD(Dom_Implementation, createHTMLDocument);
1571 …ZEND_ME(Dom_Implementation, createHTMLDocument, arginfo_class_Dom_Implementation_createHTMLDocumen…

Completed in 28 milliseconds