Searched defs:systemId (Results 1 – 3 of 3) sorted by relevance
/PHP-8.3/ext/xmlwriter/ |
H A D | php_xmlwriter.stub.php | 61 …MLWriter $writer, string $qualifiedName, ?string $publicId = null, ?string $systemId = null): bool… 65 …ite_dtd(XMLWriter $writer, string $name, ?string $publicId = null, ?string $systemId = null, ?stri… 83 … string $content, bool $isParam = false, ?string $publicId = null, ?string $systemId = null, ?stri… 265 …public function startDtd(string $qualifiedName, ?string $publicId = null, ?string $systemId = null… 277 …public function writeDtd(string $name, ?string $publicId = null, ?string $systemId = null, ?string… 331 … string $content, bool $isParam = false, ?string $publicId = null, ?string $systemId = null, ?stri…
|
/PHP-8.3/ext/xml/ |
H A D | xml.c | 857 const XML_Char *entityName, const XML_Char *base, const XML_Char *systemId, in _xml_unparsedEntityDeclHandler() 881 const XML_Char *base, const XML_Char *systemId, const XML_Char *publicId) in _xml_notationDeclHandler() 903 const XML_Char *base, const XML_Char *systemId, const XML_Char *publicId) in _xml_externalEntityRefHandler()
|
/PHP-8.3/ext/dom/ |
H A D | php_dom.stub.php | 255 public string $systemId; variable in DOMDocumentType 460 …function createDocumentType(string $qualifiedName, string $publicId = "", string $systemId = "") {} 905 public ?string $systemId; variable in DOMEntity 940 public string $systemId; variable in DOMNotation
|
Completed in 24 milliseconds