/PHP-8.0/ext/dom/tests/ |
H A D | DOMDocumentType_systemId_error_001.phpt | 2 DOMDocumentType::systemId with invalid state. 11 $systemId = $doctype->systemId;
|
H A D | DOMDocumentType_basic_001.phpt | 10 // Access publicId, systemId, name, internalSubset all with values. 18 print "systemId: ".$doctype->systemId."\n"; 44 systemId: docbookx.dtd
|
H A D | DOMDocumentType_systemId_basic_001.phpt | 2 DOMDocumentType::systemId with empty value. 16 var_dump($doctype->systemId);
|
H A D | dom007.phpt | 50 echo "Key $key: ".$node->nodeName." (".$node->systemId.") (".$node->publicId.")\n"; 54 …echo "Index $x: ".$nots->item($x)->nodeName." (".$nots->item($x)->systemId.") (".$nots->item($x)->…
|
/PHP-8.0/ext/xmlwriter/ |
H A D | php_xmlwriter.stub.php | 61 …Writer $writer, string $qualifiedName, ?string $publicId = null, ?string $systemId = null): bool {} argument 65 …dtd(XMLWriter $writer, string $name, ?string $publicId = null, ?string $systemId = null, ?string $… argument 83 …ing $content, bool $isParam = false, ?string $publicId = null, ?string $systemId = 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 …ing $content, bool $isParam = false, ?string $publicId = null, ?string $systemId = null, ?string $… argument
|
H A D | php_xmlwriter_arginfo.h | 118 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, systemId, IS_STRING, 1, "null") 127 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, systemId, IS_STRING, 1, "null") 164 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, systemId, IS_STRING, 1, "null") 277 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, systemId, IS_STRING, 1, "null") 285 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, systemId, IS_STRING, 1, "null") 318 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, systemId, IS_STRING, 1, "null")
|
/PHP-8.0/ext/xml/tests/ |
H A D | xml001.phpt | 69 function externalEntityRefHandler($parser, $openEntityNames, $base, $systemId, $publicId) 71 print '{EXTENTREF['.$openEntityNames.','.$base.','.$systemId.','.$publicId."]}\n";
|
H A D | xml003.phpt | 44 function externalEntityRefHandler($parser, $openEntityNames, $base, $systemId, $publicId) 46 print '{EXTENTREF['.$openEntityNames.','.$base.','.$systemId.','.$publicId."]}\n";
|
H A D | xml002.phpt | 44 function externalEntityRefHandler($parser, $openEntityNames, $base, $systemId, $publicId) 46 print '{EXTENTREF['.$openEntityNames.','.$base.','.$systemId.','.$publicId."]}\n";
|
/PHP-8.0/ext/xml/ |
H A D | xml.c | 898 const XML_Char *systemId, in _xml_unparsedEntityDeclHandler() argument 910 _xml_xmlchar_zval(systemId, 0, parser->target_encoding, &args[3]); in _xml_unparsedEntityDeclHandler() 923 const XML_Char *systemId, in _xml_notationDeclHandler() argument 934 _xml_xmlchar_zval(systemId, 0, parser->target_encoding, &args[3]); in _xml_notationDeclHandler() 946 const XML_Char *systemId, in _xml_externalEntityRefHandler() argument 958 _xml_xmlchar_zval(systemId, 0, parser->target_encoding, &args[3]); in _xml_externalEntityRefHandler()
|
/PHP-8.0/ext/dom/ |
H A D | php_dom.stub.php | 109 …function createDocumentType(string $qualifiedName, string $publicId = "", string $systemId = "") {} argument
|
H A D | php_dom_arginfo.h | 105 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, systemId, IS_STRING, 0, "\"\"")
|