Home
last modified time | relevance | path

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

/PHP-8.0/ext/dom/tests/
H A DDOMImplementation_createDocumentType_basic.phpt2 DOMImplementation::createDocumentType()
10 $doctype = $imp->createDocumentType("html",
16 $doctype = $imp->createDocumentType("html");
20 $doctype = $imp->createDocumentType("html", "", "");
H A Dbug79971_2.phpt16 var_dump($imp->createDocumentType("$uri%00foo"));
19 Warning: DOMImplementation::createDocumentType(): URI must not contain percent-encoded NUL bytes in…
H A Dbug79271.phpt10 $type = $dom->createDocumentType('html');
H A Dbug79451.phpt10 $dt = $impl->createDocumentType("html_replace", "", "");
/PHP-8.0/ext/dom/
H A Ddomimplementation.c56 PHP_METHOD(DOMImplementation, createDocumentType) in PHP_METHOD() argument
H A Dphp_dom.stub.php109 …public function createDocumentType(string $qualifiedName, string $publicId = "", string $systemId … function in DOMImplementation
H A Dphp_dom_arginfo.h466 ZEND_METHOD(DOMImplementation, createDocumentType);
657 …ZEND_ME(DOMImplementation, createDocumentType, arginfo_class_DOMImplementation_createDocumentType,…

Completed in 12 milliseconds