Home
last modified time | relevance | path

Searched refs:DocumentType (Results 1 – 6 of 6) sorted by relevance

/PHP-8.4/ext/dom/tests/modern/spec/
H A DDocument_implementation_createDocumentType.phpt28 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 DappendChild_dtd_legacy.phpt2 appendChild() with DocumentType
/PHP-8.4/ext/opcache/tests/jit/
H A Dgh15101.phpt30 … $doctype = new DocumentType($context->document, $name ?? '', $publicId ?? '', $systemId ?? '');
48 class DocumentType extends Node {
/PHP-8.4/ext/dom/tests/modern/xml/
H A DDTDNamedNodeMap.phpt29 object(Dom\DocumentType)#2 (24) {
/PHP-8.4/ext/dom/
H A Dphp_dom.stub.php1348 …tion createDocumentType(string $qualifiedName, string $publicId, string $systemId): DocumentType {}
1350 …public function createDocument(?string $namespace, string $qualifiedName, ?DocumentType $doctype =…
1817 class DocumentType extends Node implements ChildNode class
1947 public ?DocumentType $doctype;
H A Dphp_dom_arginfo.h557 …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 40 milliseconds