Home
last modified time | relevance | path

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

/PHP-8.2/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.2/ext/dom/
H A Ddomimplementation.c51 PHP_METHOD(DOMImplementation, createDocumentType) in PHP_METHOD() argument
H A Dphp_dom.stub.php439 …public function createDocumentType(string $qualifiedName, string $publicId = "", string $systemId … function in DOMImplementation
H A Dphp_dom_arginfo.h524 ZEND_METHOD(DOMImplementation, createDocumentType);
719 …ZEND_ME(DOMImplementation, createDocumentType, arginfo_class_DOMImplementation_createDocumentType,…

Completed in 27 milliseconds