Searched refs:DOMDocumentType (Results 1 – 15 of 15) sorted by relevance
2 DOMDocumentType::entities with invalid state.10 $doctype = new DOMDocumentType();
2 DOMDocumentType::internalSubset with invalid state.10 $doctype = new DOMDocumentType();
2 DOMDocumentType::name with invalid state.10 $doctype = new DOMDocumentType();
2 DOMDocumentType::notations with invalid state.10 $doctype = new DOMDocumentType();
2 DOMDocumentType::publicId with invalid state.10 $doctype = new DOMDocumentType();
2 DOMDocumentType::systemId with invalid state.10 $doctype = new DOMDocumentType();
2 Bug #79271 (DOMDocumentType::$childNodes is NULL)
2 Bug #78025 (segfault when accessing properties of DOMDocumentType)
2 DOMDocumentType::systemId with empty value.
2 DOMDocumentType::publicId with empty value.
24 DOMDocumentType
2 Bug #67081 DOMDocumentType->internalSubset returns entire DOCTYPE tag, not only the subset
2 DOMDocumentType: basic access to all properties.
235 class DOMDocumentType extends DOMNode class556 /** @return DOMDocumentType|false */560 …eateDocument(?string $namespace = null, string $qualifiedName = "", ?DOMDocumentType $doctype = nu…860 public ?DOMDocumentType $doctype;
145 ZEND_ARG_OBJ_INFO_WITH_DEFAULT_VALUE(0, doctype, DOMDocumentType, 1, "null")
Completed in 44 milliseconds