Home
last modified time | relevance | path

Searched refs:createDocument (Results 1 – 9 of 9) sorted by relevance

/PHP-8.2/ext/dom/tests/
H A DDOMImplementation_createDocument_basic.phpt2 DOMImplementation::createDocument()
9 $doc = $x->createDocument(null, 'html');
H A DDOMImplementation_createDocumentType_basic.phpt11 $doc = $imp->createDocument(null, 'html', $doctype);
15 $doc = $imp->createDocument(null, 'html', $doctype);
19 $doc = $imp->createDocument(null, 'html', $doctype);
H A Dbug77569.phpt8 $dom = $imp->createDocument("", "");
H A Dbug67440.phpt8 function createDocument() {
21 list($document, $fragment) = createDocument();
27 list($document, $fragment) = createDocument();
36 list($document, $fragment) = createDocument();
43 list($document, $fragment) = createDocument();
/PHP-8.2/ext/dom/tests/delayed_freeing/
H A Ddtd_node.phpt9 $doc = $doc->implementation->createDocument('', '', $dtd);
/PHP-8.2/ext/dom/
H A Ddomimplementation.c117 PHP_METHOD(DOMImplementation, createDocument) in PHP_METHOD() argument
H A Dphp_dom.stub.php481 …public function createDocument(?string $namespace = null, string $qualifiedName = "", ?DOMDocument… function in DOMImplementation
H A Dphp_dom_arginfo.h660 ZEND_METHOD(DOMImplementation, createDocument);
871 …ZEND_ME(DOMImplementation, createDocument, arginfo_class_DOMImplementation_createDocument, ZEND_AC…
/PHP-8.2/
H A DUPGRADING42 will not affect you. As a result DOMImplementation::createDocument() now has

Completed in 36 milliseconds