Home
last modified time | relevance | path

Searched refs:DOMDocumentType (Results 1 – 15 of 15) sorted by relevance

/PHP-8.3/ext/dom/tests/
H A DDOMDocumentType_entities_error_001.phpt2 DOMDocumentType::entities with invalid state.
10 $doctype = new DOMDocumentType();
H A DDOMDocumentType_internalSubset_error_001.phpt2 DOMDocumentType::internalSubset with invalid state.
10 $doctype = new DOMDocumentType();
H A DDOMDocumentType_name_error_001.phpt2 DOMDocumentType::name with invalid state.
10 $doctype = new DOMDocumentType();
H A DDOMDocumentType_notations_error_001.phpt2 DOMDocumentType::notations with invalid state.
10 $doctype = new DOMDocumentType();
H A DDOMDocumentType_publicId_error_001.phpt2 DOMDocumentType::publicId with invalid state.
10 $doctype = new DOMDocumentType();
H A DDOMDocumentType_systemId_error_001.phpt2 DOMDocumentType::systemId with invalid state.
10 $doctype = new DOMDocumentType();
H A Dbug79271.phpt2 Bug #79271 (DOMDocumentType::$childNodes is NULL)
H A Dbug78025.phpt2 Bug #78025 (segfault when accessing properties of DOMDocumentType)
H A DDOMDocumentType_systemId_basic_001.phpt2 DOMDocumentType::systemId with empty value.
H A DDOMDocumentType_publicId_basic_001.phpt2 DOMDocumentType::publicId with empty value.
H A Dbug54601.phpt24 DOMDocumentType
H A Dbug67081.phpt2 Bug #67081 DOMDocumentType->internalSubset returns entire DOCTYPE tag, not only the subset
H A DDOMDocumentType_basic_001.phpt2 DOMDocumentType: basic access to all properties.
/PHP-8.3/ext/dom/
H A Dphp_dom.stub.php240 class DOMDocumentType extends DOMNode class
459 /** @return DOMDocumentType|false */
463 …eateDocument(?string $namespace = null, string $qualifiedName = "", ?DOMDocumentType $doctype = nu…
683 public ?DOMDocumentType $doctype;
H A Dphp_dom_arginfo.h142 ZEND_ARG_OBJ_INFO_WITH_DEFAULT_VALUE(0, doctype, DOMDocumentType, 1, "null")

Completed in 49 milliseconds