Home
last modified time | relevance | path

Searched refs:publicId (Results 1 – 12 of 12) sorted by relevance

/PHP-8.0/ext/dom/tests/
H A DDOMDocumentType_publicId_error_001.phpt2 DOMDocumentType::publicId with invalid state.
11 $publicId = $doctype->publicId;
H A DDOMDocumentType_basic_001.phpt10 // Access publicId, systemId, name, internalSubset all with values.
17 print "publicId: ".$doctype->publicId."\n";
43 publicId: -//OASIS//DTD DocBook XML//EN
H A DDOMDocumentType_publicId_basic_001.phpt2 DOMDocumentType::publicId with empty value.
16 var_dump($doctype->publicId);
H A Ddom007.phpt50 echo "Key $key: ".$node->nodeName." (".$node->systemId.") (".$node->publicId.")\n";
54 …: ".$nots->item($x)->nodeName." (".$nots->item($x)->systemId.") (".$nots->item($x)->publicId.")\n";
/PHP-8.0/ext/xmlwriter/
H A Dphp_xmlwriter.stub.php61 function xmlwriter_start_dtd(XMLWriter $writer, string $qualifiedName, ?string $publicId = null, ?s… argument
65 function xmlwriter_write_dtd(XMLWriter $writer, string $name, ?string $publicId = null, ?string $sy… argument
83 …$writer, string $name, string $content, bool $isParam = false, ?string $publicId = null, ?string $… argument
265 …public function startDtd(string $qualifiedName, ?string $publicId = null, ?string $systemId = null… argument
277 …public function writeDtd(string $name, ?string $publicId = null, ?string $systemId = null, ?string… argument
331 …tdEntity(string $name, string $content, bool $isParam = false, ?string $publicId = null, ?string $… argument
H A Dphp_xmlwriter_arginfo.h117 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, publicId, IS_STRING, 1, "null")
126 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, publicId, IS_STRING, 1, "null")
163 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, publicId, IS_STRING, 1, "null")
276 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, publicId, IS_STRING, 1, "null")
284 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, publicId, IS_STRING, 1, "null")
317 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, publicId, IS_STRING, 1, "null")
/PHP-8.0/ext/xml/tests/
H A Dxml001.phpt69 function externalEntityRefHandler($parser, $openEntityNames, $base, $systemId, $publicId)
71 print '{EXTENTREF['.$openEntityNames.','.$base.','.$systemId.','.$publicId."]}\n";
H A Dxml003.phpt44 function externalEntityRefHandler($parser, $openEntityNames, $base, $systemId, $publicId)
46 print '{EXTENTREF['.$openEntityNames.','.$base.','.$systemId.','.$publicId."]}\n";
H A Dxml002.phpt44 function externalEntityRefHandler($parser, $openEntityNames, $base, $systemId, $publicId)
46 print '{EXTENTREF['.$openEntityNames.','.$base.','.$systemId.','.$publicId."]}\n";
/PHP-8.0/ext/xml/
H A Dxml.c899 const XML_Char *publicId, in _xml_unparsedEntityDeclHandler() argument
911 _xml_xmlchar_zval(publicId, 0, parser->target_encoding, &args[4]); in _xml_unparsedEntityDeclHandler()
924 const XML_Char *publicId) in _xml_notationDeclHandler() argument
935 _xml_xmlchar_zval(publicId, 0, parser->target_encoding, &args[4]); in _xml_notationDeclHandler()
947 const XML_Char *publicId) in _xml_externalEntityRefHandler() argument
959 _xml_xmlchar_zval(publicId, 0, parser->target_encoding, &args[4]); in _xml_externalEntityRefHandler()
/PHP-8.0/ext/dom/
H A Dphp_dom.stub.php109 …public function createDocumentType(string $qualifiedName, string $publicId = "", string $systemId … argument
H A Dphp_dom_arginfo.h104 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, publicId, IS_STRING, 0, "\"\"")

Completed in 25 milliseconds