Home
last modified time | relevance | path

Searched refs:internalSubset (Results 1 – 5 of 5) sorted by relevance

/PHP-8.3/ext/dom/tests/
H A Dbug67081.phpt2 Bug #67081 DOMDocumentType->internalSubset returns entire DOCTYPE tag, not only the subset
10 var_dump($domDocument->doctype->internalSubset);
15 var_dump($domDocument->doctype->internalSubset);
20 var_dump($domDocument->doctype->internalSubset);
25 var_dump($domDocument->doctype->internalSubset);
H A DDOMDocumentType_internalSubset_error_001.phpt2 DOMDocumentType::internalSubset with invalid state.
12 $doctype->internalSubset;
H A DDOMDocumentType_basic_001.phpt10 // Access publicId, systemId, name, internalSubset all with values.
20 print "internalSubset: ".$doctype->internalSubset."\n";
46 internalSubset:
/PHP-8.3/ext/dom/
H A Dphp_dom.stub.php258 public ?string $internalSubset; variable in DOMDocumentType
/PHP-8.3/ext/libxml/
H A Dphp_libxml2.def132 internalSubset

Completed in 17 milliseconds