Home
last modified time | relevance | path

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

/PHP-8.3/ext/dom/tests/
H A DDOMImplementation_createDocumentType_basic.phpt2 DOMImplementation::createDocumentType()
8 $doctype = $imp->createDocumentType("html",
14 $doctype = $imp->createDocumentType("html");
18 $doctype = $imp->createDocumentType("html", "", "");
H A Dbug79971_2.phpt14 var_dump($imp->createDocumentType("$uri%00foo"));
17 Warning: DOMImplementation::createDocumentType(): URI must not contain percent-encoded NUL bytes in…
H A Dbug79271.phpt8 $type = $dom->createDocumentType('html');
H A Dbug79451.phpt10 $dt = $impl->createDocumentType("html_replace", "", "");
/PHP-8.3/ext/dom/tests/delayed_freeing/
H A Ddtd_node.phpt8 $dtd = $doc->implementation->createDocumentType('qualified name', 'public', 'system');
/PHP-8.3/ext/dom/
H A Ddomimplementation.c51 PHP_METHOD(DOMImplementation, createDocumentType) in PHP_METHOD() argument
H A Dphp_dom.stub.php460 …public function createDocumentType(string $qualifiedName, string $publicId = "", string $systemId … function in DOMImplementation
H A Dphp_dom_arginfo.h568 ZEND_METHOD(DOMImplementation, createDocumentType);
774 …ZEND_ME(DOMImplementation, createDocumentType, arginfo_class_DOMImplementation_createDocumentType,…

Completed in 25 milliseconds