Searched refs:DocumentType (Results 1 – 6 of 6) sorted by relevance
/php-src/ext/dom/tests/modern/spec/ |
H A D | Document_implementation_createDocumentType.phpt | 28 object(Dom\DocumentType)#3 (23) { 79 object(Dom\DocumentType)#2 (23) { 130 object(Dom\DocumentType)#1 (23) { 181 object(Dom\DocumentType)#4 (23) {
|
H A D | appendChild_dtd_legacy.phpt | 2 appendChild() with DocumentType
|
/php-src/ext/opcache/tests/jit/ |
H A D | gh15101.phpt | 30 … $doctype = new DocumentType($context->document, $name ?? '', $publicId ?? '', $systemId ?? ''); 48 class DocumentType extends Node {
|
/php-src/ext/dom/tests/modern/xml/ |
H A D | DTDNamedNodeMap.phpt | 29 object(Dom\DocumentType)#2 (24) {
|
/php-src/ext/dom/ |
H A D | php_dom.stub.php | 1348 …tion createDocumentType(string $qualifiedName, string $publicId, string $systemId): DocumentType {} 1350 …public function createDocument(?string $namespace, string $qualifiedName, ?DocumentType $doctype =… 1821 class DocumentType extends Node implements ChildNode class 1951 public ?DocumentType $doctype;
|
H A D | php_dom_arginfo.h | 557 …RETURN_OBJ_INFO_EX(arginfo_class_Dom_Implementation_createDocumentType, 0, 3, Dom\\DocumentType, 0) 566 ZEND_ARG_OBJ_INFO_WITH_DEFAULT_VALUE(0, doctype, Dom\\DocumentType, 1, "null")
|
Completed in 25 milliseconds