Home
last modified time | relevance | path

Searched refs:systemId (Results 1 – 17 of 17) sorted by relevance

/php-src/ext/dom/tests/
H A DDOMEntity_fields.phpt32 echo "systemId: ";
33 var_dump($entity->systemId);
48 systemId: string(14) "external.stuff"
56 systemId: string(14) "external.stuff"
64 systemId: string(14) "external.stuff"
72 systemId: string(14) "external.stuff"
80 systemId: string(14) "external.stuff"
88 systemId: string(14) "external.stuff"
96 systemId: NULL
H A DDOMDocumentType_systemId_error_001.phpt2 DOMDocumentType::systemId with invalid state.
12 $systemId = $doctype->systemId;
H A DDOMDocumentType_basic_001.phpt10 // Access publicId, systemId, name, internalSubset all with values.
18 print "systemId: ".$doctype->systemId."\n";
44 systemId: docbookx.dtd
H A DDOMDocumentType_systemId_basic_001.phpt2 DOMDocumentType::systemId with empty value.
16 var_dump($doctype->systemId);
H A Ddom007.phpt48 echo "Key $key: ".$node->nodeName." (".$node->systemId.") (".$node->publicId.")\n";
52 …echo "Index $x: ".$nots->item($x)->nodeName." (".$nots->item($x)->systemId.") (".$nots->item($x)->…
/php-src/ext/dom/tests/delayed_freeing/
H A Dnotation_declaration.phpt16 var_dump($notation->nodeName, $notation->publicId, $notation->systemId);
18 var_dump($notation->nodeName, $notation->publicId, $notation->systemId);
20 var_dump($notation->nodeName, $notation->publicId, $notation->systemId);
/php-src/ext/xmlwriter/
H A Dphp_xmlwriter.stub.php61 …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 Dphp_xmlwriter_arginfo.h118 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-src/ext/dom/tests/modern/spec/
H A DDocument_implementation_createDocumentType.phpt37 ["systemId"]=>
88 ["systemId"]=>
139 ["systemId"]=>
190 ["systemId"]=>
H A Dclone_entity_reference.phpt27 ["systemId"]=>
/php-src/ext/dom/tests/modern/xml/
H A DDTDNamedNodeMap.phpt38 ["systemId"]=>
84 ["systemId"]=>
120 ["systemId"]=>
/php-src/ext/xml/tests/
H A Dxml001.phpt70 function externalEntityRefHandler($parser, $openEntityNames, $base, $systemId, $publicId)
72 print '{EXTENTREF['.$openEntityNames.','.$base.','.$systemId.','.$publicId."]}\n";
H A Dxml003.phpt45 function externalEntityRefHandler($parser, $openEntityNames, $base, $systemId, $publicId)
47 print '{EXTENTREF['.$openEntityNames.','.$base.','.$systemId.','.$publicId."]}\n";
H A Dxml002.phpt45 function externalEntityRefHandler($parser, $openEntityNames, $base, $systemId, $publicId)
47 print '{EXTENTREF['.$openEntityNames.','.$base.','.$systemId.','.$publicId."]}\n";
/php-src/ext/dom/
H A Dphp_dom.stub.php257 public string $systemId; variable in DOMDocumentType
471 …function createDocumentType(string $qualifiedName, string $publicId = "", string $systemId = "") {} argument
948 public ?string $systemId; variable in DOMEntity
983 public string $systemId; variable in DOMNotation
1133 …tion createDocumentType(string $qualifiedName, string $publicId, string $systemId): DocumentType {} argument
1461 public string $systemId; variable in DOM\\DocumentType
1499 public ?string $systemId; variable in DOM\\Entity
1511 public string $systemId; variable in DOM\\Notation
H A Dphp_dom_arginfo.h144 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, systemId, IS_STRING, 0, "\"\"")
581 ZEND_ARG_TYPE_INFO(0, systemId, IS_STRING, 0)
/php-src/ext/xml/
H A Dxml.c864 const XML_Char *entityName, const XML_Char *base, const XML_Char *systemId, in _xml_unparsedEntityDeclHandler() argument
878 _xml_xmlchar_zval(systemId, 0, parser->target_encoding, &args[3]); in _xml_unparsedEntityDeclHandler()
894 const XML_Char *base, const XML_Char *systemId, const XML_Char *publicId) in _xml_notationDeclHandler() argument
907 _xml_xmlchar_zval(systemId, 0, parser->target_encoding, &args[3]); in _xml_notationDeclHandler()
921 const XML_Char *base, const XML_Char *systemId, const XML_Char *publicId) in _xml_externalEntityRefHandler() argument
936 _xml_xmlchar_zval(systemId, 0, parser->target_encoding, &args[3]); in _xml_externalEntityRefHandler()

Completed in 53 milliseconds