Searched refs:createDocumentType (Results 1 – 7 of 7) sorted by relevance
/PHP-8.2/ext/dom/tests/ |
H A D | DOMImplementation_createDocumentType_basic.phpt | 2 DOMImplementation::createDocumentType() 8 $doctype = $imp->createDocumentType("html", 14 $doctype = $imp->createDocumentType("html"); 18 $doctype = $imp->createDocumentType("html", "", "");
|
H A D | bug79971_2.phpt | 14 var_dump($imp->createDocumentType("$uri%00foo")); 17 Warning: DOMImplementation::createDocumentType(): URI must not contain percent-encoded NUL bytes in…
|
H A D | bug79271.phpt | 8 $type = $dom->createDocumentType('html');
|
H A D | bug79451.phpt | 10 $dt = $impl->createDocumentType("html_replace", "", "");
|
/PHP-8.2/ext/dom/ |
H A D | domimplementation.c | 51 PHP_METHOD(DOMImplementation, createDocumentType) in PHP_METHOD() argument
|
H A D | php_dom.stub.php | 439 …public function createDocumentType(string $qualifiedName, string $publicId = "", string $systemId … function in DOMImplementation
|
H A D | php_dom_arginfo.h | 524 ZEND_METHOD(DOMImplementation, createDocumentType); 719 …ZEND_ME(DOMImplementation, createDocumentType, arginfo_class_DOMImplementation_createDocumentType,…
|
Completed in 27 milliseconds